by Joshcannon
Read a line of text at a time and format it
|
|
[1 reply] : You can use the setw() and setfill() manipulators to help format that ... (by jlb)
|
by cibide
microsoft visual c++ runtime library debug error
|
|
[2 replies] Last: ty :) (by cibide)
|
by SSteven
Wide strings not printing properly
|
|
[1 reply] : Wide string output requires using the wide string output stream method... (by closed account E0p9LyTq)
|
by SSteven
Move constructor not being invoked
|
|
[1 reply] : Copy elision? http://en.cppreference.com/w/cpp/language/copy_elision (by JLBorges)
|
by ohg
Segmentation Fault
|
|
[3 replies] Last: In addition to all the for loops you also need to change line 65. (by Peter87)
|
Is there a way to send the STL container cross process? |
|
[1 reply] : Boost Interprocess has standard library compatible allocators and cont... (by JLBorges)
|
by Bopaki
This program copiles okay but gives no output
|
|
[6 replies] Last: Thank you skaa. it worked fine. You are my star!!! (by Bopaki)
|
[Error] expected primary-expression before .... |
|
[3 replies] Last: Create a variable. Use cin to read a value from the user and store it ... (by Peter87)
|
by Angelagriggs
Scripting Languages on top of programming languages
|
|
[no replies]
|
by frantheman27
Formatting
|
|
[1 reply] : If you don't want it on a new line omit the '\n' (new line character... (by coder777)
|
by feeks
Coin flipping
|
|
[6 replies] Last: When I ran yoiur code it gave me LNK2019 Error. unresolved external s... (by AbstractionAnon)
|
by Leo Mingo
What does this line mean in Quick sort?
|
|
[2 replies] Last: Oh silly me your right! Thanks :) (by Leo Mingo)
|
I have no clue were to begin this code |
|
[7 replies] Last: @Chervil: Woops! silly mistake. Fixed. Thanks. (by Arslan7041)
|
by MadmanCZ
How to fstream parse file in stream?
|
|
[3 replies] Last: When you get to the end of the stream, pause for a second or two, then... (by dhayden)
|
Need help with a program. |
|
[3 replies] Last: Line 14,56: The instructions state the weight is in pounds. You're a... (by AbstractionAnon)
|
by frantheman27
Need help with variables
|
|
[4 replies] Last: @OP, take a look at this link : http://www.cplusplus.com/doc/tutorial/... (by chicofeo)
|
by LParrette
Help with "while"
|
|
[2 replies] Last: Duoas, Thank you so much!!! It finally makes sense and you also taug... (by LParrette)
|
getting error with else if statement |
|
[3 replies] Last: The errors are at line 38: missing closing brace } and line 43: extr... (by Chervil)
|
by MarkXLIV
Poker game.
|
|
[1 reply] : My first suggestion is that you use code tags when posting code. Next... (by jlb)
|
by Leo Mingo
What does [](int) mean?
|
|
[2 replies] Last: Thanks a lot :) (by Leo Mingo)
|