by sarangheh510
Differences between int vs long, float vs double.
|
|
[3 replies] Last: Any integral variable (char, short, int...) can be cast into floating ... (by MiiNiPaa)
|
by OldNewb
stringstream confusion
|
|
[2 replies] Last: Thanks a bunch. I figured there was a better method than screwing arou... (by OldNewb)
|
by Life24
Module vs Sub-Module
|
|
[no replies]
|
by hosoi
Why my output produces the wrong result?
|
|
[2 replies] Last: Thanks a lot ! Can't believe I made such a silly mistake lol (by hosoi)
|
by uglywiggler
Using a function to reverse an input number
|
|
[1 reply] : first try simpler things... 1. try to reverse inside main function. 2.... (by anup30)
|
by Sesshzakuto
full scripts in support files?
|
|
[2 replies] Last: If you want more specific help, post your code and I'll look it over. (by Esslercuffi)
|
by CDavis
Classes
|
|
[1 reply] : Make the members of overFlight private. (by Cody0023)
|
by OldNewb
const parameter access problem
|
|
[2 replies] Last: Thanks, that helped remove my head from its rectal entrapment :) (by OldNewb)
|
by Magnes34
911 Help needed please!!!!
|
|
[no replies]
|
by John2015
please I need help ASAP
|
|
[4 replies] Last: your compiler doesn't support C++11 compile in http://cpp.sh/ use Or... (by anup30)
|
by srscode
arrays and char. (1,2)
|
|
[23 replies] Last: It's saying cin >> array , charcheck; isn't valid. I must be using the... (by UnclePutin)
|
by Flurr
First Project- Switch case infinite loop/possible if statement trouble.
|
|
[3 replies] Last: Under what conditions does your program loop? I entered 1 and it pro... (by Flurr)
|
Beginners Exercise, move traps around |
|
[5 replies] Last: What he is saying is that srand() needs to NOT be inside the loop. You... (by firedraco)
|
by ad chai
Using current time as the condition in selection structure
|
|
[5 replies] Last: no problem (by geniusberry)
|
by alielsaadi
help with pointers
|
|
[2 replies] Last: Why did you make your main a void? You need to make it an int first an... (by UnclePutin)
|
by alielsaadi
trace
|
|
[5 replies] Last: in line 16: j-- is the postfix decrement operator. which means it won... (by Esslercuffi)
|
by WALIA794
NEED HELP WITH ANOGRAM
|
|
[no replies]
|
Adding to the size of a dynamic array of structures |
|
[7 replies] Last: I know you say you have to use an array instead of using a vector. But... (by XorioZ)
|
by wolf11213
xcode help
|
|
[1 reply] : when i open files in Xcode i have to include the path, like so in_str... (by VanTate)
|
by MrBond90
mod a floating point
|
|
[5 replies] Last: You should check if the fractional part is close to zero, rather than ... (by Zhuge)
|