Search:

Type: Posts; User: Kavity

Page 1 of 2 1 2

Search: Search took 0.01 seconds.

  1. Replies
    3
    Views
    1,613

    Erm, example?

    Would you be able to give me an example? :\
    // Kavity
  2. Replies
    3
    Views
    1,613

    ofstream, ifstream?

    Hrmm... is there anyway to print more than just the first word of a text file using ifstream?
    // Kavity
  3. Thread: Key input?

    by Kavity
    Replies
    0
    Views
    1,533

    Key input?

    Hey, another question...
    Is there a way to have my code run through and if I push a key to change something? But not have it stop and ask for input?(Ex: Getch)
    // Kavity
  4. Thread: setsyx?

    by Kavity
    Replies
    1
    Views
    1,465

    THANKS!

    Excellant that does exactly what I wanted! But once I end the program and try to type something in the console (that the program was run in) I can type stuff but it doesn't show up(doesn't write what...
  5. Thread: setsyx?

    by Kavity
    Replies
    1
    Views
    1,465

    setsyx?

    Ok, I have recently found the command setsyx(Which I think will do what I need)... I've read the man pages, but still no matter what my efforts are I cannot get the command to work, would someone be...
  6. Replies
    0
    Views
    1,192

    Linux goto pixel?

    Is there a command in linux to goto a certain pixel? Like, bring the cursor to a certain given x,y coordinate... Or even an ANSI command to do it?
    Thanks for the help...
    // Kavity
  7. Thread: Winsocks...

    by Kavity
    Replies
    4
    Views
    960

    ..

    ...
    http://development.freeservers.com/...k/tutorials.htm ... that didn't work for me earlier today :\
    // Kavity
  8. Replies
    11
    Views
    1,110

    Hehe...

    I dunno it would be kind of fun ;)
    // Kavity
  9. Thread: Winsocks...

    by Kavity
    Replies
    4
    Views
    960

    Hr...

    There's only one with a tutorial listed in it, and that tutorial URL won't work... so I was just hoping someone could help me out... :/

    // Kavity
  10. Replies
    11
    Views
    1,110

    switch

    This would be an example of a program using switch:


    #include <iostream.h>
    int main()
    {
    int nVar;
    cout << "Pick a number (1/2)" << endl;
    cin >> nVar;
    switch(nVar)
  11. Thread: Winsocks...

    by Kavity
    Replies
    4
    Views
    960

    Winsocks...

    Hey, I was just wondering... I was thinking of trying to code a windows console im type program just for fun. But I don't know anything about winsocks yet. Is anyone able to point me towards a...
  12. Replies
    0
    Views
    2,149

    ANSI Text Color?

    Heya,
    Is there anyway in ANSI C++ to change text color?
    (I don't know if this is ANSI or not ... but...) system("color ##");
    changes the background color, so just figured I'd check how to change...
  13. Thread: Next game?

    by Kavity
    Replies
    7
    Views
    1,431

    Good idea.

    Thanks nutshell, I greatly appreciate the suggestions :)
    I think I'll try Connect 4...
    // Kavity
  14. Thread: Next game?

    by Kavity
    Replies
    7
    Views
    1,431

    Ahh...

    Good idea... hmm... but I think I may try something else. My tic tac toe game explains the controls at the begginning...
    And I wanna try something else anyway ;P
    Just need an idea...
    // Kavity
  15. Thread: Next game?

    by Kavity
    Replies
    7
    Views
    1,431

    rmmm

    Ok, I'll try what you said kirda. Although, I don't know how I would make a seperate screen :|
    // Kavity
  16. Thread: Next game?

    by Kavity
    Replies
    7
    Views
    1,431

    Next game?

    Hey,
    I just coded a tic tac toe game, and now I need to think of what game to code next. (Console) Anyone have any ideas?
    // Kavity
  17. Replies
    11
    Views
    1,720

    Ok, thanks...

    Thanks... I've started learningboth.. but...
    My background.. .well, I've beenlearning Console (dos) programming for the past 2 years. I got alot of it down... but you can't get everything. I've made...
  18. Replies
    11
    Views
    1,720

    What's harder to learn?

    WinAPI, or OpenGL?: )
    // Kavity
  19. Thread: Math?

    by Kavity
    Replies
    6
    Views
    1,220

    Thanks for the replys :)

    heh, thanks, I've read a few books and learned alot, I'm just staarting WinAPI programming, and Dos Game programming(hehehe). And I haven't had to use much math yet. But I was curious about it....
  20. Thread: Math?

    by Kavity
    Replies
    6
    Views
    1,220

    Math?

    Does C++ really need that much math?
    -Kavity
  21. Thread: Tray :(

    by Kavity
    Replies
    2
    Views
    1,277

    Tray :(

    Hi, I was just wondering, I know nothing about Windows programming... but I wanted to make a function for a program that could make it minimize to the system tray. The program is open source, but...
  22. Thread: copy?

    by Kavity
    Replies
    6
    Views
    1,085

    Won't use fopen?

    I don't really want to use fopen. The code is already almost written, it makes the directorys. And it's all done by using ofstream. And if I was to use fopen I would have to rewrite the code. I may...
  23. Thread: copy?

    by Kavity
    Replies
    6
    Views
    1,085

    Hmm,

    Thanks, but I'd rather not have to use fopen. Is there any other way to do it?
    -Kavity
  24. Thread: copy?

    by Kavity
    Replies
    6
    Views
    1,085

    copy?

    I asked about the mkdir command for dos, now I wanna know if it's possible to copy the file's. like the command copy in dos. If it is please fill me in on what it is.
    Thanks
    -Kavity
  25. Replies
    2
    Views
    1,050

    Making a directory?

    Hello,
    I was just wondering, how would I make a direcotry in C or C++ for dos? Like the mkdir command. Just wondering, cause I wanna make a program to help me sort some things.
    If you can help,...
Results 1 to 25 of 50
Page 1 of 2 1 2