by ar9jun
while loop with || wont work
|
|
[4 replies] Last: It works now! Thank you very much! But if you don't mind me asking, I ... (by ar9jun)
|
by firstTym
putting two integers in incremental order
|
|
[3 replies] Last: I didn't really understand a single word of what you said, but here ar... (by Athar)
|
by vckngs7
Passing reference of current object as a parameter
|
|
[7 replies] Last: Correction, it does work, I had accidentally included loop.cpp within ... (by vckngs7)
|
simple #include question |
|
[3 replies] Last: Thanks guys. I should have searched a little harder. For anyone who ... (by LittleStudios)
|
by vodka
Char pointers clarification
|
|
[2 replies] Last: Very clear now (surprised how easy it was, and I spent days) Thanks V... (by vodka)
|
by kethgr
Compiles successfully but program crashes (sometimes)
|
|
[4 replies] Last: I'm using Visual C++ 2010 Express on Windows 7. Unfortunately I'm real... (by kethgr)
|
by suli
compiler
|
|
[10 replies] Last: I agree with that strongly Volatile. But when i was new to c++ i start... (by stoffe1100)
|
by rafae11
unsigned char vector contents write to file
|
|
[2 replies] Last: some other function was overwriting the contents of my vector and it w... (by rafae11)
|
by Kurospidey
Template-id does not match any template declaration
|
|
[2 replies] Last: Arg, I get the point. So it's true it really doesn't match the templat... (by Kurospidey)
|
by aeireen
matching pattern
|
|
[1 reply] : http://softwareramblings.com/2008/07/regular-expressions-in-c.html (by Moschops)
|
by lvartist70
Troubles Creating a Program in C++ with Console Input Using Loops
|
|
[4 replies] Last: Thanks, for all the productive feedback. You have identified many of t... (by lvartist70)
|
by asheykh
Adding two 2x2 matrices in a c++
|
|
[2 replies] Last: asheykh, It would better to put the input from cin into it's own var... (by TheIdeasMan)
|
by ar9jun
Variable that shouldnt increase, increases
|
|
[3 replies] Last: of course! thank you very much!! it works now =D (by ar9jun)
|
by kalkas
Object^ and const char*
|
|
[2 replies] Last: Yes I tried that and did not worked. But I figured a solution. I disc... (by kalkas)
|
by ThatOtherGuy
"String Subscript Out of Range" Error?
|
|
[2 replies] Last: I DID forget that! It works perfectly now. Thank you so much! :) (by ThatOtherGuy)
|
by snaxpax
Help Hotkey Delays
|
|
[1 reply] : bump (by snaxpax)
|
by SamuR
2 vectors with pointers, one having negative size and capacity?
|
|
[2 replies] Last: Got it. Seems it was something related to the creation of the images f... (by SamuR)
|
by bitani
How to Continue Learning
|
|
[2 replies] Last: Get real work experience and continue reading more books. (by moorecm)
|
by treyriggins
Filter Class using Composition
|
|
[16 replies] Last: I need to declare 'filename' in my header file, right? Or can I declar... (by treyriggins)
|
by Chubbs
Strings using For loops
|
|
[3 replies] Last: int main() { string a, b; cin >> b; int count; for(... (by ToniAz)
|