by Sock
STL memory mgmt in dynamically allocated object
|
|
[7 replies] Last: Thanks Raggers, your reply was exactly what I needed. (by Sock)
|
by joseplusplus
'list' was not declared in this scope
|
|
[2 replies] Last: Oh Christ, I was about to type it that way, But I never it'd necessary... (by joseplusplus)
|
by kikirikou
Dynamic casting
|
|
[6 replies] Last: [quote=kfmfe04]In general, downcasting from a pointer to a real Base i... (by Bazzy)
|
by brad82
Default Arguments in functions
|
|
[3 replies] Last: Ha, typical, I tried every combination but that one. Thanks guys. (by brad82)
|
by heidiK
MultiMap removing duplicates (1,2,3,4,5,6)
|
|
[105 replies] Last: Helllooooooo will you please help me again?????? Pleaseeeeeeeeeeeeeeee... (by heidiK)
|
by Kakashi333
Name framing
|
|
[3 replies] Last: You're most welcome, Kakashi333! (by kooth)
|
by heidiK
finding duplicates for part of a string
|
|
[5 replies] Last: Hello again Athar. Please go through my problem again and see if you c... (by heidiK)
|
by dbridle
CreateFile() returning 0xffffff
|
|
[2 replies] Last: Thanks, I did not realise that function existed, I can take it from he... (by dbridle)
|
by ToniAz
Output file path
|
|
[1 reply] : You can get the current directory and work out the relative difference... (by kbw)
|
by QuoVadis
Stupid const question
|
|
[12 replies] Last: Dum spiro spero (by kikirikou)
|
by stridexr
Loops and inFile
|
|
[1 reply] : Is there only one grade for each student? Anyway, in a loop you do th... (by hamsterman)
|
by dandy
stuck in this problem
|
|
[2 replies] Last: i've been tease my brain and i got some idea thank's pal, lol :D b... (by dandy)
|
by redstrat
while or for loops
|
|
[3 replies] Last: here <<for (count = 100; count <= 150; count += 2) cout << count << "... (by Ibo)
|
by Rave
cin.fail() not working?
|
|
[5 replies] Last: thanks, but is there anyway to check if something is still in the buff... (by Rave)
|
by joseplusplus
Word by Word printing...
|
|
[1 reply] : The >> operator stops reading string input at whitespace, NUL, and EOF... (by Duthomhas)
|
by lukelee1987
verification
|
|
[4 replies] Last: i have problem implementing this :: /*************************... (by lukelee1987)
|
by DrolArumil
cerr/exit(1) How to?
|
|
[3 replies] Last: Under Linux it's easy from the command line: myprog 2> errorfile.txt... (by jamesmk)
|
by Latanyar
string delete
|
|
[1 reply] : Don't mix tabs and spaces. for (int count=0;count<=num; ++count ) //... (by ne555)
|
by yulz
cout/printf dont displaying correct output
|
|
[2 replies] Last: Thanks I got it working (by yulz)
|
by CLnoob
Mult. questions-
|
|
[4 replies] Last: here is a basic way of doing output/input for your prog #include <i... (by dreamincolor)
|