by vatwomen0
translate c++ to c codes
|
|
[2 replies] Last: And of course change your libraries to the correct c libraries. #in... (by emcege)
|
by Texedova
Pointers and Polymorphism - both
|
|
[6 replies] Last: The classic Shape/area example :) http://www.tutorialspoint.com/cplusp... (by mutexe)
|
by lordrey
final exam - please help whats the output/answer of this prob.
|
|
[7 replies] Last: go through it in your head (if you UNDERSTAND IT) and you will know...... (by IWishIKnew)
|
by Smatik
DATA File Handling
|
|
[3 replies] Last: thanx everybody (by Smatik)
|
by xzki
Key Press Help?!
|
|
[2 replies] Last: Thank you so much, works exactly as I wanted it to now! (by xzki)
|
by Donanza
I/O file from my documents
|
|
[no replies]
|
by cryztal
Make a binary tree
|
|
[1 reply] : A binary search tree is a binary tree. A binary tree doesn't have to b... (by Peter87)
|
by hoanglong105
using System.Drawing Namespace
|
|
[1 reply] : You appear to be using C++/CLI, which is not the same as C++. Try ask... (by Catfish3)
|
by NightWish
missing type specifier - int assumed
|
|
[4 replies] Last: In C/C++ there's syntactically no need for special specification/imple... (by tcs)
|
by mattyv
Thread Chaining & Latency
|
|
[7 replies] Last: Here are some results from a freeBSD 9.0 run. Different specs But Look... (by mattyv)
|
by kajgies
OpenGL triangles invisible .obj loader
|
|
[1 reply] : Does nobody know how to fix this? (by kajgies)
|
by truffles
Keylogger (Hear Me Out) (1,2)
|
|
[22 replies] Last: [quote=DTSCode]no, make it a char_t. it doesn't need to be int. we rnt... (by Catfish3)
|
by dahin
How can I create histogram from a set of values in OpenCV?
|
|
[2 replies] Last: Here is the complete solution: int main(.......) { .... (by dahin)
|
by Kangus
which makes faster code? if's or switch?
|
|
[10 replies] Last: If choices are more like more than 2 go for switch-case . Its faster.... (by Smatik)
|
by yousbj
Linked lists and return value for + Operator overloading
|
|
[2 replies] Last: This topic is deriving me crazy. (by CroCo)
|
23ts |
|
[2 replies] Last: you have to validate your numbers for each input. if (choice == 1) ... (by CroCo)
|
by Sidney T
Divide by two, then add all the quotients
|
|
[5 replies] Last: Thank you very much! I never thought it would be that simple, I guess ... (by Sidney T)
|
by diamondx
/Mt and /CLR not compatible
|
|
[1 reply] : Ok i just search in the web, but i found that i can not build a window... (by diamondx)
|
by MultiSciTech
I need IDEAS
|
|
[2 replies] Last: Thanks so much (by MultiSciTech)
|
by xsesx
Most Frequent Character Issues
|
|
[1 reply] : Your countChar function is a bit of a mess. The first loop and x are ... (by freddy92)
|