Search:

Type: Posts; User: Sne9x

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    1,852

    Most of the syntax of Borland C++ is different...

    Most of the syntax of Borland C++ is different from MinGW, can you suggest some sites/tutorials which teach how to write code in MinGW?
  2. Replies
    7
    Views
    1,852

    Yeah, planning to install a new compiler.How is...

    Yeah, planning to install a new compiler.How is it different from Borland C++ 5.5? I've been writing codes in borland c++ style and I guess this is different.
    Also, I think something's wrong with...
  3. Replies
    7
    Views
    1,852

    Yeah I tried that. it doesn't work.That's a...

    Yeah I tried that. it doesn't work.That's a sample program from some c++ site.I wrote this.


    #include<iostream.h>
    #include<fstream.h>
    #include<string.h>
    #include<conio.h>
    void main()
    {char...
  4. Replies
    7
    Views
    1,852

    File handling error.

    I'm using Borland's C++ 5.5 compiler with Code::blocks.I was experimenting with file handling and used the seekg() function to move the get pointer , the program seems to compile without any errors...
Results 1 to 4 of 4