Search:

Type: Posts; User: davidvoyage200

Page 1 of 3 1 2 3

Search: Search took 0.01 seconds.

  1. Replies
    37
    Views
    5,886

    wow, i'm glad that many people reply this topic....

    wow, i'm glad that many people reply this topic.

    However, now i am learning by myself Visual C++ 6(MFC). But since someone said that it should be better to understand WinAPI before...therefore i...
  2. Replies
    4
    Views
    1,651

    i'm thinking if i can do something like this: ...

    i'm thinking if i can do something like this:

    1.Create 2 txt files (SaveGame.txt, LoadGame.txt)

    2. Save the hero's info to SaveGame.txt

    3.Copy data in SaveGame.txt to LoadGame.txt(I don't...
  3. Replies
    4
    Views
    1,651

    yes of course, because i want to play that game...

    yes of course, because i want to play that game later...
  4. Replies
    4
    Views
    1,651

    SaveGame and LoadGame.

    Hi, i am creating a little c++ rpg game and now i have trouble with saving and loading data.

    Saving Game:
    For saving game, i just have to output all the info of my hero to a txt file. To do that,...
  5. Replies
    6
    Views
    2,979

    thanks everyone, since i only have Visual C++ 6,...

    thanks everyone, since i only have Visual C++ 6, so i think i work on that.....

    So, even if i learn windows programming with visual c++ 6, it can help me to familiarise overall window programming...
  6. Replies
    6
    Views
    2,979

    Visual C++ 6 VS Visual C++ .NET

    Hi,
    I have learned C++ and create program in DOS environment, and now i would like to create Window application and do window programming.

    Last year i bought a book call: "Visual C++ 6 in 24...
  7. Replies
    13
    Views
    1,300

    if some of you have time, could you please...

    if some of you have time, could you please explain me line by line how the "printmessage" function work?
    Especially this line:
    cout<<flush;

    Thanks again.
  8. Replies
    13
    Views
    1,300

    Thank Everyone, it works now:)

    Thank Everyone, it works now:)
  9. Replies
    13
    Views
    1,300

    Thanks XSquared, but i don't understand your...

    Thanks XSquared,
    but i don't understand your function...(too difficult for me)

    however i start get "the wookie" 's program work, please take a look.



    #include <iostream.h>
    #include...
  10. Replies
    13
    Views
    1,300

    thanks "the wookie", but i don't know how to get...

    thanks "the wookie",
    but i don't know how to get your funtion work...:



    #include <iostream.h>
    #include <windows.h>

    void printmessage(const char *);
  11. Replies
    13
    Views
    1,300

    ok thanks, but also, i would like to know how to...

    ok thanks, but also, i would like to know how to display a text and then let the user press any key(Without display the message Press any key to continue), then it clear the text and display the...
  12. Replies
    13
    Views
    1,300

    Help for my little game....

    Hi everybody,
    now i am creating a little RPG game(It is still FAR from over).

    But i have a little problem with the display....
    it display text all at once instead of word by word(like in real...
  13. Replies
    4
    Views
    1,671

    ok..thanks, but what can i do to fix this...

    ok..thanks, but what can i do to fix this problem??

    Can i declare it outside the function and then create another "method function" call "setvalue" and call it inside the "if".

    Ex:

    class...
  14. Replies
    4
    Views
    1,671

    Undeclare Variable????

    Hi everybody,

    i am creating my very first little game now, it is just the beginning of the game...however i found an error while compiling:

    'obj' : undeclare identifier
    it was in line 85.
    ...
  15. Replies
    37
    Views
    5,886

    thanks all for giving me your info:)

    thanks all for giving me your info:)
  16. Replies
    37
    Views
    5,886

    Visual C++ or JAVA....

    Hi everyone,

    After studying computer science for one year, now i understand C++ from "if statement" to "Class and Inheritance".

    Now it is summer holiday, i am wondering if i should learn Visual...
  17. Replies
    1
    Views
    1,103

    This is the .txt file that the program need to...

    This is the .txt file that the program need to read into it....
  18. Replies
    1
    Views
    1,103

    Weird Output...(Link list)

    Here is my program, the output is a little bit weird, it doesn't output all the stuff....

    Here is my program for download...
  19. Another error (Linking error)

    THanks a lot,
    now, i have no error during compiling but only 2 warning.

    However, i got 2 error while linking because of my destructor, so i can't run my program, here is my program. (However, if...
  20. Compiling error (Maybe a syntax error)

    Hi everybody,

    i got an error during compiling(Line 34)...the compilier says:
    "error C2146: syntax error : missing ';' before identifier 'VolumeOfPool'"

    here is my program:



    #include...
  21. Linked list part 2 (Syntax error free version)

    Hello, now, i am creating a program to create 3 lists. (List1, list2, list3)

    my program will read from a txt file which contains letters.

    for example:


    a
    b
    c
  22. Replies
    7
    Views
    1,735

    sorry guys, please go to my new topic instead...

    sorry guys,

    please go to my new topic instead of this messy one with syntax error....

    my new topic is "Linked list part 2 (Syntax error free version)"
  23. Replies
    7
    Views
    1,735

    ok thanks, now i make 'head3' to global... ...

    ok thanks,
    now i make 'head3' to global...


    #include <iostream.h>
    #include <fstream.h>
    #include <stdlib.h>


    struct NodeType
  24. Replies
    7
    Views
    1,735

    Linked list logic...

    Hello, now, i am creating a program to create 3 lists. (List1, list2, list3)

    my program will read from a txt file which contains letters.

    for example:


    a
    b
    c
  25. Replies
    2
    Views
    1,048

    Linked list problem....

    I have encounter trouble while printing my link list.
    it displays nothing on screen....i don't know why?
    Here is my code:



    #include <iostream.h>
    #include <fstream.h>
    #include <stdlib.h>
Results 1 to 25 of 56
Page 1 of 3 1 2 3