Search:

Type: Posts; User: legit

Page 1 of 7 1 2 3 4

Search: Search took 0.01 seconds.

  1. Replies
    18
    Views
    2,192

    My personal opinion, nothing beats a good book....

    My personal opinion, nothing beats a good book. As Elysia said, look in the books thread for some good titles. If your not willing to sacrifice some money, then you might aswell walk away now.
  2. Replies
    18
    Views
    2,192

    I'm sorry, but you will not succeed in...

    I'm sorry, but you will not succeed in programming without having a book or 2 in your arsenal. They are the best way to start off!
  3. Thread: somu

    by legit
    Replies
    1
    Views
    1,294

    Google (http://www.google.co.uk) Also,...

    Google

    Also, something tells me that you haven't actually programmed before, so I would head straight back to basics before programming games. ;)
  4. Replies
    28
    Views
    2,561

    Thanks Elysia, interesting.

    Thanks Elysia, interesting.
  5. Thread: Reduce CPU usage

    by legit
    Replies
    9
    Views
    11,397

    Get a new CPU. :D

    Get a new CPU. :D
  6. Replies
    17
    Views
    11,495

    Wow, I wasn't expecting that.

    Wow, I wasn't expecting that.
  7. Replies
    28
    Views
    2,561

    It's temporary because we declare it in main(),...

    It's temporary because we declare it in main(), therefore it gets destroyed at the end of main. It's also temporary because we pass it into vSetUserName(std::string), and that's all we do with it.
    ...
  8. Replies
    17
    Views
    11,495

    With the first method, A, all you are doing is...

    With the first method, A, all you are doing is writing a new line and then a string of characters, which would be pretty tedious to find a certain character. The second however, is much more...
  9. Replies
    28
    Views
    2,561

    Well the way I'm thinking of is to take input in...

    Well the way I'm thinking of is to take input in main(), and store it into your variables using your setter functions. Then output it when needed using your getter functions.

    e.g.

    User.h

    ...
  10. Replies
    28
    Views
    2,561

    Correct? The only way a class can be correct is...

    Correct? The only way a class can be correct is if it does what it's suppose to do, and only you, the creator, can decide that. We can tell you various things that aren't allowing the class to be...
  11. Thread: simple sudoku

    by legit
    Replies
    42
    Views
    7,115

    3 classes in 3 weeks? You learned input and...

    3 classes in 3 weeks? You learned input and output, and your assignment is to create a sodoku solver? Something doesn't seem right.
  12. Thread: simple sudoku

    by legit
    Replies
    42
    Views
    7,115

    That's because you haven't been paying attention...

    That's because you haven't been paying attention in class. You learned input and output functions and operators in 3 weeks of study? I think that's somewhat infeasible.
  13. Replies
    28
    Views
    2,561

    I think otherwise. Create the user class, declare...

    I think otherwise. Create the user class, declare and define some functions in their related files. Define your main() function, and use the functions where they need to be used.

    Tell us what you...
  14. Thread: simple sudoku

    by legit
    Replies
    42
    Views
    7,115

    Stupid cin and cout thing? Wow, I don't think you...

    Stupid cin and cout thing? Wow, I don't think you are in the right class, your attitude stinks. As Bubba said, this is nearing a forum rule break. When that happens, you will receive no help from...
  15. Thread: Linking + size

    by legit
    Replies
    3
    Views
    908

    If you link it, then it will compile it. (I...

    If you link it, then it will compile it. (I Think) :D
  16. Thread: simple sudoku

    by legit
    Replies
    42
    Views
    7,115

    How much did you actually learn in class before...

    How much did you actually learn in class before getting this assignment? From what you've shown, either your teacher is made of bull, or you haven't been listening.
  17. Ahh thanks for that. I did a few changes, and...

    Ahh thanks for that. I did a few changes, and removed my namespace. My callback function is now static. Although the problem isn't fixed.
  18. Replies
    28
    Views
    2,561

    Dude, top part? And also you are passing objects...

    Dude, top part? And also you are passing objects in your SetName() function that again, don't exist. I've never seen a user defined function pass in a cin object... You have passed two objects as...
  19. Replies
    53
    Views
    8,409

    The layout is good, I like the colours. The only...

    The layout is good, I like the colours. The only thing that I can see a problem with is your spelling. :D
  20. Thread: dual data type

    by legit
    Replies
    6
    Views
    1,480

    Or create a templated Array class?

    Or create a templated Array class?
  21. Replies
    6
    Views
    4,036

    For the lolz :P. Only joking, but on another...

    For the lolz :P.

    Only joking, but on another note, I'm going to try and learn game programming. Why? Because I enjoy programming and I have the patients to keep at it. 'nuff said!
  22. Replies
    8
    Views
    1,788

    Is there a relation between the float value and...

    Is there a relation between the float value and the values that you want to extract?
  23. Thread: simple sudoku

    by legit
    Replies
    42
    Views
    7,115

    I've been thinking - creating a sodoku solver...

    I've been thinking - creating a sodoku solver would be difficult without using arrays? I can't seem to find a way without arrays, using arrays is still pretty tough!
  24. Replies
    4
    Views
    6,269

    You use the resolution scope operator wherever...

    You use the resolution scope operator wherever you use a member of namespace std. Yes it is a lot of extra typing, but it makes sure that you want to use that particular member of std rather than a...
  25. Thread: simple sudoku

    by legit
    Replies
    42
    Views
    7,115

    Well what do you have so far, design wise?

    Well what do you have so far, design wise?
Results 1 to 25 of 156
Page 1 of 7 1 2 3 4