by Gerrit1
Am I using std:: correctly?
|
|
[6 replies] Last: I usually recommend the std:: method. I recommend always keeping the u... (by jlb)
|
by Wani Radzi
Iterator value problem
|
|
[1 reply] : Strings require double quotes, single quotes are for single characters... (by LB)
|
by ramsavi
help needed
|
|
[1 reply] : Can't exec "objdump": No such file or directory at /usr/local/bin/ppr... (by kbw)
|
by jeroens
cpp without using main function
|
|
[12 replies] Last: Thanks for your reply Mike. I'm using this code to replace a dot for... (by ajh32)
|
by danielmtnz
Zero and setprecision
|
|
[7 replies] Last: You are welcome :) (by Michaela Elise)
|
by Dineo
how do I Differentiate false statements in a function
|
|
[6 replies] Last: Now that's another way of doing it..wow there really are different way... (by Dineo)
|
Making Pacman In C++ |
|
[3 replies] Last: I don't know if it is possible to make a "console" pacman... mainly un... (by Nobun)
|
by kohlh
precompiled header files
|
|
[2 replies] Last: This isn't how headers works. #include is a preprocessor directive w... (by MiiNiPaa)
|
Virtual classes / functions |
|
[5 replies] Last: No. Generally, the way it works is that polymorphic classes store poin... (by LB)
|
by umera
C++ program to convert normal text to mobile text
|
|
[5 replies] Last: I am talking about noisedisruption.txt. you have no error checking fo... (by writetonsharma)
|
help please |
|
[8 replies] Last: They should say: "Reported by [insert name here]" (by Script Coder)
|
by incognitocpp
Noobie at Coding
|
|
[3 replies] Last: If you don't know what it does, then why did you write it? ;) (by LB)
|
kindly Remove this 1 simple error |
|
[2 replies] Last: Thanks abhishekm. (by Rehan FASTian)
|
by cerlmc
Help with simple if else statements
|
|
[1 reply] : Have you tried outputting compensationBonus after you calculate it? ... (by LB)
|
by crimsonzero2
Save to File problem
|
|
[1 reply] : I was able to get it to work. (by crimsonzero2)
|
by boomhauer
Arrays
|
|
[3 replies] Last: You probably shouldn't use vectors, then. The logic is still the same,... (by LB)
|
by rgork
How can I return a value from a pointer?
|
|
[1 reply] : The way you're trying to dereference " myclass " is actually the synta... (by closed account zb0S216C)
|
by codedope
Array of structs w/constructor
|
|
[2 replies] Last: Yep. Worked like a charm. Thanks. (by codedope)
|
functions |
|
[no replies]
|
by ibilal
Mid of stack using LinkedList
|
|
[6 replies] Last: It is strange enough but std::stack has no constructor with initialize... (by vlad from moscow)
|