double |
|
[3 replies] Last: for when to use double, http://www.cplusplus.com/doc/tutorial/variabl... (by closed account 4Gb4jE8b)
|
by Zyborg
Why does this work?
|
|
[5 replies] Last: Interesting. Thanks for the info Intrexa and filipe. (by Zyborg)
|
by Kieth89
What happens if you omit the .close()
|
|
[2 replies] Last: The file will be automatically closed when the stream goes out of scop... (by PanGalactic)
|
by kefka95
basic question on namespaces
|
|
[1 reply] : Is it because pow() comes from a C header file? Yes Should I... (by Disch)
|
I still don't know pointers... |
|
[14 replies] Last: I looked up linked lists and it just went in one ear and came out t... (by stereoMatching)
|
by Assassin7257
Could not match operator.
|
|
[2 replies] Last: Or change all comparison to string instead of char. symbol == "a" ... (by sohguanh)
|
by dashboard11
vote1
|
|
[5 replies] Last: only this code: top=-1 size=10 Function isFull() if(top==s... (by dashboard11)
|
by flclempire
linked list queue?
|
|
[2 replies] Last: Thanks for the reply. I'm starting to get it. For linked lists, recu... (by flclempire)
|
by xxsokol32xx
Guessing game doesn't work right
|
|
[10 replies] Last: yeah the random seed being in there twice was me moving some stuff aro... (by xxsokol32xx)
|
by Zyborg
trouble with a 2d asteroid game
|
|
[3 replies] Last: If anyone is interested, you can download a zipped executable of my as... (by Zyborg)
|
by Napwneon
two-dimensional dynamic char array
|
|
[2 replies] Last: is there any particular reason you can't use std::string and make your... (by Disch)
|
Avg Netpays |
|
[2 replies] Last: 2 things, at the end, int main() { payroll employee; employee.pr... (by Intrexa)
|
by miang
Determining screen resolution in c++
|
|
[1 reply] : There's no way to do it with just the standard libs because the standa... (by Disch)
|
Easy way to input into a string array? |
|
[1 reply] : This should work: stringx += x; (by Browni3141)
|
by calnastic
Declaration of long int*
|
|
[1 reply] : Read: http://cplusplus.com/doc/tutorial/pointers/ You won't need a... (by firedraco)
|
by zeos
i can't RESOLVE a PROBLEM !!!!
|
|
[19 replies] Last: the probleme is resolved thanks you Mr sadavied it work perfect... (by zeos)
|
by livingbee11
function to output file problem
|
|
[6 replies] Last: Man..Thanks filipe i was looking for this for ages. :) (by Alex cpp)
|
strings |
|
[5 replies] Last: hi friend, im beginer too , i see "single word" in your question and n... (by hasula)
|
by pooshi
Passing a file to a function
|
|
[4 replies] Last: Thanks again Bazzy. I got it! (by pooshi)
|
by Alex cpp
Create .txt files in c++
|
|
[5 replies] Last: I've managed to do it in an easyer way, thanks to all! (by Alex cpp)
|