by engr
Need help in "using namesapce std"
|
|
[16 replies] Last: OK i will send .. but it is caching files now OK catfish.. :D Good ... (by engr)
|
by pukol
Problem with prime numbers
|
|
[13 replies] Last: Thx for the additional info.. That basically reduces the process by ha... (by pukol)
|
by prestokeys
Ref data member showing no change
|
|
[1 reply] : You are missing an ampersand on line 18 - simple mistake ;) Also, ref... (by LB)
|
by tarik00555
Random Terrain in C++ console with curses.
|
|
[1 reply] : What do you want us to do? (by LB)
|
pointer array initialization |
|
[3 replies] Last: private: LinkedHashEntry *table ; // public: HashMap() { // ... (by LB)
|
by Hunkofsteel
How to use thrown exceptions by functions?
|
|
[3 replies] Last: what is invalid_argument? A bool? http://lmgtfy.com/?q=C%2B%2B+inva... (by MikeyBoy)
|
by FatCent
Real quick question regarding strcmp() function
|
|
[4 replies] Last: while ( (cin >> words) && strcmp("done", words) ) ++wcou... (by Chervil)
|
by alina94
scanf arrays
|
|
[1 reply] : you have declared your arrays to have 2 x 2 elements, the is number ... (by Jaybob66)
|
by newbie144
Error with function call
|
|
[8 replies] Last: I think he was just talking about initializer lists, as they are the ... (by MikeyBoy)
|
by Loktd
function, files, and arrays
|
|
[7 replies] Last: I don't think we can do that because we just learn pointers(so we are ... (by Loktd)
|
by Architect343
Input Error
|
|
[3 replies] Last: As I said use std::getline to read the whole line. (by Peter87)
|
by Malaxiz
How do I send `this` as a parameter?
|
|
[3 replies] Last: Yes thank you that was the problem. And also I had to make it a pointe... (by Malaxiz)
|
by ladibug410
HELP--Calculations not working out
|
|
[8 replies] Last: You're using the wrong lab_avg and quiz_avg . In gradebook.h d... (by closed account NyqLy60M)
|
Linking, Icons and Code::Blocks |
|
[2 replies] Last: Thanks giblit. Now, the executable has the desired icon, but remains g... (by CplusplusAcolyte)
|
by kingkong200
Yay another pointer question!
|
|
[3 replies] Last: The macro NULL is defined as 0 (in stdio.h), so all you're really d... (by closed account NyqLy60M)
|
by MarkMMA1
anywhere i can go for practices?
|
|
[1 reply] : If you want some GUI exercises... Build a simple program with a textb... (by yulingo)
|
by dcchris311
Cant get the function to work right
|
|
[8 replies] Last: Else followed by if, is legal. However: If you want else-if to have b... (by closed account j3Rz8vqX)
|
by kikidi
Transfering a matrix between Cartesian and Cylindrical Coordinate systems
|
|
[1 reply] : This is a help forum for beginners. If you simply want someone to wri... (by kevinkjt2000)
|
by Avid
Trouble with C++
|
|
[3 replies] Last: I was making the same mistake a few weeks ago myself ;p Basically all... (by Garion)
|
Intel 8080 Disassembler |
|
[1 reply] : Never mind, go it. Thanks for the help. (by closed account G30oGNh0)
|