Search:

Type: Posts; User: Salgat

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Thread: New to classes

    by Salgat
    Replies
    6
    Views
    1,070

    Did you try it on the site I gave? If you do it...

    Did you try it on the site I gave? If you do it on Windows it may not give this error. Anyways, I fixed the issue by simply changing the name of the class. Seems my prof (who works under windows)...
  2. Thread: New to classes

    by Salgat
    Replies
    6
    Views
    1,070

    It doesn't compile for G++ but if you try it on...

    It doesn't compile for G++ but if you try it on codepad it will give an identical error message.
  3. Thread: New to classes

    by Salgat
    Replies
    6
    Views
    1,070

    New to classes

    I've looked over this, and never having used classes before am a bit confused on what I'm doing wrong. If i initialize the counter variable prior to main as part of the class declaration it works...
  4. Replies
    6
    Views
    30,031

    Yes.

    Yes.
  5. Replies
    6
    Views
    30,031

    Insert value into array

    I was curious what the most effective way was for inserting a value into an array. I literally mean inserting a value into an array, as in between two values, not just replacing an item at a specific...
  6. Replies
    15
    Views
    14,122

    Is an operating system even possible in Java? I...

    Is an operating system even possible in Java? I mean a stand-alone operating system.
  7. Replies
    13
    Views
    5,494

    Its very true, and has the reputation of several...

    Its very true, and has the reputation of several major news companies to back it, which is definately enouph to prove it.
  8. Replies
    32
    Views
    13,920

    Anyone who says linux is hard to install, even...

    Anyone who says linux is hard to install, even harder than windows has no experience with some of the linux distros. You know what I had to do to install Ubuntu? Put in the CD, restart the...
  9. Thread: hi

    by Salgat
    Replies
    4
    Views
    2,914

    *waves* Hi, Im new too. Im learning C, you?

    *waves* Hi, Im new too. Im learning C, you?
  10. Replies
    4
    Views
    1,183

    Oh no I can say for a fact that I dont even have...

    Oh no I can say for a fact that I dont even have any real experience with pointers, I'm in now way "knowing" of everything about it, but I did learn how to use them for the basic things like with...
  11. Replies
    4
    Views
    1,183

    Oh a calculator, I did want to do a complex...

    Oh a calculator, I did want to do a complex physics calculator eventually (being able to derive as many variables as you could from a limited amount of data), and this could be a good start. ...
  12. Thread: Virtual Desktop

    by Salgat
    Replies
    17
    Views
    5,772

    My point is, it looks like a gimick, and there is...

    My point is, it looks like a gimick, and there is a lot of people who love gimicks. I personally dont see this as being used for anything more than that, which is why "whats the reason behind this"...
  13. Replies
    4
    Views
    1,183

    Question about what to do!

    Alright, im slowly but surely trudging my way through learning C, I know I have a long way to go, since I have only now learned of how to properly use pointers and arrays(hehe, I told you I was...
  14. Thread: Virtual Desktop

    by Salgat
    Replies
    17
    Views
    5,772

    Never try to use real logic when applying...

    Never try to use real logic when applying something like this to normal users, just use "oh this is neat" logic.
  15. Thread: Nostalgy

    by Salgat
    Replies
    67
    Views
    15,308

    http://ski.ihoc.net/ Classic :)

    http://ski.ihoc.net/

    Classic :)
  16. Replies
    79
    Views
    17,382

    Isnt the parent the one who should get sued(well,...

    Isnt the parent the one who should get sued(well, legal action :) ), seeing as how she didnt responsibly monitor her childrends actions? Can I sue the phone books if some guy uses it to find the...
  17. Thread: Now that's cool

    by Salgat
    Replies
    33
    Views
    9,177

    I can see some sloppily made programs in the...

    I can see some sloppily made programs in the future :) "oh no man, don't worry, its not like it'll effect performance."
  18. Thread: Virtual Desktop

    by Salgat
    Replies
    17
    Views
    5,772

    This may get big if Windows gos "oh people will...

    This may get big if Windows gos "oh people will think this is neat, lets make some money" and buys them out or something buhaha. Anyways, I can see it becoming big, since its made for nubs :), but...
  19. Replies
    10
    Views
    3,106

    Oh ya! Haha, thanks :D (I would use floats, and...

    Oh ya! Haha, thanks :D (I would use floats, and a more simple setup, but like I said, trying out different things);

    (ended up finishing it, thanks guys :) )



    #include <stdio.h>
    //Title:...
  20. Replies
    10
    Views
    3,106

    Thanks! I was trying to apply a few things I was...

    Thanks! I was trying to apply a few things I was learning and reduce the amount of variables used, unfortunately I got a few things wrong. I know I may not be doing it all perfectly to the book,...
  21. Replies
    10
    Views
    3,106

    Oops, hehe thanks Quzah, hoorah! But about the...

    Oops, hehe thanks Quzah, hoorah! But about the double variable, anyone know?
  22. Replies
    10
    Views
    3,106

    If you talking about the first output, Im trying...

    If you talking about the first output, Im trying to have it go 1st, then next time around 2nd, then next time 3rd, etc. To be honost, Im not 100% sure you can put the trinary ?: inside another one. ...
  23. Replies
    10
    Views
    3,106

    I know about = and ==, not sure about how that...

    I know about = and ==, not sure about how that applies here, but thanks about the char note. Also, any reason why its not reading(or outputting?) the correct double variables? Thats my main problem.
  24. Replies
    11
    Views
    1,427

    http://www.bloodshed.net/devcpp.html Thats...

    http://www.bloodshed.net/devcpp.html

    Thats where I got my dev-c++ compiler, its awesome, as reccomended by others.
  25. Replies
    10
    Views
    3,106

    Problem with a simple program

    Alright, I just started teaching myself how to program C a couple days ago, so don't make fun of me too much!




    #include <stdio.h>


    //purpous is to have 4 numbers input and the average...
Results 1 to 25 of 26
Page 1 of 2 1 2