by benbalach
Problem with constructor in derived class
|
|
[5 replies] Last: @fun2code @Nobun Thanks guys! I fixed the problem. I just had to add ... (by benbalach)
|
by jerome12345
Calling FORTRAN From C++.
|
|
[4 replies] Last: Sporry, not familiar with Visual Studio (I use IBM, Sun, and, to lesse... (by Cubbi)
|
by JohnBlaze
POLAR COORDINATES
|
|
[4 replies] Last: using namespace std; void polar(double x, double y, double& r, doubl... (by JohnBlaze)
|
Socket Error Windows server to Unix : No buffer space available |
|
[no replies]
|
by tjnapster555
Display a table of numbers from 50 to 150
|
|
[15 replies] Last: I was thinking of something like this: for(int i=501; i <= 1510; ++i... (by closed account D80DSL3A)
|
by ajf360
C++ book for experienced C programmer recommendation request
|
|
[2 replies] Last: It all depends really if you are looking for a book that concentrates ... (by closed account 3qX21hU5)
|
by shili
question
|
|
[no replies]
|
by glennpl
returning a structure as function return type
|
|
[2 replies] Last: Each " using namespace std " is missing a semi-colon. Wazzak ... (by closed account zb0S216C)
|
by hiok
Two dimensional map
|
|
[13 replies] Last: Well, it's all not in English. Shall I re-install the whole program n... (by MikeyBoy)
|
by activecat
Replacing macro with const [keyword "extern"]
|
|
[6 replies] Last: oh I see, thanks. Without the extern keyword, everything work ! So, ... (by activecat)
|
by nobodyza
Overloading
|
|
[1 reply] : First of all the operator-function declaration is not correct enough. ... (by vlad from moscow)
|
by Yo Yulian
Im need help the class
|
|
[2 replies] Last: thank you verry mach, i resolved the problem (by Yo Yulian)
|
by Dario z
the system cannot find the file specified
|
|
[2 replies] Last: @Dario z: Try just compiling the code without running it. When you ru... (by LB)
|
guyzzzz please help me!.. |
|
[10 replies] Last: Yes, I managed to do it in about 15 minutes. However, board policy is ... (by booradley60)
|
by Stewbond
FFT
|
|
[4 replies] Last: I forgot the delete statement (I got confused by the fact that valarra... (by LB)
|
by vkt420
help with class program
|
|
[7 replies] Last: Oh finally now I know what a method is, thanks Mikey. (by Olysold)
|
by cyberdude
how to delete an elements in array of structures
|
|
[1 reply] : The code you showed is invalid. Nevertheless the idea behind the code ... (by vlad from moscow)
|
by Medino
What am I doing wrong???
|
|
[2 replies] Last: Thanks man, I've made tons of mistakes in my previous project because ... (by Medino)
|
by donvigor
pairing numbers( loops and dynamic list)
|
|
[6 replies] Last: //if (k < cross_check.size ()- 1) // **** while (k < cross_check.size... (by JLBorges)
|
by Medino
Binomial Coefficient for multiple numbers
|
|
[no replies]
|