by gers1978
Delete duplicate elements from array
|
|
[1 reply] : Write it in pseudo code first, then translate to C++. Your problem is... (by jsmith)
|
by Irish Enigma
Guidance on finishing a very old project
|
|
[3 replies] Last: I don't understand where to go from here. It just work... (by Irish Enigma)
|
by MattocG
best books for newbie
|
|
[4 replies] Last: Free online tutorial from this website: http://www.cplusplus.com/doc/t... (by OHGxLeetGamerxOHG)
|
by rej3kt
adding inheritance
|
|
[3 replies] Last: well, class human_being{/*nothing here*/}; class customer : public hu... (by hamsterman)
|
by miha2
Do I need the "while" in a "while" or something different?
|
|
[6 replies] Last: that depends on what you want. if you want input from the user for eac... (by coder777)
|
by sowa
minimizing of console
|
|
[5 replies] Last: The solution proposed by Thumper proved really perfect in my case, tha... (by sowa)
|
by moishin
Which certification is best for a beginner in IT specially in programming?
|
|
[9 replies] Last: I feel certificatin along with experience is very useful for agreat c... (by moishin)
|
by dznguy
random_shuffle error
|
|
[1 reply] : Try char s ="ABCDEFGHIJ"; instead of char *s="ABCDEFGHIJ"; Your p... (by Null)
|
by br0k3nfr4m3s
sets and function
|
|
[1 reply] : The way you pass your variables into switchStatementCount just copies ... (by hamsterman)
|
by xeroskye
linux redirection program
|
|
[1 reply] : See: http://www.cplusplus.com/forum/general/30506/ Don't post the s... (by Zhuge)
|
by br0k3nfr4m3s
question about a string set
|
|
[2 replies] Last: Thanks a lot (by br0k3nfr4m3s)
|
by ZondaR
Recognize integers in string
|
|
[4 replies] Last: Thanks, totally forgot that was an option since I only have to test fo... (by ZondaR)
|
by juvan
Classes in separate files
|
|
[2 replies] Last: Each .cpp is separate, you can't have included string in your main.cpp... (by firedraco)
|
by pbmichel
Trouble with Bool Function return
|
|
[2 replies] Last: Thank you so much. You are a live saver. (by pbmichel)
|
by slenkar
get object from vector iterator
|
|
[4 replies] Last: thanks that worked (by slenkar)
|
by hydride
Another Simple Class
|
|
[5 replies] Last: Ah... upgrade to wxDev-C++ or Code::Blocks, and then we might be able ... (by Albatross)
|
by nightrun
Incorporating a Password Attempt Limit
|
|
[2 replies] Last: thanks for the quick reply -- this is exactly what i was looking for! (by nightrun)
|
by Slims
Bug in Palindrome Program
|
|
[1 reply] : Solved the problem, but if someone still wants to explain why I need t... (by Slims)
|
by Theseanmower
Memcpyp
|
|
[3 replies] Last: Well... see these documents. :) http://support.sas.com/documentation/... (by Albatross)
|
by FinalFortune
generating random numbers
|
|
[2 replies] Last: In your case it's a bool which is always false. Fixed. The probl... (by Athar)
|