by zyspt
How to get the same result using pointers notation
|
|
[1 reply] : Hi !!! :) defining any array is somehow the same as defining a poin... (by arsen)
|
by Alphy11
the [] operator
|
|
[2 replies] Last: hehehe i thought you were trying to make array of classes ooooh that ... (by Evote)
|
by reuven
Witch environmrnt is the best, for C++ programming?
|
|
[8 replies] Last: Lol use Code::Blocks with MingW It's great !!! has form maker in it o... (by Evote)
|
by juice07
Suggestions for Timers on Output
|
|
[2 replies] Last: use the #include <windows.h> Sleep(1000) Which is 1000ms Which... (by Evote)
|
by esberitoxn
wxWidgets and MinGW
|
|
[5 replies] Last: @esberitoxn : Have a look at this guy's reply. http://forums.codebloc... (by petsagouris)
|
by oktet
Undeclared Identifier: Three Questions
|
|
[7 replies] Last: WoW, ummm, I will see you guys in like X months after reading and stud... (by oktet)
|
by UG Cyber
Problems with FindFirst() with fstream??
|
|
[1 reply] : Since nobody answered your post, two hints: (a) You can indicate that... (by exception)
|
by ramishama
how can i cancel the repet in this program
|
|
[3 replies] Last: Thank you all for your help the correct is to be the program like thi... (by ramishama)
|
by reuven
A linked list print problem
|
|
[1 reply] : hi, look at these two examples, I think it will help u. http://ans... (by yanhe0116)
|
by katz
Signal Reading from transducer and reading/sending to valves
|
|
[2 replies] Last: I'm sorry about that.. The transducer is a Differential Pressure T... (by katz)
|
by Jon2029
Default constructors - I don't want em!
|
|
[3 replies] Last: When you provide your own constructor the default constructor is no lo... (by exception)
|
by israeltanin
Stack unwinding in native code
|
|
[1 reply] : You're talking about assembly, right? Do you mean "structured excep... (by Duthomhas)
|
by toptony
errors when I make program concise!
|
|
[2 replies] Last: :) thanks helios! I know what you said about off-by-one error! ... (by toptony)
|
by exception
[solved][STL] is there an inserter (insert iterator) for map?
|
|
[4 replies] Last: Thanks, I somehow managed to overlook the plain inserter, how stupid. ... (by exception)
|
by Nandor
fast search
|
|
[4 replies] Last: I would guess that you have confused some find()-functions here. The s... (by exception)
|
by ramishama
How can I show the elephant's path in the chess by c++
|
|
[17 replies] Last: Not to obstreperously resurrect old threads, but I learned why those e... (by Duthomhas)
|
can anyone doublecheck |
|
[1 reply] : Looks good. On lines 35 and 40 you should have total = A + (hours... (by Duthomhas)
|
by codacx
get line of code from text file
|
|
[3 replies] Last: If you know that you can read exactly one line at a time... then how w... (by Duthomhas)
|
by snerh
Segmentation fault error message
|
|
[3 replies] Last: Also, you might want to consider using better names. I read that as ... (by helios)
|
by YinYangERROR
Converting a class
|
|
[4 replies] Last: Your first version was correct. No need to use cast operators, the cas... (by arsen)
|