by Hotice
Directory tree
|
|
[2 replies] Last: EDIT: I found out that you could just use (fdstack.top()).dwFileAttri... (by Hotice)
|
Annoying Brother!!! (1,2) |
|
[29 replies] Last: Thanks! (by closed account LN7oGNh0)
|
by AndroidZ
evaluating each word in a sentence
|
|
[2 replies] Last: Thank you. Looks like I have a lot of reading to do. (by AndroidZ)
|
by WaaaaW
Feasible strategy for interpreting instructions?
|
|
[3 replies] Last: Hmm, I see. It's good to know that I'm at least on the right track wit... (by WaaaaW)
|
by VelikiDrMr
ifstream has no match for operator << with char
|
|
[5 replies] Last: << is the output operator, ifstream is an input-only stream. You can'... (by VelikiDrMr)
|
by Engineer1608
Arrow Keys
|
|
[2 replies] Last: If you're referring to escape characters, then no. For example, \r is ... (by ResidentBiscuit)
|
by noisycoder
Constructor overloading with templates
|
|
[10 replies] Last: To clarify what I mean CXMLString<const char*> foo(false, "tag"); ma... (by ne555)
|
by ItsTheSebbe
if this or this then that
|
|
[1 reply] : Yup, C++ has a lot of different operators including logical operators.... (by Krzysztof Kawa)
|
by rapunzel
USACO "bead" problem
|
|
[3 replies] Last: Thank you but I understood my answer . If you want to know the correc... (by rapunzel)
|
by hkrishnan81
binary to decimal
|
|
[1 reply] : The code does not compile #include<iostream.h> #include<conio.h> voi... (by Chervil)
|
All Domain Computer's Informaiton |
|
[2 replies] Last: Installing your program on every machine would work, but what if you c... (by SamuelAdams)
|
by pointer13
Printing an array
|
|
[3 replies] Last: Yes I missed that part, now it works. I suppose I can just initialize ... (by pointer13)
|
by vgoel38
prime numbers
|
|
[1 reply] : I may be wrong, but I've always considered the sieve method to be fast... (by Chervil)
|
by derrikjb93
Looking for friendly advice
|
|
[8 replies] Last: And the other half.... } else{//if player1 is set t... (by derrikjb93)
|
by donfire
what is this? cin.unsetf(ios::skipws);
|
|
[1 reply] : it's the longer way to write cin >> noskipws it stops formatted input ... (by Cubbi)
|
by noisycoder
Template overloading
|
|
[6 replies] Last: i'm using eclipse. Also, could you help me with one problem? In the he... (by noisycoder)
|
by Mickelplick
Help with functions
|
|
[6 replies] Last: Firedraco --- thanks for the explanation --- it makes total sense now ... (by Mickelplick)
|
by Engineer1608
Comparing Two Strings
|
|
[1 reply] : Hi there, You are trying to compare c-strings, which are basically ar... (by closed account o3hC5Di1)
|
by metulburr
methods of cin
|
|
[1 reply] : cin.get() -> http://www.cplusplus.com/reference/istream/istream/get/... (by Fransje)
|
by VictusBcb
Duplicate Numbers, Output not right?
|
|
[3 replies] Last: Some problems: Lines 6 & 8: x starts at 0 and increases, z starts at ... (by TheIdeasMan)
|