by aaindjx
Ifsting problem
|
|
[no replies]
|
by bpedigo
Random Numbers help
|
|
[1 reply] : #include <iostream> #include <random> #include <ctime> constexpr std... (by JLBorges)
|
by sirsamuel
Struggling with Reading File Input
|
|
[no replies]
|
by wolfv
Write to a stringstream and then read from it
|
|
[3 replies] Last: jlb: line 18 repositions the get pointer so it can read the character ... (by wolfv)
|
by kmtompkins
key reading
|
|
[1 reply] : I'm a bit confused on the iostream and std then you use printf. :P any... (by giblit)
|
by eladage
Quick question
|
|
[2 replies] Last: Ahhhhh! Yes it was my lack of curly brackets on the the else statement... (by eladage)
|
by kim12
Need help with C++ assignment!
|
|
[4 replies] Last: How would I go about coding something that overlaps like for example,... (by cire)
|
by cppbeginner3
How to put a counter..
|
|
[no replies]
|
by pilotnate
srand compiler error
|
|
[1 reply] : http://www.cplusplus.com/forum/general/112111/ //makes the seed tim... (by ne555)
|
by hossamshreef
Need help please
|
|
[3 replies] Last: EssGeEich (2118)@ the code didn't give me the desired result. i don'... (by hossamshreef)
|
by merta
Matrix
|
|
[11 replies] Last: The problem is solved whit this code: int row = 0, col = 1; cons... (by merta)
|
by pnguine
C++ forbids declaration of ‘setPosition’ with no type
|
|
[3 replies] Last: Do you know why it needs a return type? The language requires it. A... (by cire)
|
by pilotnate
member functions passing variables
|
|
[2 replies] Last: you are amazing, thanks!! (by pilotnate)
|
by dreaxbamf
String search program
|
|
[7 replies] Last: Problem is probably that if word is in line multiple times, it will be... (by MiiNiPaa)
|
by blackcat1321
need help with shipping cost program
|
|
[1 reply] : Why are the receiver and sender's names doubles? Shouldn't they be str... (by giblit)
|
by angelk
C++ Game managerial/strategic shift
|
|
[no replies]
|
by Sausage
What does this code entail?
|
|
[4 replies] Last: also you don't need to output the pointers address like that. cout... (by giblit)
|
by Guzfraba
Simple way to convert exe to apk.
|
|
[1 reply] : For direct conversion, I don't think so and do not think it will be ef... (by Aceix)
|
by prestokeys
How to take care of these repetitions elegantly?
|
|
[3 replies] Last: If there would be several more entities like Menu: Visitor + CRTP http... (by JLBorges)
|
by enemy
Global variable-heap???
|
|
[1 reply] : See this: http://stackoverflow.com/questions/1169858/global-memory-man... (by long double main)
|