by Jordann
Converting Binary to Decimal with functions
|
|
[6 replies] Last: Here is some code: #include <iostream> #include <iomanip> #include ... (by ShodanHo)
|
Tax |
|
[19 replies] Last: That's not how switches are used. That is how if if if if if if is us... (by giblit)
|
by Explodey
MS Visual C++ vs. Mac Xcode
|
|
[7 replies] Last: http://www.cplusplus.com/articles/jTbCpfjN/ ^ This will help you get s... (by agt)
|
by Frank Stolfi
Reading Binary File
|
|
[5 replies] Last: Awesome. Thank you so much. I changed my last part of the code to this... (by Frank Stolfi)
|
Aray of strings |
|
[4 replies] Last: What did you mean by that? Note: this program shouldn't even compile... (by jlb)
|
by fahmankhan75
What does this function mean?
|
|
[4 replies] Last: is used for quotation marks in the end?... No ist is used to convert ... (by MiiNiPaa)
|
by hellcoder
map find function
|
|
[1 reply] : http://en.cppreference.com/w/cpp/container/map/find [quote=reference]F... (by MiiNiPaa)
|
by mazam
c++ and VS 8
|
|
[2 replies] Last: what does + means in this part of code: + ? Give us some context! I... (by MiiNiPaa)
|
by ohfinite
best way to print error and terminate
|
|
[6 replies] Last: try { //some code here... } catch (/*Some exception name her... (by Smac89)
|
by sqoots
All sorts of errors
|
|
[9 replies] Last: I compiled every time. I just shut down VS and opened it back up and ... (by TheIdeasMan)
|
by igorland
Easy way to embed a text database
|
|
[8 replies] Last: Andy. You have been extremely helpful, as always. Thank you so much!! (by igorland)
|
by RahmanAdjei
classes
|
|
[1 reply] : use setAge() to set the age: person.getAge() = person.getAge() + 1... (by coder777)
|
by timmoore46
G++ on Linux - error message - Help !
|
|
[8 replies] Last: In case anyone stumbles in this Do Loop thread here is what worked !... (by timmoore46)
|
by byronflds
Help with Pointer Program *debugging*
|
|
[5 replies] Last: thanks for the help man. i finally got the program to compile and the ... (by byronflds)
|
by deividas717
Big problem! C++
|
|
[1 reply] : Hello, I have really serious problem on my programm I'm sorry, but... (by rodiongork)
|
by campurdy
Problem with Modulus Operator
|
|
[3 replies] Last: Thank you for your help Bingo! (by campurdy)
|
by boy3005
Is my code right?
|
|
[1 reply] : Yes, mostly it looks all right (I suppose you test it to see if it wor... (by rodiongork)
|
by Modern Man19
File txt reader
|
|
[2 replies] Last: thanks dude! It really helped and I was able to make a sense of why yo... (by Modern Man19)
|
by airic1992
Need help with a problem using discounts to figure a final price.
|
|
[1 reply] : This code uses a bunch of if and else ifs to set the new price of the ... (by vasilenko93)
|
by fahmankhan75
While Loops
|
|
[7 replies] Last: No, there is no solution. You have to use getline for that. And it is ... (by MiiNiPaa)
|