by matthew9090
Enum problems
|
|
[16 replies] Last: Sorry doesn't work either, I'm using codeblocks and the debuggers play... (by matthew9090)
|
by Cplus2020
Finite Automata ( transition diagram for unsigned numbers
|
|
[no replies]
|
by janebartley
Shuffling Array Help!
|
|
[3 replies] Last: Actually you would not need to use the shuffle tool if you use a loop ... (by poisson22)
|
by devodid
std::string to const char*
|
|
[9 replies] Last: why not a map with a look up function? (by closed account Dy7SLyTq)
|
by kirstin
C++ using repetition structure (1,2)
|
|
[30 replies] Last: I don't think you understand what we have given you. Spend some time w... (by Zaita)
|
I need advice for this 2D array program? |
|
[4 replies] Last: but a const int would only replace one? const ints are much better bec... (by closed account Dy7SLyTq)
|
by CppCoder101
Installing SFML 2.0 with CodeBlocks on Mac OS X?
|
|
[2 replies] Last: nope! No XCode (by CppCoder101)
|
fin undeclared identifier, but is declared |
|
[2 replies] Last: are you actually going to use those functions or just declare them c s... (by closed account Dy7SLyTq)
|
by Maissa
simple explanation if you may
|
|
[3 replies] Last: No problem, glad I could help :) (by Major Tom)
|
'_TCHAR' has not been declared |
|
[1 reply] : To my knowledge, _tmain() and _TCHAR are non-standard Microsoft ex... (by Catfish3)
|
by PinkLady
2-D Arrays Code Help
|
|
[1 reply] : Interesting. You two must be in the same class. See this thread I am h... (by Major Tom)
|
by Major Tom
Threading Question
|
|
[no replies]
|
by janebartley
Using Typedef With Arrays
|
|
[1 reply] : a typedef declaration has exact same syntax as a variable declaration,... (by Cubbi)
|
by vezprog
remove std::string from std::vector<char>
|
|
[4 replies] Last: Basically what I am doing is getting getting data from a socket and t... (by Cubbi)
|
by foozhan
class in c++
|
|
[14 replies] Last: It returns pointer to new instance of class Arm_Off (by MiiNiPaa)
|
by kiste5
explain and help me start please.
|
|
[1 reply] : Declare 3 integer variables Presumably you can do this bit?... (by MikeyBoy)
|
by Alex91
merging two files
|
|
[4 replies] Last: Thank you, I now understand the concept and this solved my issue. (by Alex91)
|
by seiji9
Can't total up the results calculted...
|
|
[2 replies] Last: Please take a pensil and a paper and calculate what will be the value ... (by vlad from moscow)
|
by Hobgoblino
Don't know how to make a simple thing
|
|
[2 replies] Last: Oh thanks! (by Hobgoblino)
|
by ksspk2003
compilation issue
|
|
[2 replies] Last: > If space is removed then there is no error. ¿so what's the problem? (by ne555)
|