by adiktid
array random
|
|
[3 replies] Last: use a "for" loop. to be more specific,see this code: int random ; fo... (by bigsoft)
|
by VisuAlly
Arrays
|
|
[3 replies] Last: Thank you SO much, this is extremely helpful!! I really appreciate it! (by VisuAlly)
|
by marcoE
How to redefine a constructor from parent class
|
|
[1 reply] : Hoah, take a look at the virtual keyword. (by iQChange)
|
by chrisrudd812
How do I output to a printer?
|
|
[2 replies] Last: I think you can still open a simple printer device with "PRN" or "LPT1... (by Duthomhas)
|
by sebaethefish
cout commands not displaying
|
|
[9 replies] Last: yep! it's working! thanks everyone! (by sebaethefish)
|
by adam0421
no matching function call
|
|
[14 replies] Last: I don't have time to give a full reply right now (though i should be a... (by Chervil)
|
by Spirit of DS
Hello World not working
|
|
[3 replies] Last: Sorry but I'm a windows user and got no idea about mac. I don't know i... (by TheTendo)
|
by Tob LeRone
Did I miss something about cin operator?
|
|
[1 reply] : I think the problem is that you are multiplying the year variable to t... (by discofire)
|
by madelinelise
Help with arrays and functions.
|
|
[8 replies] Last: I will try using this: student_input_answers = (char)toupper(stud... (by madelinelise)
|
by Maths Lover
why does it gives me a random number instead of syntax error?
|
|
[6 replies] Last: Yes , I mean the compiler. How to turn on more warnings ? I use Code... (by Maths Lover)
|
by SVcpp
Valid C++ if statement?
|
|
[5 replies] Last: i never know that this is legal xD (by xenovia12)
|
by Happy Tears
Incrimination - increase by 1
|
|
[5 replies] Last: if this is assignment, i assume youve got wrong info from you classmat... (by xenovia12)
|
by djay1016
calculating final grade using median
|
|
[2 replies] Last: the median is after sorting the values the 2 middle values will be ad... (by xenovia12)
|
by Genghis Khan
[Noob question] What does it mean by returning a value?
|
|
[4 replies] Last: for the simplest explanation and code heres the code int main() { ... (by xenovia12)
|
by ThomasSp
open a file from a folder with ifstream
|
|
[1 reply] : backslash is used to escape characters, so \c in "bin \c olist" will... (by Peter87)
|
by MirandaS
Separating Digits of an Integer
|
|
[6 replies] Last: an alternative approach #include <iostream> #include <cmath> using na... (by Yanson)
|
by ceci
Input Number, Output Characters?
|
|
[4 replies] Last: Something like #include <iostream> #include <sstream> int main() { ... (by Maharaja)
|
by mehak
paranthesis count
|
|
[2 replies] Last: thnx alot:) (by mehak)
|
by homedad
Class and array program
|
|
[8 replies] Last: Sorry for the late reply, just wanted to thank all of you for your hel... (by homedad)
|
by adiktid
Can I please gett help with this last section
|
|
[6 replies] Last: for (int i = 0; i <digits; ++i)//telling which numbers is correctand ... (by LendraDwi)
|