Search:

Type: Posts; User: Djanvk

Page 1 of 2 1 2

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    1,132

    What is isn't doing is reading the last word of a...

    What is isn't doing is reading the last word of a line because there is no space after it.
  2. Replies
    5
    Views
    1,132

    How would you go about doing that? I tried to...

    How would you go about doing that?

    I tried to see if ch == '\0' but that doesnt seem to work.
  3. Replies
    5
    Views
    1,132

    Having some problems with homework.

    Ok We are doing the basic I/O problems where you count the words, line and characters in a text file along with some other stuff.

    With counting words I have it checking for spaces but it doesn't...
  4. Replies
    13
    Views
    1,579

    Seems like he wants his homework done for him,...

    Seems like he wants his homework done for him, that is a basic beginning homework assignment.
  5. Replies
    1
    Views
    5,114

    Convert console sorting program to GUI?

    I have a little program I wrote that is for organizing sports cards to find what is missing from that set.

    Basicall you enter the set numbers you do have, then it outputs the numbers your missing...
  6. Replies
    5
    Views
    1,020

    Really have you attempted the program at all? If...

    Really have you attempted the program at all? If not why do you want to program if you don't enjoy throwing some code together an trying to get it started on your own.

    It's a puzzle, try to solve...
  7. Replies
    7
    Views
    2,305

    Yea there are a bunch of them out there, just do...

    Yea there are a bunch of them out there, just do a google search for c++ gui programing.
  8. Replies
    7
    Views
    2,305

    need to learn how program GUI's with C++. I'm...

    need to learn how program GUI's with C++. I'm still haven't taken that plunge yet.
  9. Replies
    2
    Views
    1,103

    Ok I know how to use ifstream and ofstream to...

    Ok I know how to use ifstream and ofstream to save like text files and bring them back in to manipulate them. I guess what I want is to have a save funtion to save like a database type information...
  10. Replies
    2
    Views
    1,103

    I Want to save the info that was input.

    I would like to find information on how to so what most programs do.

    Save the information used, so when the program is started again it will load up that information that I had previously input...
  11. Replies
    4
    Views
    1,505

    I've started the array of array, but I'll have to...

    I've started the array of array, but I'll have to look into structs.

    Thanks
  12. Replies
    4
    Views
    1,505

    I understand that, but in the program each player...

    I understand that, but in the program each player is using an array of 7 elements.
  13. Replies
    4
    Views
    1,505

    Combining words to make variable name?

    I'm just wondering if this is possible, hopefully I can explain what i'm trying to find out.

    say I have a game where the 2 players are represented by 2 different arrays, called arPlayer1 and...
  14. Replies
    4
    Views
    1,922

    I found another solution for my original question...

    I found another solution for my original question that works very well also and could be a help to other newbie programmers like myself. A nice do while loop in the int main() area.

    Works great....
  15. Replies
    4
    Views
    1,922

    so I'm assuming that then if you want out of the...

    so I'm assuming that then if you want out of the program all together you just put a condition to possibly select a exit();

    Thanks for the reply.
  16. Replies
    4
    Views
    1,922

    Break from loop to main();

    I have a little program I'm writing and if I have a while loop in a function and I use the break; code to cancel the loop if a condition is met other than the normal while condition is there a way to...
  17. Replies
    2
    Views
    1,029

    Thats what I figured, but just wanted to make...

    Thats what I figured, but just wanted to make sure I was not moving in the wrong direction.
  18. Replies
    2
    Views
    1,029

    2 Players? How to?

    I'm making a program that will keep score for a game of Darts, 301 and Cricket for myself. If I want to keep score for 2 player how should I look at doing this? Do I need threads or can I do it...
  19. Thread: Where to next?

    by Djanvk
    Replies
    3
    Views
    956

    No Kidding, geez you would think that game...

    No Kidding, geez you would think that game programmers get a the women. I would think they would want a driver programmer.


    But to tell you the truth, you have quite a bit to learn yet.
  20. Replies
    16
    Views
    2,635

    So I have downloaded wxWidgets and will give that...

    So I have downloaded wxWidgets and will give that a try, seems that wxSmith on Code::Blocks will work well.

    if not I will give GTK a try.

    Any pros/cons on either of them?
  21. Replies
    16
    Views
    2,635

    GUI PRogramming?

    There is MFC, win32 API, GTK, wxWidgets.

    Ok any idea where is the best place to start to learn how to program GUI's for the programs I write?


    Thanks.

    Also I'm a novice programmer that...
  22. Replies
    2
    Views
    1,252

    Works perfectly, Thanks a lot for the quick...

    Works perfectly,

    Thanks a lot for the quick reply.
  23. Replies
    2
    Views
    1,252

    Stop from bypassing string input?

    Alright I have these basic lines of code:


    cout << "Enter a Number: ";
    cin >> number;

    cout << "What is your name: ";
    cin.getline ( name, 300, '\n' );

    My program stops after...
  24. Replies
    4
    Views
    5,814

    Code::Blocks is a nice IDE, I have been quite...

    Code::Blocks is a nice IDE, I have been quite happy with it.
  25. Replies
    1
    Views
    1,576

    Writing to a file with word wrap?

    I have a program I wrote the will send a group of numbers to a text file and when it does with a large amount of number the all are put on the same line.

    I was wondering if there is any code the...
Results 1 to 25 of 32
Page 1 of 2 1 2