by dcneo
saving random value from main to a function array
|
|
[2 replies] Last: um not sure that really does what i need. thx tho. @JLBorges (by dcneo)
|
Why can't I declare class objects right after I make the class? |
|
[2 replies] Last: Because your constructor takes an argument. There is no Car() there i... (by mobotus)
|
by mishappp
Tad confused on constants.
|
|
[4 replies] Last: For it to be constant, the value has to be known at compile time. The... (by Disch)
|
by devilsfan76
Help with arrays and functions
|
|
[4 replies] Last: If you have 15 questions then your loop would count to 15 not 10? Rem... (by closed account 48T7M4Gy)
|
by Crazyglue
Reading data from .txt to a struct vector
|
|
[7 replies] Last: Protip: Put indented raw text (such as your assignments) in [ output]... (by Crazyglue)
|
by iluv41
control may reach end of non void function
|
|
[2 replies] Last: i still get that error after removing both else ifs. I dont understa... (by iluv41)
|
by smokebaca
I/O question
|
|
[4 replies] Last: I guess what I am cunfused on is how they both return false. do they j... (by smokebaca)
|
not printing out a few statements for the output |
|
[11 replies] Last: By the way if (x < 0 || x > 300) { cout << "The group is ... (by giblit)
|
by dunnDolphin
circular shift
|
|
[1 reply] : offset = x % stringSize Then if you are shifting left you would take ... (by giblit)
|
by dunnDolphin
trying to shuffle a string
|
|
[13 replies] Last: Thank you. I got'er working. (by dunnDolphin)
|
by DAoliHVAR
have no idea what to make the class return if a test fails
|
|
[6 replies] Last: alright i get it now. thank you for your help (by DAoliHVAR)
|
by whodat09
Handling Large Data File
|
|
[1 reply] : See tutorial about classes and structs (by Silvestar)
|
by captnjay
reverse a string in an array
|
|
[7 replies] Last: http://www.learncpp.com/cpp-tutorial/42-global-variables/ (by mobotus)
|
by RocketGrunt
Bubble sort
|
|
[3 replies] Last: I'm pretty sure that bubble sort checks j-th and j+1-th member of an a... (by Silvestar)
|
by RocketGrunt
Bubble sort
|
|
[3 replies] Last: wow thank you so much!!! (by RocketGrunt)
|
by wolfv
Two libraries have same file name
|
|
[7 replies] Last: OK, I see it now. Including both "lib1/C.h" and "lib2/C.h" made the c... (by wolfv)
|
by elliott22
How to work with data read in via loop using multiple functions
|
|
[4 replies] Last: Thank you very much!! (by elliott22)
|
Classes example - simple |
|
[7 replies] Last: I got it now - thank you for helping me out! (by project science)
|
by Extreme112
Putting words from a string into its own individual strings
|
|
[3 replies] Last: Ok, using string facilities: #include <iostream> #include <string> #i... (by MiiNiPaa)
|
by kieraann5
Identifier is undefined
|
|
[1 reply] : Check the spelling of the variable on lines 25 and 26. I'd put functi... (by wildblue)
|