by Michelins
C++ Call non static function on another function (1,2)
|
|
[21 replies] Last: Well, there are several Threats, and each is assigned a different val... (by coder777)
|
by puni
How to read a from a txt.file
|
|
[3 replies] Last: Like Zhuge said: Use [co de] Your code The problem is this: Accou... (by coder777)
|
by madi L
Application Error
|
|
[7 replies] Last: Not the *.lib's are missing the *.dll's are missing. Put the dll where... (by coder777)
|
by vagelis
plot a graph when x-axis,y-axis data are tables
|
|
[1 reply] : Check these out -> (1) http://www.gnuplot.info/ (2) http://www.suiri.t... (by m4ster r0shi)
|
by JoshHenry
help!!!
|
|
[1 reply] : try: // n = number of records; counter = 0 while (counter < n) { ... (by matsom)
|
Introduction |
|
[2 replies] Last: I've worked on a couple class projects (Created versions of the game "... (by NewProgrammer)
|
by JoshHenry
linked list
|
|
[3 replies] Last: The average at line 43 is different than the one at line 50 which sh... (by matsom)
|
by cynthiaw
creating dynamic array in getData function
|
|
[3 replies] Last: The new operator returns a pointer to a contiguous chunk of memory o... (by h3432)
|
#ifndef, #define |
|
[5 replies] Last: Right. I see now. In this case, no replacement is necessary. Line 2 ju... (by NewProgrammer)
|
by Yakzan
About pointers and inheritance
|
|
[3 replies] Last: That function does nothing. A cast only temporarily changes how the co... (by Zhuge)
|
by cnub
Errors in gradebook program
|
|
[1 reply] : You forgot to prepend line 9 with const . You'll need to make some ex... (by Albatross)
|
by Blessman11
Windows "Sleep" delay alternative
|
|
[6 replies] Last: No, clock() is unsuitable for measuring time. On Windows, use GetTickC... (by Athar)
|
by cnub
grade book 2d array txt file
|
|
[1 reply] : After line 37, write the following: return 0; } (by Lynx876)
|
by qwesr
Cant get this to work
|
|
[2 replies] Last: Ok thanks (by qwesr)
|
by NoteToSelf
Virtual functions
|
|
[5 replies] Last: size_t is unsigned. That means it has no negative values, but its maxi... (by Albatross)
|
by thomas515
password script
|
|
[3 replies] Last: ...there is, but it's a bad habit to rely on it in C++. Instead of usi... (by Albatross)
|
by Drue
Prog. Not working. Don't know why.
|
|
[9 replies] Last: Sorry for replying so late. Yes it does work if I make it in the curre... (by Drue)
|
by Thuraya
palindrome.help!
|
|
[8 replies] Last: x = string1.substr(i,1); if you output this with a string lets say "... (by Breadman)
|
by codder
triple pointer help
|
|
[6 replies] Last: I know but let me tell you what i'm trying to do. In fact i'm writing... (by codder)
|
by bonw
MasterMind
|
|
[2 replies] Last: Oh ok, my bad then :p But yeah feel free to use it modify it, do whate... (by bonw)
|