While loop looping when it shouldn't |
|
[2 replies] Last: wow, how did i miss that xD Thanks! (by OrangeGames333)
|
by pepsiytw
Any expert know how to write this program? Average each student score and assigned a letter grade
|
|
[1 reply] : This is a very common beginner's homework. You need to learn to writ... (by Duthomhas)
|
by Slade316
what is a blueprint ?
|
|
[2 replies] Last: https://en.wikipedia.org/wiki/Blueprint A blueprint is a technical dr... (by Duthomhas)
|
by greenquaker
Can someone please help me find the base address of game to hack
|
|
[6 replies] Last: If you click the links to the msdn pages in the SO posts you will see ... (by naraku9333)
|
Beep in turbo c++ |
|
[2 replies] Last: Thanks a lot! nah, i dont need to play a wave file, i just need the be... (by GeneralSkyKiller)
|
map class index operator |
|
[2 replies] Last: I tried but I can't even make a pair and insert it into the bst I tri... (by curtiscavalier)
|
by csstudent123
How to convert binary file to its original format
|
|
[1 reply] : A file is simply an array of bytes, it doesn't have format by itself. ... (by helios)
|
by MissFit
STL Maps:How to copy an element from map(string,vector<string>) to std::string
|
|
[2 replies] Last: What exactly are you trying to accomplish in the context of the graph,... (by helios)
|
by cppnoob25
String class implementation
|
|
[3 replies] Last: Thanks for the help. It's working now. (by cppnoob25)
|
by gene317
JAVA PROGRAMMING QUESTION
|
|
[1 reply] : Please don't double triple post, people will be less inclined to rep... (by TheIdeasMan)
|
by bbugyi200
Why don't I have to declare this namespace?
|
|
[1 reply] : ADL aka Koenig lookup: https://en.wikipedia.org/wiki/Argument_dependen... (by JLBorges)
|
by hoolD
How to provide users with options to input
|
|
[3 replies] Last: @ Radar Just a little advice that might come in handy in the future:... (by TheIdeasMan)
|
by csstudent123
Algorithm to find prime numbers in a range
|
|
[8 replies] Last: @ Radar The code you found is one of the usual naive implementations... (by TheIdeasMan)
|
by pepsiytw
Any expert who can help ? Help Find Errors. It has at least 6 errors
|
|
[3 replies] Last: Thank you (by pepsiytw)
|
by Tresky
When to use explicit?
|
|
[8 replies] Last: You'd usually like to leave ctors no-explicit if you want transparent ... (by TheHardew)
|
by Baby Goose
Hexadecimal String Recursion function HELP!
|
|
[3 replies] Last: Oh man I feel like Ia m close to the answer now!!!!! But I still need... (by Baby Goose)
|
by Radar
Easy way to end a c++ program
|
|
[8 replies] Last: I think throwing a control flow exception to be caught in main() is a... (by MiiNiPaa)
|
by Tresky
When is assert() to be used?
|
|
[6 replies] Last: Wow! So many great explanations. Thanks everyone. You have definitely ... (by Tresky)
|
by Radar
switches with cout. Why doesn't it work?
|
|
[5 replies] Last: One thing that really stands out to me is that you have an enumeration... (by Zhuge)
|
by jaja
Financial Application (Comparing loans with various interest rates
|
|
[5 replies] Last: Line 36 still makes no sense. You're mixing years and amounts. (by AbstractionAnon)
|