by UnseenDragon
Cin to two different variables (1,2)
|
|
[26 replies] Last: There is a minor difference between the two: operator bool returns ... (by JLBorges)
|
using system |
|
[3 replies] Last: #include <iostream> #include <type_traits> #include <array> #include ... (by JLBorges)
|
by Jape670
Image Reading
|
|
[1 reply] : Okay, i realized why it was blank, but there's still something wrong, ... (by Jape670)
|
by Explodey
Polymorphism/inheritance
|
|
[4 replies] Last: Woo hoo! I checked my book again and I managed to figure it out. I j... (by Explodey)
|
by Herleos
How to put music in Dev-C++ Bloodshed
|
|
[7 replies] Last: thank you so much (by Herleos)
|
by lissa2194
Primality Test
|
|
[1 reply] : The last for, no arguments. (by poteto)
|
by Hank Hill
Counting words in an array
|
|
[9 replies] Last: Oh, but you learned about std::count before this assignment? Probabl... (by LB)
|
by pepstein
Trouble with add function in a class
|
|
[13 replies] Last: DUDE. i am such an idiot, i'm smacking myself. thanks for pointing tha... (by pepstein)
|
switch and if else statement help |
|
[2 replies] Last: Thanks works just perfectly. (by jackelinblack)
|
by fisken
Stack<int> and Stack<string> problem solving
|
|
[9 replies] Last: Sorry for taking so long to get back to you. Since you can only have s... (by discofire)
|
by otakuftw5
Double to int & program crashing?
|
|
[4 replies] Last: An error is not a warning. If you want to work with doubles, stop try... (by LB)
|
by whatigot989
If statement in Windows Form
|
|
[no replies]
|
by Salad7
Programming books/ Pace?
|
|
[2 replies] Last: http://www.amazon.com/Primer-Plus-Edition-Developers-Library/dp/032177... (by novellof)
|
by lissa2194
Primality without function calls
|
|
[1 reply] : Look up the modulus operator % EDIT: Did the modulus operator sol... (by novellof)
|
by Ch1156
Code Conventions
|
|
[11 replies] Last: Thank you all for your suggestions i will revise my document using the... (by Ch1156)
|
by RabieErraih
Alphabetic order
|
|
[4 replies] Last: No I said in front of the % character so it becomes " %c" ... (by jlb)
|
by Jacobhaha
float
|
|
[6 replies] Last: thanks :D (by Jacobhaha)
|
by genkers
reading a newline or a space from a file
|
|
[1 reply] : or if anyone know how i can check to see if there is a roman numeral a... (by genkers)
|
by rhodes0606
while loop arguement
|
|
[1 reply] : The first approach is generally not the way to do it. The problem is ... (by AbstractionAnon)
|
by RabieErraih
If function ( HELP! )
|
|
[2 replies] Last: I removed the semi-colon in line 12 and It's working!! Thanks a lot :... (by RabieErraih)
|