by roise0r
Divide two many-digit numbers digit-by-digit!!!
|
|
[15 replies] Last: Would it work if you were dividing: 1222222222222222222222222222222... (by Zaita)
|
by codespace
who can tell me why?
|
|
[2 replies] Last: I think you should go back and read more carefully, because get_size()... (by helios)
|
by sarahjt1017
Testing a member function
|
|
[2 replies] Last: if using Savings a; Add one more constructor "Savings()" to initial... (by patilvishwa)
|
Web-Based Compiler |
|
[12 replies] Last: Hmmm... I've done DirectX 9 development on Dev-C++ with no problems... (by Zaita)
|
by bluesky
How to make a ODBC connection to MySQL
|
|
[no replies]
|
by AutoC
Reading white spaces....
|
|
[6 replies] Last: that's good to know, thanx (by Mitsakos)
|
by vipul mehta
analysing bug
|
|
[4 replies] Last: buffbill: Yes, the single equals is the assignment operator and is use... (by jpeg)
|
by gAaRa
Can increase font size in Tcc ?
|
|
[no replies]
|
by dck
hi, simple C problem..
|
|
[3 replies] Last: as helios says: double item,total; while(item)//ctrl+z to quit ... (by buffbill)
|
by nicvyn
how to display * for input password
|
|
[17 replies] Last: Failure to initialize creates a great big surprise. Include <cstrin... (by Duthomhas)
|
by Willie7772
recursion to iteration
|
|
[10 replies] Last: you guys still have me at a loss here (by Willie7772)
|
by Dudester
How to use and make events.
|
|
[1 reply] : The most important concept to program events (I'm assuming you want to... (by helios)
|
by fireace
Convert iostream to stdio
|
|
[5 replies] Last: readMatch is declared as an ifstream instance, so readMatch>>ID>... (by Faldrax)
|
by enduser000
issue with user input (char give when asking for a #)
|
|
[12 replies] Last: I would probably make the symbol a member of the Player class. cla... (by Faldrax)
|
by drac
Diary Agenda using SLL
|
|
[4 replies] Last: Ok, as far as I understand the code you have a template class Agenda w... (by Faldrax)
|
by Willie7772
If statements and such :(
|
|
[8 replies] Last: enum={TempUnit};/*need the assignment operator + curly brackets with e... (by buffbill)
|
by Bluejayswhs
Cutting a number to last 2 digits.
|
|
[5 replies] Last: if you like the modulo: force the long to an int by n=(int n) then u... (by buffbill)
|
by mikej
Setting Precision and a Map question
|
|
[1 reply] : 1. I just wrote a short function for this purpose: http://www.cplusplu... (by helios)
|
by hamo94
how to clear display??
|
|
[1 reply] : You can take a look at this thread on how to clear the screen in c++ h... (by Mitsakos)
|
by temp
Stacktracing exceptions with Mingw
|
|
[5 replies] Last: GDB can print a stack trace. I don't remember the command for it but y... (by Zaita)
|