Search:

Type: Posts; User: Nestor

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Thread: Fix Please

    by Nestor
    Replies
    23
    Views
    2,621

    Me? Was that to me?

    Me? Was that to me?
  2. Replies
    3
    Views
    1,085

    iostream not ionstream... :P

    Can you have iostream and <cstdlib> in one source file?
  3. Thread: Confusion

    by Nestor
    Replies
    4
    Views
    1,636

    Yes its all good, but now i have question that...

    Yes its all good, but now i have question that are not specified in the tutorial,
    what is ionstream, cstdlib and the difference between them.
    Also to go along with that,
    In this code

    ...
  4. Thread: Confusion

    by Nestor
    Replies
    4
    Views
    1,636

    Confusion

    Help please.


    #include <iostream>

    using namespace std;

    int mult(int x,int y);

    int main()
  5. Replies
    5
    Views
    1,054

    Yes You Are A Genius!!!!!!!!!!!!!

    Yes You Are A Genius!!!!!!!!!!!!!
  6. Replies
    5
    Views
    1,054

    Anyone, i can't understand.

    Anyone, i can't understand.
  7. Replies
    5
    Views
    1,054

    Help with tutorial on C++

    Ok so i'm trying to now figure our while, for, do.
    Its not explaning one thing:
    Can while be done "while" for is happening?
    How can you use all 3 in 1 code.
    Heres what i tried to write:

    ...
  8. Thread: Fix Please

    by Nestor
    Replies
    23
    Views
    2,621

    That link doesn't work :(

    That link doesn't work :(
  9. Thread: Fix Please

    by Nestor
    Replies
    23
    Views
    2,621

    Listem men, i started programing...

    Listem men, i started programing yesterday....well today 1 am, i havn't gotten as far as a random numbers generator:P but if you are bored you can explain how it can be a random number generator if...
  10. Thread: Fix Please

    by Nestor
    Replies
    23
    Views
    2,621

    anon i swear i burst out laughing when i read...

    anon i swear i burst out laughing when i read what you wrote haha "is this program supposed to be annoying" HAHAHAHHAHAHAHA!
    good one
  11. Thread: Fix Please

    by Nestor
    Replies
    23
    Views
    2,621

    Okay let me explain to you my logic, when you...

    Okay let me explain to you my logic, when you play a game the better the ods the more you want to play it, that basically it, but you are right, it should be one number only.

    You catch all...
  12. Thread: Fix Please

    by Nestor
    Replies
    23
    Views
    2,621

    I solved it :) YES!!!!!!!!!!! Thanks Elysia, can...

    I solved it :) YES!!!!!!!!!!! Thanks Elysia, can you by anychance add me on msn? ([email protected])

    Try out this sick game.
    I could sell this on the Black market :O :) :P


    #include...
  13. Thread: Fix Please

    by Nestor
    Replies
    23
    Views
    2,621

    hehe wow you're great, you will be a great...

    hehe wow you're great, you will be a great parent!
    :)
  14. Thread: Fix Please

    by Nestor
    Replies
    23
    Views
    2,621

    Daved, that not the error that the compiler found...

    Daved, that not the error that the compiler found but i fixed what you said,

    what do i do with the "else if" cause i can't understand what i'm missing



    #include <iostream>

    using namespace...
  15. Thread: Games + C++

    by Nestor
    Replies
    4
    Views
    1,354

    Please explain how i can learn 3d graphics on my...

    Please explain how i can learn 3d graphics on my own,
    Maths, i'm doing univercity if that what you mean,
    Network, got any pointers?
  16. Thread: Fix Please

    by Nestor
    Replies
    23
    Views
    2,621

    Fix Please

    Okay i can't fix it with the limited knowledge i have... please someone help





    #include <iostream>

    using namespace std;
  17. Replies
    3
    Views
    906

    That was great advice. I suggest you add that...

    That was great advice. I suggest you add that explanation to the tutorial.
  18. Replies
    3
    Views
    906

    Confused about tutorial coding

    "What is !(1 && 0)? Of course, it would be TRUE. It is true is because 1 && 0 evaluates to 0 and !0 evaluates to TRUE (ie, 1). "
    This is from the tutorial, ok, first of all how does that make sense...
  19. Thread: Games + C++

    by Nestor
    Replies
    4
    Views
    1,354

    Games + C++

    What requirements apart from C++ knowledge are required to make a bird's eye view games in 3rd person, rpg?
  20. Thread: How to fix this

    by Nestor
    Replies
    5
    Views
    1,094

    Thanks :)

    Thanks :)
  21. Thread: How to fix this

    by Nestor
    Replies
    5
    Views
    1,094

    how do i get the program to assign what ever he...

    how do i get the program to assign what ever he types in letters to lets say "a"?
  22. Thread: How to fix this

    by Nestor
    Replies
    5
    Views
    1,094

    How to fix this

    Listen i'm trying to get it to spell my friends first name and i don't know why but it won't take more than one character as a value for "cin>>"


    #include <iostream>
    using namespace std;

    int...
  23. Thread: Dev-C++

    by Nestor
    Replies
    8
    Views
    1,315

    THANKS ALOT, i feel so dumb now, but still, what...

    THANKS ALOT, i feel so dumb now, but still, what is iostream?
  24. Thread: Dev-C++

    by Nestor
    Replies
    8
    Views
    1,315

    I also tried copy pasting it but it still won't...

    I also tried copy pasting it but it still won't compile, what do i do?
  25. Thread: Dev-C++

    by Nestor
    Replies
    8
    Views
    1,315

    Dev-C++

    I am following the instructions provided by this home website http://www.cprogramming.com/tutorial.html#c++tutorial
    but i'm having trouble compiling it.
    What am i doing wrong?


    #include...
Results 1 to 25 of 30
Page 1 of 2 1 2