by chetoos
Need to add an array to this code
|
|
[1 reply] : If you need a user-sized array, I suggest you dinamic allocation or a ... (by Bazzy)
|
by eule
toupper problem
|
|
[3 replies] Last: How are you calling hex2char() ? You cannot, for instance, call it ... (by jsmith)
|
simple question about virtual |
|
[2 replies] Last: Once a function is declared virtual in a base class it is always virtu... (by jsmith)
|
by hamo94
unexplainable error on tic tac toe
|
|
[7 replies] Last: I played this game, and its looks good, this is in fact is my In Cours... (by Tim Smith)
|
by kanesoban
delete causes Sigabrt... but why?
|
|
[3 replies] Last: Yup, raw pointers are evil. Better to use in this case std::auto_pt... (by jsmith)
|
by MSHoerberJr
Counting vowels form a file
|
|
[3 replies] Last: if (curLetter = 'A') = is the assignment operator, not the co... (by jsmith)
|
by Sb1
Odd error
|
|
[2 replies] Last: Just tried that. Still isn't working. As it stands now, the variab... (by Sb1)
|
Access violation reading location 0xbaadf00d |
|
[no replies]
|
Passing class byVal |
|
[9 replies] Last: If your derived class has pointers (looks like ObjectBackground does) ... (by jsmith)
|
by jlamothe
Template Problem
|
|
[9 replies] Last: You were right about std::set. For some reason, I was of the impres... (by jlamothe)
|
Not sure |
|
[6 replies] Last: What problems are you having? (I replied to the referenced thread alr... (by jsmith)
|
by hamsterman
push_back while iterating
|
|
[3 replies] Last: it may look like a lot more code, but it's mostly just a few variable ... (by Mal Reynolds)
|
by enreval
Finding duplicates in a single TEXT file
|
|
[5 replies] Last: ++to zaitas solution, nice way of doing it. (by firedraco)
|
by bananae
Working with loops...
|
|
[1 reply] : If you want single chars, go ahead and just cin a char, just know that... (by firedraco)
|
by rasx2610
Display multiple chars without returning new line in c++
|
|
[3 replies] Last: Thanks for yours helps, i'll try system("cls"). (by rasx2610)
|
by crystal
c++construct timetable
|
|
[2 replies] Last: You are also prompting the user for two integers, but since you pull i... (by jpeg)
|
by nkc
How to use float?
|
|
[3 replies] Last: Suppose you have class C { public: char* operator (unsigned... (by exception)
|
by vcc
cmath vs math.h
|
|
[2 replies] Last: This is actually quite interesting and works differently on Microsoft ... (by guestgulkan)
|
by enreval
convert Hexdecimal to Decimal
|
|
[1 reply] : Think about how you would do it 'by hand', then make this your first a... (by Faldrax)
|
by jrok
password strenght determination
|
|
[11 replies] Last: Oh good. I was about to post a table, but if you got it, cool :) (by Timaster)
|