by johnhoffman
What is the difference between double and long double?
|
|
[1 reply] : Compilers vary. Some compilers will have different sizes for these. (by Moschops)
|
by maharris
vector and too few arguments
|
|
[4 replies] Last: got it, switched the declaration thank you! (by maharris)
|
by Bob M
Finding the matching curley bracket { }
|
|
[10 replies] Last: I found the answer I was looking for. While the cursor in positioned ... (by Bob M)
|
y/n while loop |
|
[3 replies] Last: ah it works, thank you (by tiberiushodgerius)
|
by Atari
ANY number into digit
|
|
[6 replies] Last: MooreCM's code puts any number into digit, and then you can use that d... (by Moschops)
|
by Valz
How to prevent alpha from keying in ??
|
|
[no replies]
|
by chriscoleo
Could someone please look at my code, Specifically the initSim Function
|
|
[11 replies] Last: Do they look ok or do any of them need some help that I obviously have... (by chriscoleo)
|
by abhayiitr
Algorithm Intensive Online Programming Contest - INSOMNIA, presented by IIT Roorkee
|
|
[no replies]
|
by ZachZundel
Read int from a file, delimited by "\"
|
|
[4 replies] Last: @Stewbond Thanks! It worked! (by ZachZundel)
|
by septicx
Complete beginner in need of urgent help
|
|
[4 replies] Last: That throws up the error /tmp/ccjoQroR.o: In function `PlayingCard::... (by septicx)
|
by patris
reset conditional
|
|
[6 replies] Last: Yes i think it can't be replaced, thanks all (by patris)
|
by ihato
Quadruple precise variables?
|
|
[3 replies] Last: Quadruple just means that it has 4 times the precision of a float. (by hanst99)
|
by jackkhodr
help needed
|
|
[4 replies] Last: i dont have the c++ program on my computer You've got the interne... (by Moschops)
|
Void* arithmetic |
|
[1 reply] : How about sticking these two arrays in a struct? I think this forces ... (by Stewbond)
|
by Dosk3n
cout Enumerations as text?
|
|
[3 replies] Last: Thanks I really appreciate your responses. Thats a bit out of my lea... (by Dosk3n)
|
by znerich
Subset strings
|
|
[3 replies] Last: I would prefer to write the code in three separate functions. (Which i... (by JLBorges)
|
by poda19
what should i do with dll files?
|
|
[3 replies] Last: thanks for your responses just wanted to make sure i'm not doing anyth... (by poda19)
|
by eves
large integers
|
|
[6 replies] Last: It can be done simply with 3 strings. This sounds like a homework prob... (by closed account D80DSL3A)
|
by pieman12
pizza
|
|
[6 replies] Last: You'd have to redefine it later. However be careful because this is d... (by Stewbond)
|
by eves
Storing input of numbers as characters and storing them into vector
|
|
[4 replies] Last: The code above DOES store it as a vector of chars: vector<char> myst... (by Stewbond)
|