Search:

Type: Posts; User: orufet

Search: Search took 0.01 seconds.

  1. Thread: gotoxy()

    by orufet
    Replies
    1
    Views
    1,212

    gotoxy()

    How do I put the cursor at a specified area of the screen in Linux (gcc)? Thanks
  2. Replies
    3
    Views
    2,072

    Yeah, I'm working with character arrays. I've...

    Yeah, I'm working with character arrays. I've tried writing my own functions/pasing routines, but MSDN wasn't much help. Suggestions?
  3. I'm in grade 9, and I'm learning C++ with no...

    I'm in grade 9, and I'm learning C++ with no trouble at all. The only programming I've done before was in VB, and I'm finding it frustrating (I wish I'd started off in C++, then moved to VB)....
  4. Replies
    3
    Views
    2,072

    Left, Right of char arrays

    In VB (yes, I'm a Visual Basic programmer switching to C++), there are a few functions I use which I cannot seem to find in C++ libraries. They are: Mid(), Left() and Right().

    Left will extract...
  5. Replies
    9
    Views
    1,118

    Well, there's Visual C++ (microsoft.com), Borlad...

    Well, there's Visual C++ (microsoft.com), Borlad C (borland.com), and plenty of others...have a look at the home page of this site (cprogramming.com), and click on Compilers...good luck
  6. Replies
    3
    Views
    888

    ah, that's it, thanks! :) I knew it would be...

    ah, that's it, thanks! :)

    I knew it would be easy...sorry 'bout that
  7. Replies
    3
    Views
    888

    Displaying chars in printf()

    This is really annoying...

    OK, for various reasons, I need to use printf() and not cout. When displaying a variable, I know you can use %d for numbers, but is there one for a character array? %c...
  8. Thread: Html

    by orufet
    Replies
    12
    Views
    1,722

    This should be asked on a web site design forum,...

    This should be asked on a web site design forum, there are only a few thousand out there.

    1. If you're server supports PHP 4, you can use this. PHP is based on the C++ lanuguage, so there's a...
  9. Thread: Text color

    by orufet
    Replies
    21
    Views
    13,915

    Well, it depends on how you lie on your bed at...

    Well, it depends on how you lie on your bed at night... :) huh? what sleep?
  10. Thread: Text color

    by orufet
    Replies
    21
    Views
    13,915

    I just realized I have to use printf() rather...

    I just realized I have to use printf() rather than cout.....thanks a bunch guys... :) No really, thanks
  11. Thread: Text color

    by orufet
    Replies
    21
    Views
    13,915

    Ok, I just checked MSDN, and it says that...

    Ok, I just checked MSDN, and it says that SetConsoleTextAttribute only effects text printed after the call. "This function affects only text written after the function call." But this isn't true (or...
  12. Thread: Text color

    by orufet
    Replies
    21
    Views
    13,915

    ahhh....thank you

    ahhh....thank you
  13. Thread: Text color

    by orufet
    Replies
    21
    Views
    13,915

    Hey, sorry for not searching, I'm usually very...

    Hey, sorry for not searching, I'm usually very good about that. Sorry. Your code works great, thank you! When you say that "the colors can be mixed", how do you do that? thanks
  14. Thread: Text color

    by orufet
    Replies
    21
    Views
    13,915

    So how is it done with VC++?

    So how is it done with VC++?
  15. Thread: Text color

    by orufet
    Replies
    21
    Views
    13,915

    Text color

    How do you change the color of text being printed into the console from my program?
  16. Replies
    2
    Views
    1,168

    Thank you very much, that's exactly what I needed!

    Thank you very much, that's exactly what I needed!
  17. Thread: Windows GUI

    by orufet
    Replies
    3
    Views
    1,884

    Ok, thank you!

    Ok, thank you!
  18. Replies
    2
    Views
    1,168

    Writing to/Reading a file

    Yes, I am a newbie.....

    I would like to know how to get my program to save data to be retrieved later....Meaning after the program has been closed and opened several times. I know this can be done...
  19. Thread: Windows GUI

    by orufet
    Replies
    3
    Views
    1,884

    Windows GUI

    What header file (I'm assuming that's what I use) should I include to make my program run in the Windows enviroment, rather than DOS?

    I'm new to C++, so maybe this kind of thing is too advanced...
Results 1 to 19 of 19