by ultrajones
How to compile with g++ and run in ubuntu(linux).
|
|
[2 replies] Last: Thanx Jones, that was quite useful! (by vinodar)
|
by boenrobot
How to convert an integer to a string?
|
|
[15 replies] Last: I'm sure you did fine. Tests like that are always a pain. There are... (by Duthomhas)
|
by zivchen
ftoa
|
|
[5 replies] Last: I have already done it, use itoa and multiply by 10 the decimal digit... (by Bazzy)
|
by Tirno
Strange compile errors
|
|
[no replies]
|
by Return 0
Use of for to sum sequence of integers
|
|
[1 reply] : I just figured it out :) #include <iostream> using namespace st... (by Return 0)
|
by IntruderII
Viewing source of library?
|
|
[1 reply] : If you have to ask, you aren't ready. The STL is very complex, extreme... (by Duthomhas)
|
by takis76
Add a string in a char variable
|
|
[6 replies] Last: You can only do it at once with strcpy(). As I sayed before you can n... (by Mitsakos)
|
by m4k4v3l1
numerical systems
|
|
[6 replies] Last: as mentioned in chapter 2 of "thinking in C++ (v1)" What about it... (by Mitsakos)
|
by soroush
finished: A very simple accounting program
|
|
[no replies]
|
by m4k4v3l1
problem
|
|
[2 replies] Last: Thanks , it works ! (by m4k4v3l1)
|
Segmentation errors in simple 2D array |
|
[1 reply] : Thanks for the [ code] tags. From just a quick glance (and no real... (by Duthomhas)
|
by eshwar
wat is the project menu for ?
|
|
[5 replies] Last: Tutorials: The one following the introduction, creating 'your first pr... (by Duthomhas)
|
by LacViet
Random Generator.
|
|
[5 replies] Last: Thanks sorry I was not bright enough to understand the explanation (by eshwar)
|
6 functions using do while in case statement |
|
[1 reply] : Here is a working program. There were many issues 1) brackets were no... (by anilpanicker)
|
fractions |
|
[4 replies] Last: Thanks a lot sir! it helps... (by dummyatplusplus)
|
by OtakuGirl07
how to compute the average of a class
|
|
[5 replies] Last: hey! Otakugirl... how about making your program a multi-dimensional p... (by unattached)
|
by dancer52
Searching a two dimensional array (1,2)
|
|
[30 replies] Last: Guys! How about a two-dimensional program where you must input the nu... (by unattached)
|
by astro
Opening exe problem
|
|
[1 reply] : I don't think your system command is correct... Try using: system... (by Mitsakos)
|
by mikeb570
Cin.fail()?
|
|
[4 replies] Last: Also, for what you are doing, include ctype.h or cctype, and do this: ... (by QWERTYman)
|
by Sherman
Counting Recurring words
|
|
[1 reply] : Your problem is as yet unclear. Are you counting the number of words? ... (by Duthomhas)
|