by Marioqwe
Pancake Glutton string array
|
|
[2 replies] Last: Thank You. It was so obvious! (by Marioqwe)
|
by NoteToSelf
Trigonometric Rounding errors
|
|
[6 replies] Last: Looks like it would work - but given the other features yet to be fixe... (by NoteToSelf)
|
by Nisheeth
Encryption/Decryption
|
|
[11 replies] Last: Don't Bother. Found the error. It was in Line 63, 68 and 73. I had fo... (by Nisheeth)
|
by GamexCoder
Cant figure out whats wrong
|
|
[4 replies] Last: Alrighty. They are both saving to the same file the thing is im gettin... (by GamexCoder)
|
by Thuraya
Help!!!
|
|
[9 replies] Last: IDs : grade u0888 A u0777 B u0999 D u0444 F u0333 B u0444 ... (by Thuraya)
|
by jefw123
2-Dimensional array grid based simple text based rpg, noob
|
|
[11 replies] Last: Ok, I understand that. But, with what am I meant to fill it out with... (by jefw123)
|
const char* and LPCWSTR conversion |
|
[2 replies] Last: If you are using chars instead of TCHARs or wchar_t's, then use the 'A... (by Disch)
|
by IvanLi
need help on string and char
|
|
[2 replies] Last: There are a lot of problems of your code (1)char strings[fStr.size() +... (by stereoMatching)
|
by bk1k
how can i read integers from an usual text in C++
|
|
[1 reply] : You need to expand a vector before you can put something in it. You co... (by hamsterman)
|
by Nisheeth
String subscript out of range
|
|
[2 replies] Last: Thanks! Now i works. But is there any way to make it work for the str... (by Nisheeth)
|
by IvanLi
how can i copy a string to char
|
|
[2 replies] Last: thanks mate, i'll have a try (by IvanLi)
|
by noobtuber008
Need BinaryTree code
|
|
[8 replies] Last: hmm i was wondering . (im new to c++) Is a tree a type of list .. or... (by theonealone)
|
by hadimotamedi
IDE? (1,2)
|
|
[34 replies] Last: Can you please let me know about "Something to learn from" as well? (by hadimotamedi)
|
by Thuraya
What's wrong!! :/
|
|
[2 replies] Last: ahaaaa, thanks it works ^^. here is my new code: #include<iostream... (by Thuraya)
|
by Adrian888
deafault file write location
|
|
[3 replies] Last: If this is a console application, most likely average users don't know... (by modoran)
|
by chaman
Is any variable or container in c which contain more than one data type
|
|
[2 replies] Last: Well, you got a good tip in your previous thread: http://cplusplus.com... (by m4ster r0shi)
|
by remojr76
Is there a difference between Declaring a variable these 2 ways
|
|
[1 reply] : The difference is that in the second function, x is a parameter whose ... (by cristi121)
|
by BLooDiEMuRDA
Re-editing a source code?
|
|
[1 reply] : What did you copied & pasted? A windows form should have header files,... (by matsom)
|
by AndrewGary
Need help creating function that capitalizes a char array!
|
|
[5 replies] Last: I figured it out! Thanks for all the help, it is much appreciated! (by AndrewGary)
|
by qwesr
How to make a variable contain a word?
|
|
[4 replies] Last: OK i got it, thanks (by qwesr)
|