operating with utf8 strings in C/C++ |
|
[3 replies] Last: That is true of any multi-byte encoding. It is not an error in the for... (by Duthomhas)
|
by ria1328
Output, input/output, and averages
|
|
[3 replies] Last: I'm not good at understanding other's code, anyways I have some of min... (by denis90)
|
difference between two vectors in c++ |
|
[7 replies] Last: serge, It works, thank you very much for your help. kempofighter, y... (by doppelgangland)
|
Copy Constructors and Inheritance |
|
[4 replies] Last: sweet, now I know for sure. That's what I thought happened, I just wa... (by closed account 1yR4jE8b)
|
by everid
STL container adapter questions
|
|
[2 replies] Last: Thank you very much. because sometimes, i use queue for breadth first... (by everid)
|
by needystudent
Game
|
|
[1 reply] : Could you post the code that you have now and also the text file? It ... (by pasukon)
|
by james890
Get max value from numbers in text file
|
|
[7 replies] Last: It's ok, I've sorted it. Thanks for your help. (by james890)
|
by trojand
List of lists
|
|
[4 replies] Last: You're passing lists by value to the helper functions. (by kbw)
|
by RET80
3D models and C++
|
|
[2 replies] Last: Thanks Albatross! They both look great to tweak, how would someone ... (by RET80)
|
by bksekit
print word have length n
|
|
[1 reply] : well, I thin you could use strtok ( http://www.cplusplus.com/reference... (by hamsterman)
|
by jinkazama99
quick question about the this function
|
|
[2 replies] Last: ah i see...i was just wondering whats it really meant to do n is it re... (by jinkazama99)
|
by Ncotte90
C++ Collision detection in games programming...
|
|
[2 replies] Last: Do you mean collision with the background (which is scrolling), or for... (by choisum)
|
by omgaga
Find the mistake.
|
|
[8 replies] Last: Should line 25 be: sceduleanna (annaarray); ? (by millionsteve)
|
by amitjakati
copying 2 arrays into one array
|
|
[3 replies] Last: You can use strings instead of arrays: http://www.cplusplus.com/refe... (by Bazzy)
|
by grcunning
function to count words
|
|
[2 replies] Last: Present version of count_words counts number of fragments separated ... (by serge)
|
by bobking
how to put an array to an class pointer variable
|
|
[1 reply] : Why are you using a pointer to vector? http://www.cplusplus.com/refer... (by Bazzy)
|
by wrz234
cout
|
|
[9 replies] Last: how to c program cout is only available in C++, but it is general... (by imi)
|
by Texastank
Have no idea what to do here.
|
|
[3 replies] Last: I think you are asking the definition of sumOfDigits(int) function... ... (by ankitsingh12)
|
by srikumar
what is function call as Lvalue
|
|
[4 replies] Last: assigning the R value(1) to the return object of the function f(). In... (by helios)
|
by tarheelfan08
Linked list
|
|
[17 replies] Last: I really need help guys I want to get this stupid thing done I am so f... (by tarheelfan08)
|