by jankidudel
C++ applets ?
|
|
[7 replies] Last: I believe you can still write browser stuff in c++, its not impossible... (by CodyShort)
|
Why Inline asm in C++/CLI creates horrible problem? |
|
[3 replies] Last: I do not have such a manual. The pragma without it in conjunction wit... (by EverBeginner)
|
by jackson
Having a problem printing off "None" when nothing is found!
|
|
[6 replies] Last: use strcmp(word, "") By the way: Why are you reading char by char... (by ne555)
|
by Joshhua5
Text game problems
|
|
[5 replies] Last: Also look into function prototypes, and try to avoid using ANY global ... (by CodyShort)
|
by bigbrain
Get confused in the combination of ifstream and ofstream,
|
|
[1 reply] : Learn to read error messages. main.cpp(17) : error C2039: 'getline' ... (by hamsterman)
|
by georgialucas
How to pause the code untill an external file is created then continue?
|
|
[2 replies] Last: Thanks a lot for your reply, The .bat file is important because it ... (by georgialucas)
|
by BenManBen
MATH!
|
|
[5 replies] Last: I think also good programmer of any language should have these:- >MAT... (by Mazd)
|
by bigbrain
What will the i++ do in here? Easy i++?
|
|
[2 replies] Last: that is to say: j=i++; equal to j=i; ++i; or j=i; i++; ... (by wenqiang)
|
by bigbrain
how to include class declaration and method as header?
|
|
[2 replies] Last: thank you! that's help a lot! (by bigbrain)
|
by cwn723
Quick pointer question
|
|
[1 reply] : In the case of char, it's the same. If str of an array of ints, strp++... (by helios)
|
How to let user press enter to stop? Can printf be used to print out variable? |
|
[19 replies] Last: kempofighter, thx for your advice. But how can create multithread?... (by horace5563333)
|
by jackson
Reading sub directories....
|
|
[17 replies] Last: It seems that the *.mp3 mask is applied to directories too. So you sho... (by Athar)
|
by dontgetit
conversion of farenheit to celsius
|
|
[1 reply] : Hi, here i will write the source c++ code to program that reads a F... (by ksrao)
|
by cwn723
Returning values through params
|
|
[3 replies] Last: That it is an output parameter goes without saying. If it weren't, it... (by Athar)
|
by RialnisMada
Confused about Multi-File Programs
|
|
[2 replies] Last: Aha, found it. Didn't see at the top that there was a Project Tab . ... (by RialnisMada)
|
by galadys
Whats wrong with this code?
|
|
[1 reply] : First, identifiers must be declared before they're mentioned. So eithe... (by filipe)
|
by eastman47
A huge struct problem
|
|
[2 replies] Last: worked thanks (by eastman47)
|
by shadowayex
Classes in separate files
|
|
[6 replies] Last: Inlining is not interesting due to the missing function call overhead,... (by Athar)
|
by nathan10
Please Give Constructive Feedback
|
|
[3 replies] Last: I only gave it a quick glance, but a few notes: 1. Use virtual inhe... (by moorecm)
|
by mozly
SDL timing not working!
|
|
[no replies]
|