I have this code which runs in dev c++ but i want it to run in turbo c++. |
|
[6 replies] Last: @Ericool really appreciate you help. but that part was understood by ... (by closed account y6q2y60M)
|
Need help fixing print function! |
|
[3 replies] Last: you're welcome. (by Ericool)
|
C++ reading in integers, delimited by commas problem |
|
[4 replies] Last: yes you are right. :) (by Ericool)
|
by cszongyang
a problem about array parameter
|
|
[3 replies] Last: you're welcome. (by Ericool)
|
Microsoft ADO issues between XP and Windows 7 |
|
[no replies]
|
by Sep132
Cant run .exe file writen in C++
|
|
[4 replies] Last: Thanks (by Sep132)
|
error in passing class array to function // undefined reference |
|
[2 replies] Last: yeah thanks :) (by chinmayshah99)
|
by mike9407
need help in function
|
|
[9 replies] Last: yep too quick on that one :) use double rateOfFailures , which you can... (by Ericool)
|
by FielX7
ATM PIN problem
|
|
[4 replies] Last: Main: #include "atm.h" #include <iostream> #include <iomanip> #incl... (by FielX7)
|
by fattyking
Polymorphism and Inheritance
|
|
[1 reply] : #include <iostream> #include <string> class Animal { protected: co... (by Ericool)
|
by amidaraxar
Something Similar but better (1,2)
|
|
[22 replies] Last: you're smart... Well, I think OP found an answer and I learned a littl... (by Gamer2015)
|
by pacman169
Getint function
|
|
[4 replies] Last: I'm not going to debug your code for you. (by Duthomhas)
|
by shawnm12345
Help with my simple coin simulation program Thanks!!
|
|
[4 replies] Last: you only need to put it to one of those ;) you're welcome! (by Gamer2015)
|
by cszongyang
Problem with EXC_BAD_ACCESS
|
|
[1 reply] : void write_to_array(string s,int a ,int i){ vector<string> vec; ... (by ne555)
|
by tuanle007
Print a 3-D drawing of a die, using asterisks
|
|
[5 replies] Last: very nice! my teacher wanted asterisks. thanks for all your help. i a... (by tuanle007)
|
by ape1
Segmentation Fault
|
|
[6 replies] Last: remember, theres only 1 reason why "segmentation fault" error appears,... (by xenovia12)
|
by bsc123
Using variable in grid (columns/rows)
|
|
[2 replies] Last: I might be able to figure it out from here, but how do you tell where ... (by bsc123)
|
File Handling in C++ |
|
[1 reply] : It is unlikely your OS will allow you to create a file in the root dir... (by Duthomhas)
|
by VxK21
I NEED HELP ON THIS WORK
|
|
[1 reply] : don't double post: http://www.cplusplus.com/forum/windows/172469/ (by Gamer2015)
|
by juls
to complete a Tab ?
|
|
[16 replies] Last: ok thank you, in fact it was so easy !! (by juls)
|