Hello, everyvone.
I wish programming in C++.
I have got wxDevC++ for IDE and GCC compiler. But I wish using wxDevC++ and Borland compiler (5.5). It is posible? How I do this
I seriously doubt it's possible. wxDevC++ is designed to pass commands to GCC.
And besides, Turbo C++ 5.5 is old. IINM it can't eve ngenerate 32-bit code. Why would you want to undo over ten years of progress in compiler technology?
helios:
I wish working wit string. I have written a program without errors (using default GCC Compiler). But compiled program hasn't worked true. There is source of this program:
*Problem is how to compile this program with Borland compiler (without errors of course)
*In book which I learn C++ language are examples written on analogus mode. In book for compiling program using free Borland compiler.
I was try example from book just re-write and compiled with GCC compler. Program was compiled with one warnning. But program doesn't work still I rewrite example from book.
maybe you're missing a semicolon or there is some little error giving you only a warning.
Code:Blocks is a good C/C++ IDE, you can download the MinGW version from their website which comes with a compiler, so no messing around trying to link it all together.
Code:Blocks is a good C/C++ IDE, you can download the MinGW version from their website which comes with a compiler, so no messing around trying to link it all together.
wxDev C++ have Mingw type of compiliing to for default with GCC compiler.
User must create a profile and he must insert user name.
This user name should save to ProgData.txt file. For now just this!
(1) You don't ask the user to enter his name anywhere in your program
(2) This -> cfile >> uime; reads from the file. It doesn't write to it. Try cfile << uime;
m4ster r0shi:
I tried cfile << uime; but it doesn't work true. Tomorow I will try to build with tutorial which is here and I wil try to accustom on GCC Compiler. But I m not sure that this succeeded me.
Thank you everyvone which try to help me!