by dctrd
beginner question
|
|
[1 reply] : This should help http://stackoverflow.com/questions/388242/the-definit... (by closed account 3qX21hU5)
|
What's wrong with my code? |
|
[4 replies] Last: Further to Chervil 's post: There are a number of your variables tha... (by TheIdeasMan)
|
by asiannboii
Deleting/Replacing an element from an array
|
|
[2 replies] Last: Anyway I suggest using vectors, not arrays. Vectors have methods that ... (by Marcos Modenesi)
|
by jenny22
C++ questions
|
|
[10 replies] Last: I knew it was a stupid question. (by closed account 18hRX9L8)
|
by ahmad khan
Paint in C++
|
|
[4 replies] Last: I've done very little GTK so help from me would be null I'm afraid sor... (by masterofpuppets690)
|
by jlillie89
Pointers
|
|
[2 replies] Last: ok thx (by jlillie89)
|
For Loop to While Loop |
|
[9 replies] Last: Ya, what I wrote was just a little more compact way of saying what you... (by Raezzor)
|
by HellfireXP
Allegro 5 Sound Class
|
|
[1 reply] : I found a work around. If anyone else has a similar issue, my working... (by HellfireXP)
|
by mongie52
How to pass variable(queue) in function by reference C++
|
|
[2 replies] Last: I tried implementing it, and it works great. Thanks :) (by mongie52)
|
by fredou911
Hey guys!
|
|
[1 reply] : At the end of the 2 if test expressions you added semi-colons. Those a... (by Raezzor)
|
by fanatikos
c++ help
|
|
[9 replies] Last: oo my friend ,,,, look this, if you can do it for me ,, i dont know ,,... (by fanatikos)
|
by hasak
Delay
|
|
[4 replies] Last: In standard C++, it's std::this_thread::sleep_for(std::chrono::second... (by Cubbi)
|
by MartinMH
PlaySound() sequence
|
|
[6 replies] Last: Thanks Chervil. Your code actually played for me with a much shorter p... (by MartinMH)
|
by tribe
Divide and conquer counter.
|
|
[4 replies] Last: above one given by cire is a good example of a recursive program. usi... (by ahmad khan)
|
by ronni
beginner
|
|
[1 reply] : You can discuss problems you are encountering here in the forum.:) (by vlad from moscow)
|
by rohanshah1
Project Euler Problem 3
|
|
[no replies]
|
by coffebean
How to use timer in traffic light that use sensors?
|
|
[3 replies] Last: ah ok your using visual C, I don't think I can be much help, I do reco... (by SamuelAdams)
|
Code is not working |
|
[4 replies] Last: Fixing line 19 as I said and line 17 as vlad said should work for you,... (by chucthanh)
|
by fanatikos
C language
|
|
[2 replies] Last: double Fun( unsigned m ); { double sum=1/(1*3)-1/(3*5)+1/(5*7)-...+-1... (by Awais Tahir)
|
by chucthanh
Array 2D and pointer
|
|
[8 replies] Last: Oh yes, but my boss uses C (not C++), so I should use something meanin... (by chucthanh)
|