by sisi
static_cast
|
|
[5 replies] Last: Thank you guys very much!!! (by sisi)
|
pointers to functions |
|
[5 replies] Last: for your func, the compiler would understand return *func(a,b) as "c... (by bartoli)
|
read a text file problem |
|
[5 replies] Last: Just to add to what Galik said, you also don't need to call close(), y... (by filipe)
|
Getting a IP Address |
|
[4 replies] Last: Works. Thanks! (by closed account Gy7oizwU)
|
by jhapk
Checking if a function exists
|
|
[1 reply] : See http://old.nabble.com/compile-time-check-that-a-member-function-ex... (by jsmith)
|
by Clausius
classes for chess game
|
|
[2 replies] Last: It is standard chess, I made the board 12x12 and marked the external b... (by Clausius)
|
by effizy
Calculating Average score of uncertain students no - Newbie to C++!
|
|
[1 reply] : First of all you try to do something with numTimesNeeded.. i dont know... (by Skillless)
|
by pizet
Ordinal value
|
|
[4 replies] Last: Yup, thanks. (by pizet)
|
by vicky1711
sleep() inside a loop.
|
|
[4 replies] Last: @jsmith... hey thanks its wrking now. :-) Ill read more on stdout buff... (by vicky1711)
|
by Priyanshu
"C++" classes in "C" code
|
|
[4 replies] Last: Hi Helios, We have a big code that is written in C, and some code i... (by Priyanshu)
|
error: array bound is not a constant |
|
[4 replies] Last: "What you need to do is REMOVE project.cpp from being a separately com... (by officialhopsof)
|
new to building finite-state machines. Where do I begin? |
|
[1 reply] : FSMs lend themselves very nicely to implementation in C++. If you und... (by AbstractionAnon)
|
by PascalM123
Derived class and destructor problem
|
|
[17 replies] Last: You must have some other problem elsewhere. There's no reason I can s... (by Disch)
|
by Gert1234
Another .csv question
|
|
[2 replies] Last: Thanks Galik, I'll give it a go. (by Gert1234)
|
by eye51
Is default constructor always required ??
|
|
[9 replies] Last: I want to change MyClass properties through YourClass As I have c... (by EverBeginner)
|
by rycel858
sum up 2 inputs,the sum is added to the next num of the 2nd input and so on
|
|
[3 replies] Last: change int* iInputs = new int ; to int* iInputs = new int ; ... (by Skillless)
|
how to use getc (or someting similar) outside of a console |
|
[2 replies] Last: do i really have to use an API for keyboard input? Yes. That ... (by Disch)
|
by nocare
Trouble returning pointer of array
|
|
[11 replies] Last: Yeah I finally feel like I have a good grasp on the arrays. I do li... (by nocare)
|
Substript Problem |
|
[2 replies] Last: I think the second one is more effective, because instead of typing ... (by Skillless)
|
by hamsterman
a tree
|
|
[2 replies] Last: thanks. didn't think about that.. (by hamsterman)
|