by Vita
Cant Load array from File correctly??
|
|
[1 reply] : Solved! Here's the correct code: #define MAX_OBJ 100 #define MAX_PRO... (by Vita)
|
by manni
Arrays? having some trouble!!
|
|
[4 replies] Last: ok thanks, looking at it now and trying to make sense of it. (by manni)
|
Programming Practice: Multiple symbols with the same name |
|
[5 replies] Last: Ah, OK. Very well, I shall put an m in front of the member variable th... (by anonymous23323124)
|
by cciarleg
Global Class Object Extern Fails
|
|
[3 replies] Last: std has nothing to do with 'ABV'. Since I don't know what ABV is I can... (by coder777)
|
by Ace70
Fibonnaci Using While Loop Help
|
|
[8 replies] Last: typing error while loop should be while (count<num) { } and the leng... (by necsky)
|
by rrataj
c++ homework help
|
|
[1 reply] : int count = 0.0; // I would use simply int count = 0; In the 'while' ... (by Acr)
|
by mahinkhan22
char arrays
|
|
[6 replies] Last: thanks it works good @hamsterman (by mahinkhan22)
|
by sehrish
borlandc compiler configuration?????
|
|
[2 replies] Last: thanks for reply, dear i reinstall it but the problem remain the same... (by sehrish)
|
by hassaan20
changing the display function
|
|
[1 reply] : Google "c++ overload output operator", first hit or any of the followi... (by Athar)
|
by Acr
set difference
|
|
[4 replies] Last: I fixed it. For those interested: /* Set-theoretical difference of n... (by Acr)
|
by ivanBG
OpenGL problem
|
|
[4 replies] Last: I solved it with removing glut.lib from the linker, leaving only glut3... (by ivanBG)
|
C++ file handling |
|
[2 replies] Last: That's a feature of the OS so to actually lock out access from other p... (by Computergeek01)
|
by chris101
Cannot convert `double*' to `double' for argument `1' to `void dotProduct(double, double, int)'. - ERROR
|
|
[4 replies] Last: No problem :) (by Acr)
|
by hanimah
exponential and factorial
|
|
[6 replies] Last: Your algorithm is bad. Note that to calculate e x your code calculate... (by hamsterman)
|
by gpfs7
binarysearchtree
|
|
[1 reply] : Did you mean to pass it to Load as a parameter (like was done for inse... (by moorecm)
|
by jorgen
Pow function and exponent
|
|
[3 replies] Last: Ok, thanks for answers! I will change my code to something like Disch'... (by jorgen)
|
by jonnitwo
C++
|
|
[1 reply] : C++ is multi-paradigm. So yes, it can be object oriented, but it does... (by Disch)
|
by Kady
isNumPalindrome(int)
|
|
[3 replies] Last: it would easy to write a function to reverse the number and then numbr... (by necsky)
|
by jorgen
Multidimensional arrays with unknown dimension as argument
|
|
[6 replies] Last: Oh, I didn't realize more people had posted, thank you fun2code for mo... (by jorgen)
|
by sultan1985
help to end plugin
|
|
[2 replies] Last: help plz (by sultan1985)
|