Search:

Type: Posts; User: Dan_Rzn

Search: Search took 0.01 seconds.

  1. Replies
    20
    Views
    1,968

    Well I use blodshed dev :) Seem to be a good...

    Well I use blodshed dev :) Seem to be a good compiler. I should try make a program without any includes.

    Anyways thanks for the help, especially blizzarddog for that code you sent :) I will try...
  2. Replies
    20
    Views
    1,968

    Stop being so smart guys :P Which files should...

    Stop being so smart guys :P

    Which files should I include?

    Dan
  3. Replies
    20
    Views
    1,968

    I didn't include any of them, and it still...

    I didn't include any of them, and it still worked, why?
  4. Replies
    20
    Views
    1,968

    I did this: #include int...

    I did this:


    #include <iostream.h>


    int main()
    {
    HANDLE OutputH;
    COORD position = {5, 5};
  5. Replies
    20
    Views
    1,968

    You mean gotoxy(x,y) and clrscr() are the...

    You mean gotoxy(x,y) and clrscr() are the functions? THanks!
  6. Replies
    20
    Views
    1,968

    Some DOS text questions :)

    Hello, I'm a newbie C++ programmer, but I have much programming experience.

    Well I've heard in the Include-file DOS.H there should be some setxy() thing where you can set where you want to write...
  7. Thread: GFX in C++

    by Dan_Rzn
    Replies
    5
    Views
    4,186

    GFX in C++

    Hello I am new to C++, I've been expert Quickbasic programmer and I was okay in Perl/CGI. Anyways, I want to learn C++, because QB was crap.

    Well I just wanted to know if there are some more...
Results 1 to 7 of 7