by Brody
C++ Mentor or Coding Partner
|
|
[1 reply] : I don't have any previous experience with ODE, but I'd be happy to hav... (by esotera)
|
by Nisheeth
Creating an Array of indefinite size
|
|
[9 replies] Last: That explains it! Thanks a lot for the help... (by Nisheeth)
|
by caneta
Emulate awk
|
|
[2 replies] Last: Thank you so much...Meanwhile I've solved with the following: string... (by caneta)
|
by mr kazoodle
subclassing the string class
|
|
[2 replies] Last: hm, I feel pretty stupid right now ;) Thanks a lot! (I will follow y... (by mr kazoodle)
|
by badny
Get string length
|
|
[3 replies] Last: http://www.cplusplus.com/reference/string/string/substr/ (by Moschops)
|
by kishor8dm
"new" operator
|
|
[6 replies] Last: Why would one want to write your own version of new? Here are three pr... (by Moschops)
|
by sid91ues
Multiple Inputs from DAT file
|
|
[1 reply] : I assume that each x, y and z is in 1 row like this: 1 2 3 4 5 6 ....... (by eraggo)
|
by Cube Code
Programming a GUI
|
|
[13 replies] Last: I was just absolutely sure that you can write only in C++/CLI (by vonpik)
|
by BlackSheep
Encryption Methods
|
|
[6 replies] Last: Actually there are Open Source C++ library around which you can use in... (by sohguanh)
|
by snakec
file handling question
|
|
[2 replies] Last: For FILE* _stream or other pointer variables, it is always wise to che... (by sohguanh)
|
by ankushnandan
Pointer to const location, '&' and copy CTor
|
|
[1 reply] : I don't think it is the same. pointer can point to NULL at run-time wh... (by sohguanh)
|
by tonnot
Cant write a stream buffer to binary file ...
|
|
[no replies]
|
by Hexa
what exactly *this pointer is doing?
|
|
[4 replies] Last: thanx mate and what about post increment. idea is "this" get our obj a... (by Hexa)
|
by Gene
Help With Random Numbers
|
|
[5 replies] Last: Ok, redid the code a bit and fixed some problems confusing X and Y, ho... (by Gene)
|
by ty98
rc data
|
|
[2 replies] Last: look at this http://msdn.microsoft.com/en-us/library/aa381039%28v=vs.8... (by coder777)
|
by jorjoo
too many characters in constant?
|
|
[9 replies] Last: thanks, this could definitely come in handy in the future. (by jorjoo)
|
by sebgar
Static Member variable
|
|
[6 replies] Last: If you wanted to initialize a and b separately you'd have to do it lik... (by shacktar)
|
by ealforque
Nested If statements..
|
|
[3 replies] Last: if(condition1 && condition2) Use that for having multiple conditions... (by Intrexa)
|
by bballamis
Indexing arrays
|
|
[1 reply] : No you can not use strings as indexes in arrays. All of the const... (by binarybob350)
|
by pilot538
Encrpytion (1,2)
|
|
[21 replies] Last: Well now I ask another question. Can data in a class be search in the ... (by pilot538)
|