by Panda187
Why doesn't this switch statement work
|
|
[1 reply] : You want to compare to character literals, so you need to surround M a... (by Zhuge)
|
by longberns
Help with functions and vectors
|
|
[4 replies] Last: OMG! I am very grateful for your inputs and explanations. My program n... (by longberns)
|
Converting output from _popen to a string |
|
[3 replies] Last: Thanks guys, this was really informative and solved the issue. Appreci... (by michaelwilliams6511)
|
by Clarity
Can't see outputs
|
|
[no replies]
|
by mena07
output is not showing up
|
|
[1 reply] : PLEASE USE CODE TAGS (the <> formatting button) when posting code. It... (by chicofeo)
|
by qia360
XCRUN ERROR: HELP!
|
|
[no replies]
|
Multiplication with a float and a string? [Homework] |
|
[7 replies] Last: It was a success! Using Duoas' recommendation, an A+ sits proudly on m... (by Autry Marshall)
|
by gregjj1
Jenny's beads problem
|
|
[no replies]
|
by BEARS
How to fix roman numeral program?
|
|
[6 replies] Last: Yeah. Just figured that out. Thanks for all the help!!! (by BEARS)
|
by tjnapster555
how to print unicode in c++ 11?
|
|
[4 replies] Last: It's possible, but it's incredibly difficult because the Windows conso... (by LB)
|
by phdstudent91
HOURS and HOURs to make a simple GRAPH
|
|
[3 replies] Last: The youtube video indicated moving the .a file to the GCC's ~/lib dire... (by Duthomhas)
|
by RandomGeek
void main() and int main()
|
|
[7 replies] Last: Fortunately, this topic is not too old for me to have found the void m... (by Duthomhas)
|
by Suar
Sorting and Searching Arrays
|
|
[no replies]
|
by dj41354
need help with this CRC generation snip
|
|
[2 replies] Last: This worked perfectly! Thanks very much! Doug. (by dj41354)
|
by DARK BUGABOO
Need Help on Coding Assignment
|
|
[4 replies] Last: floor() is cmath: http://www.cplusplus.com/reference/cmath/floor/ (by dhayden)
|
by content
Please Help Me (1,2)
|
|
[24 replies] Last: 2d array -> ** (by Ericool)
|
by kosilva
read next word in C
|
|
[4 replies] Last: Never use gets(). (by Duthomhas)
|
by MariedQQ
Home Work: Create an array of 20 integers [-50;50]
|
|
[5 replies] Last: It is because my example did not have a function named "display" -- yo... (by Duthomhas)
|
by yehozz
Let the user assign the size of an vector
|
|
[7 replies] Last: Sorry missed that one, it all works now as i wanted :) i i thou push_b... (by yehozz)
|
by AnOniOwesMe
validation 'if' to 'for' or other suggestions
|
|
[7 replies] Last: If 0 is supposed to indicate success, the return value in the code I s... (by cire)
|