by Hilo890
Can someone give a rundown on how to use unicode in arrays and such?
|
|
[9 replies] Last: Disch, that thread answered against every reason I chose to make a gam... (by Hilo890)
|
by Janlan
Switch
|
|
[12 replies] Last: Instead of manually reversing the number you could use recursive post-... (by ne555)
|
by angshu
Union
|
|
[3 replies] Last: I should add one more thing: C++0x is relaxing some of these restri... (by jsmith)
|
by joeneldeasis
Text Twist Refix
|
|
[4 replies] Last: Weee..thanks for the info coders... You've helped me a lot.. :P (by joeneldeasis)
|
by Fabiooo12
How create dynamic wxButton?
|
|
[1 reply] : Anyone can help me? please (by Fabiooo12)
|
by mixmagz
HOW TO DISPLAY OUTPUT IN VERTICAL IN C++ PROGRAMMING
|
|
[15 replies] Last: thank you guys for the codes! Really works! (by mixmagz)
|
Character array comparison |
|
[9 replies] Last: Using strcmp () is correct. Another option is to cast to a std :: s... (by Duthomhas)
|
by topengonzo
c++ returning filename of first file in directory
|
|
[6 replies] Last: using namespace System; using namespace System::IO; using namespace... (by closed account z05DSL3A)
|
by Battousai
For Loop with array
|
|
[1 reply] : The only part I should have to alter is the very last for loop which i... (by Battousai)
|
My friend is gettng a MSVCP100.dll missing error when he tries my programs? |
|
[5 replies] Last: For debug mode, usually there are a few debug-related DLL that is need... (by sohguanh)
|
How would I stop a sound playing with PlaySound()? |
|
[2 replies] Last: It also helps to read the documentation for the function you are using... (by Duthomhas)
|
by Icenel
How to make function
|
|
[7 replies] Last: If you're trying to learn c++ then you really should wean yourself off... (by quirkyusername)
|
by Reca
Replacing vowels with symbols
|
|
[16 replies] Last: indeed. I didn't thing about that. you could either write output_fil... (by hamsterman)
|
by desmondli
how do i check a char for length whether its alpha bate and numeric?
|
|
[7 replies] Last: too long. Try to make just one thing per function and comment your cod... (by ne555)
|
program to read 3 values,and find largest btwn the 3 |
|
[4 replies] Last: I've tried this before, so you do not have to worry about is not runni... (by Icenel)
|
by lovelyhakeem
asm
|
|
[1 reply] : The asm keyword is used to put assembly code inline with C or C++ code... (by rapidcoder)
|
by Janlan
Sum of diagonal in matrix
|
|
[2 replies] Last: Note what Kyon said. You just need to add which pairs have the same i ... (by wolfgang)
|
numbers those are divisible by 7 between 1 and 100 |
|
[3 replies] Last: I am enlightened! I never would have guessed that I could calculate nu... (by wolfgang)
|
by class123
Translation of source code
|
|
[3 replies] Last: Addition:: i think that a compiler can not know the machine language ... (by Ramses12)
|
by lovelyhakeem
code error
|
|
[13 replies] Last: http://www.cplusplus.com/articles/how_to_ask/ (by Bazzy)
|