by moudiz
a little "questions"
|
|
[1 reply] : i know the library <ctime> and i have only used it with <cstdlib> sra... (by Athar)
|
by TnGraham
Can you print out the value of a variable in a MFC MessageBox
|
|
[1 reply] : It is possible. You just have to convert your variable to a c-string. ... (by m4ster r0shi)
|
by UAV
Virtual keyword
|
|
[2 replies] Last: http://www.cplusplus.com/doc/tutorial/polymorphism/ (by webJose)
|
by h9uest
keyword virtual before overriding function in Derived class
|
|
[3 replies] Last: @all Guys, thanks for the inputs! My compiler supports override, whi... (by h9uest)
|
by gujinni
don't know what is this. las=set_difference() in c++
|
|
[9 replies] Last: If you want to implement a set difference algorithm, you can do someth... (by m4ster r0shi)
|
by Sidmetal98
When do we know that a constructor is required?
|
|
[7 replies] Last: Type s = t; calls the appropriate constructor, or copy constructor i... (by Mathhead200)
|
by iansblues
Trusted, 2s-Complement Binary Conversion
|
|
[2 replies] Last: Thanks, hamsterman. Once I get a copy of the data feed, I'll just try... (by iansblues)
|
by gizzmo
How to return a string?
|
|
[4 replies] Last: Well, as is often the case, I could not finish a response I began typ... (by Duthomhas)
|
Close runtime window of C++ |
|
[2 replies] Last: Just like in VB6, it is an awful practice to terminate programs this w... (by webJose)
|
by brashau
need help with functions using array
|
|
[1 reply] : cmPos is 0. I don't see what purpose it serves.. You want to erase ... (by hamsterman)
|
by TheCreator
Fork()
|
|
[1 reply] : http://www.cs.cf.ac.uk/Dave/C/node22.html#SECTION002230000000000000000... (by Catfish)
|
by iansblues
"log4cpp::Category& category = ..." Syntax??
|
|
[1 reply] : & in a declaration notes a reference. http://en.wikipedia.org/wiki/Ref... (by hamsterman)
|
by madkilah28
Fibonacci Sequence How to Sum the Average?
|
|
[1 reply] : If a user enters 2, 4 and 6, you'll print 1 1 1 1 2 3 1 1 2 3 5 8 ... (by hamsterman)
|
by ridz91
Validating the date format
|
|
[1 reply] : If you want to force the user to write dd/mm/yyyy in one line, read th... (by hamsterman)
|
by JohnBrystone
obj in memory deleted multiple times: no runtime error !?!
|
|
[6 replies] Last: Ok the issue has been resolved at the gcc bugtracker. See the comment ... (by JohnBrystone)
|
by erik33045
Trouble with some string array logic
|
|
[1 reply] : Is toWord supposed to map strings form textArray to wordArray ? Eithe... (by hamsterman)
|
by cjhawks1991
ignore key presses during sleep() function
|
|
[3 replies] Last: Thank you!!!!!!! (by cjhawks1991)
|
Interpreter errors |
|
[2 replies] Last: Yeah am aware of C++ being an Compiled language. Never used an interpr... (by howtechstuffworks)
|
by sirz2u
STL Map Code Gen Takes Forever
|
|
[5 replies] Last: I have to agree with sohguanh here. You have a database for your infor... (by Zhuge)
|
by gujinni
DELETE DUPLICATEs in C++
|
|
[12 replies] Last: ok.. tnx for your help. My problem was solve. (by gujinni)
|