Tranfer to c++ |
|
[3 replies] Last: It really helps if you tell us what the problem is. (by Disch)
|
by Zeikoh
Strange Project Idea?
|
|
[7 replies] Last: Thanks, but that's okay, I wanted to do this on my own as a learning ... (by jason9559)
|
by whitenite1
Specify a file name to save
|
|
[4 replies] Last: Check out dirent.h your API Will do. I found the dirent.h file and... (by whitenite1)
|
by ankit2313
How to trace in dev-cpp
|
|
[no replies]
|
by R0mai
Can the compiler made to output trace information
|
|
[1 reply] : http://stackoverflow.com/questions/311840/tool-to-trace-local-function... (by ne555)
|
by rozick1
QtSDK build errors
|
|
[no replies]
|
by awsdert
IEEE754
|
|
[12 replies] Last: I forgot to add this to bottom of last function i = 0; iEnd = 8; ... (by awsdert)
|
Doubt in virtual function |
|
[5 replies] Last: No, not unless you overload it or make it a variadic function. (by MrHutch)
|
by beakie
MACROS - what can u do with them?
|
|
[2 replies] Last: @BlackSheep : there is already a class for this in the standard : std... (by R0mai)
|
by doddolfur
String get's recognized as boolean?
|
|
[4 replies] Last: Nice, thank you very much for clearing that up :=) (by doddolfur)
|
confusing output |
|
[1 reply] : This should answer your question : http://en.wikipedia.org/wiki/Data_s... (by R0mai)
|
Vector of Structures - Memory |
|
[6 replies] Last: The vector will take care of it automatically. Its destructor deletes ... (by BlackSheep)
|
by JackG
Mixed Languages Compile AND Link (Cobol calling C++)
|
|
[5 replies] Last: I know virtually nothing about COBOL, let alone COBOL to C++ interoper... (by JLBorges)
|
by biLmLik
error with getchar
|
|
[2 replies] Last: Add this statement before your getchar call: while (cin.readsome(&t... (by broser)
|
by progWWC
Need help with an Array in a class
|
|
[1 reply] : You mean here: int average::Sum () const { for (n = 0; n < 100; n +... (by BlackSheep)
|
by Need4Sleep
main.cpp not finding functions in class
|
|
[no replies]
|
**Array of *arrays |
|
[2 replies] Last: char **parent = new char* ; for(size_t i = 0; i < NUM_STRINGS; ++i)... (by BlackSheep)
|
by jaymac78
Whats going on with accessing my array via a pointer?
|
|
[4 replies] Last: Thank you all very much, I now understand whats going on and how the v... (by jaymac78)
|
by Korpikus
Search PI for missing sequence digits
|
|
[17 replies] Last: There's nothing to create. You find the .exe file somewhere in the pro... (by Athar)
|
by sibendudey
structures with pointers.find the output
|
|
[2 replies] Last: Oh I see the difference now. Trying to call a pointer with " . " ins... (by Anthony Hernandez)
|