Search:

Type: Posts; User: coolspot

Search: Search took 0.01 seconds.

  1. Poll: I think C++ should be taught, first because of...

    I think C++ should be taught, first because of its computing power, second it is faster than java, since java needs an interpreter, which will make it slow. Another point is when you know C++ you...
  2. Replies
    10
    Views
    4,724

    I think it will not work. But anyways, goodluck...

    I think it will not work. But anyways, goodluck to you both. And I am willing to help if ever you have another project, without restrictions in file size.

    Or my suggestion is, to study...
  3. Replies
    17
    Views
    2,998

    I am also using Dev-C++, but if you have money...

    I am also using Dev-C++, but if you have money you can use Borland C++, because it has a lot of added functionality that is not present in Dev.

    Also, recent release of Dev-C++ focused on using...
  4. Replies
    17
    Views
    2,414

    I think DirectX is better. I have heard that...

    I think DirectX is better. I have heard that OpenGL will soon be obsolete. :)
  5. Thread: allegro

    by coolspot
    Replies
    1
    Views
    1,166

    After extracting allegro to a directory, open a...

    After extracting allegro to a directory, open a command shell and type:

    SET PATH=C:\Dev-Cpp\bin;%path%
    SET MINGDIR=C:\Dev-Cpp

    fix mingw32

    make

    make install
  6. Thread: Iostream

    by coolspot
    Replies
    4
    Views
    1,298

    you can try this one: ofstream...

    you can try this one:

    ofstream out("c:\games\filename.txt");

    I hope it helps.
Results 1 to 6 of 6