by elay
how to properly intialize static const user defined types
|
|
[2 replies] Last: Looks like it's not a constant expression, because of the function cal... (by TheIdeasMan)
|
by Pixelninja48
Pointers and chars
|
|
[2 replies] Last: Haha thank you dude you helped a lot:D (by Pixelninja48)
|
by Austinomical
How to display ASCII characters from ! to ~
|
|
[5 replies] Last: What I mean is that each line ends with a space, and then a newline. ... (by dhayden)
|
by Lodi
Libgomp.spec missing
|
|
[2 replies] Last: Thank you Duoas, it worked. Lodi (by Lodi)
|
by Yawzheek
Easy Color Use
|
|
[4 replies] Last: SetConsoleTextAttribute() is a very lightweight function. Call it as o... (by Duthomhas)
|
by dragonk2
Need some help with c++ functions (a lot of functions with combination)
|
|
[3 replies] Last: http://www.cplusplus.com/forum/general/194120/#msg933544 (by Naughty Albatross)
|
by FBHSIE
Logic error (letting me put >50)
|
|
[4 replies] Last: if (status==true) This can be written: if (status) { } The fal... (by TheIdeasMan)
|
by sail456852
Dynamic memory allocation inside an object
|
|
[14 replies] Last: The mind boggles at your interpretation. There is no mystery. There is... (by closed account 48T7M4Gy)
|
by dabbin26
c++ madlibs
|
|
[2 replies] Last: Hi, string Story ; this means Story ; string Story ; string Story ; ... (by shadder)
|
Help with finding sum and average of numbers in a file? |
|
[5 replies] Last: Just to let know your logic errors : double total; // Where's the... (by Naughty Albatross)
|
Having User Open a File and Word-Counter of Those Files |
|
[8 replies] Last: That is impossible. Did your program finish executing without you pres... (by Naughty Albatross)
|
by FourFrame
Weirderror
|
|
[1 reply] : In general terms this error often occurs when you're reading data out ... (by closed account 48T7M4Gy)
|
by Redrover36
Calendar Assignment - Where Do I Start?
|
|
[1 reply] : Where do you start? Best place is at the point where you realise this... (by closed account 48T7M4Gy)
|
by judylove
Random number generator with rolling a dice
|
|
[7 replies] Last: You didn't initialize your number array from the start. Put it before... (by Naughty Albatross)
|
logic of boolean |
|
[1 reply] : Hi, bool is essentially true/false or 0/1, just think of it as a flag... (by shadder)
|
by miah612000
Function not returning average
|
|
[7 replies] Last: http://www.cplusplus.com/forum/beginner/194077/2/ Multiple posting of... (by closed account 48T7M4Gy)
|
by adam2016
insertion sort code
|
|
[9 replies] Last: I figured out why I was getting that output changed 0 to i on line 34 (by adam2016)
|
by hashbrown
How to compare 2 std::strings in an if statement
|
|
[5 replies] Last: Actually, dhayden was on the spot with his answer, it does have to do ... (by hashbrown)
|
by Ch1156
Is this code efficient?
|
|
[7 replies] Last: NameGenerator.h assumes that you have already included fstream and ios... (by dhayden)
|
by FBHSIE
Questions about code and random function.
|
|
[5 replies] Last: I mean if none of slot1, slot2 and slot3 are the same then the last e... (by Peter87)
|