by bookerb6
help starting a game
|
|
[no replies]
|
by garona
Help writing simple code with array
|
|
[2 replies] Last: First go look up some functions for working with strings. Then find o... (by Gkneeus)
|
by Filip Cvetko
Overloading prefix inc. & dec. operators
|
|
[1 reply] : That's how the operator is supposed to behave. You wouldn't be able to... (by Zhuge)
|
by joet12
Put random values into a dynamic array!
|
|
[2 replies] Last: So that was all it took -.- I'm so sick of this shit right now xD Yea... (by joet12)
|
by mikey108
help correcting code
|
|
[3 replies] Last: ^ +1 (by Smac89)
|
by trevormoon
Reading in data from a file one line at a time
|
|
[2 replies] Last: It works! Thank you for your help. I will definitely use the tags in t... (by trevormoon)
|
by mahmoud2592
loop problem
|
|
[2 replies] Last: Mixing cin and getline can cause unforeseen issues i.e. what you are s... (by histrungalot)
|
for loop assistance |
|
[5 replies] Last: int main() { int n = 10; for (int i = 1; i <= n; i = i + 3) ... (by Mats)
|
by garona
help with a code
|
|
[1 reply] : To use a vector, you need to #include <vector> . I would then sugge... (by Mats)
|
by kay19
Using Rand with range.
|
|
[6 replies] Last: Appreciate the help people. Sorry about the range difference confusio... (by kay19)
|
by navig8tr
Using strings in .h file
|
|
[8 replies] Last: If you're going to use a variable for your signature, you should proba... (by andywestken)
|
by darqan
Stuck again :P
|
|
[no replies]
|
by Stauricus
Initializer lists?
|
|
[4 replies] Last: oh, i understand now. thanks again :) (by Stauricus)
|
by metulburr
template class error
|
|
[3 replies] Last: well...that does make sense. I had to reread it a few times, but got i... (by metulburr)
|
by Awitte58
Hello! / "Classes" help!
|
|
[2 replies] Last: I have 3 files in my project. Under the "header files" is the "Timer.... (by Awitte58)
|
by atl 7392
integers and unit cost
|
|
[7 replies] Last: Like Zereo said, in your main function you will need to declare the va... (by closed account jwkNwA7f)
|
by marcos21
NEED HELP PLEASE
|
|
[1 reply] : You can get code::blocks and Mingw: http://www.codeblocks.org/download... (by closed account jwkNwA7f)
|
by Nebur
Check if a number is a multiple of 3 w/o the module operation
|
|
[16 replies] Last: Try this: #include <iostream> static constexpr int MAX = 1000000 ; ... (by JLBorges)
|
Identify Code |
|
[2 replies] Last: I want to find out what code to learn to decipher this? (by Vanniekerk789)
|
by dennyblanco
Options and Conditions??
|
|
[3 replies] Last: Ha ! Thank you both so much !! I can't believe I missed something so s... (by dennyblanco)
|