by space55
Redefinition of class as a different kind of symbol
|
|
[1 reply] : on line 8 you're declaring class AStar again. I presume you've alrea... (by yulingo)
|
by Sharan123
Pointers
|
|
[4 replies] Last: YEs but its edited now no syntax error if this was dynamically allocat... (by Sharan123)
|
by leo255
Trying to input numbers from text file into array with Stringstream
|
|
[4 replies] Last: Ah I learned something too. interesting. (by yulingo)
|
by qwerty321
Overloading ostream for vector class
|
|
[3 replies] Last: Something like this, maybe... template <class T> ostream & operator <... (by Chervil)
|
by MasterT
Multidimensional array and pointer arithmetic
|
|
[2 replies] Last: Thanks for the help! (by MasterT)
|
by tahanaqvi
Hii experts.. i want suggestions..
|
|
[1 reply] : Social networking implies a online networking app. Thinking of Facebo... (by SamuelAdams)
|
by match88
Polymorphism in C++, couldn't find what's wrong
|
|
[5 replies] Last: Thank you, MikeyBoy . I'll look up the correct way. Sorry about the w... (by match88)
|
by Roua
I really need ur help!
|
|
[4 replies] Last: thanks (by Roua)
|
by thatguy1234
for loops within for loops
|
|
[7 replies] Last: No problem! Cheers! :) (by Tresky)
|
by pfunk35
Inheritance question
|
|
[7 replies] Last: You're welcome. :) Cheers! (by Tresky)
|
by Imad ali
Loops
|
|
[1 reply] : I can't understand you!!! (by Chriscpp)
|
by Sharan123
Pointer to object
|
|
[2 replies] Last: Yes thank you its working now but there is still this one problem whic... (by Sharan123)
|
by GoPredsGo
Not sure where I went wrong
|
|
[4 replies] Last: There should only be 2 files: "Apower.h" and "Apower.cpp". An outline... (by Rbroke)
|
by bowleruu16
making a function
|
|
[7 replies] Last: double scaleData( int scaleFactor, int arraySize) { double sum = 0; ... (by bowleruu16)
|
by bowleruu16
making a 2-d array
|
|
[1 reply] : http://ideone.com/QYXhce (by Josue Molina)
|
by bowleruu16
making a array
|
|
[2 replies] Last: Thanks for pointing out my mistakes. (by Nikko YL)
|
by mgehad
initializing 2d array in classes
|
|
[2 replies] Last: Yes it makes :) , Thanks so Much (by mgehad)
|
by q1670741824
Why we use function template?
|
|
[1 reply] : While it's true that sometimes a set of overloads and a function templ... (by Cubbi)
|
by J Lee Hughes
start class and add class that adds to class
|
|
[no replies]
|
by ravel1989
cmath, can I use floats with atan?
|
|
[1 reply] : Yes, atan in cmath has an overload that takes a float and returns a fl... (by Cubbi)
|