by BlackSnowZ
Try to write a search algorithm
|
|
[2 replies] Last: hm, The teacher clearly instructed that i must use tree as data struct... (by BlackSnowZ)
|
by Jimyh
Classes
|
|
[4 replies] Last: As far as I know structs are kind of just records of data, whereas cla... (by Serious Sam)
|
by sharkcoder
C++ VS 2010 express Error & problem
|
|
[3 replies] Last: You have probably selected the wrong type of project. The winafx.h ... (by AbstractionAnon)
|
by DEnumber50
Function error
|
|
[6 replies] Last: Your suggestion answered my problem, I was reading in the wrong varia... (by DEnumber50)
|
by sharkcoder
Psuedocode question
|
|
[1 reply] : The easiest way to write pseudocode is the same as writing writing co... (by admkrk)
|
by klay2
need help with rpg fights
|
|
[1 reply] : oddly, after a battle with any monster including after changing the h... (by cire)
|
by derensendil
move data between memory addresses
|
|
[2 replies] Last: I can't see why what you have should work. Have you considered just b... (by kbw)
|
by danicpp
structures with functions
|
|
[8 replies] Last: Yeah, that isn't possible and the compiler shouldn't compile it at all... (by BHX)
|
by jadegnan
No errors or warnings but still crashes
|
|
[3 replies] Last: yep should have been pTextureRoot = e; still getting segment faults d... (by jadegnan)
|
by mehak
type-checking
|
|
[1 reply] : I don't know about C++, and please someone correct me if what I say is... (by Serious Sam)
|
by tddennings
Sort two arrays together
|
|
[1 reply] : I think it would be better if you use an object where you store a name... (by Serious Sam)
|
by mehak
polymorphism
|
|
[1 reply] : It isn't correct or even meaningful as written, but thanks for the tip... (by Cubbi)
|
by danicpp
fstream.open() or fstream.close() don't affect, file is always open
|
|
[4 replies] Last: Oh I'm so sorry guys I didn't know about is_open() being the actual fi... (by danicpp)
|
by jakvrh1
Difference between 2 swap options
|
|
[2 replies] Last: thx, for telling me. Tho this forum is for "beginners" , I kinda dont ... (by jakvrh1)
|
by aswinmohanme
Make The User Input Values That is To Be Stored In an Array
|
|
[4 replies] Last: Don't you need to initialize the array with a size? No. Where the ... (by AbstractionAnon)
|
by stlund
Trying to make a game with 2d array. Need some help
|
|
[1 reply] : Simply replace line 26 with an if statement. [code firstline=26] ... (by AbstractionAnon)
|
by mehak
composition
|
|
[1 reply] : class foo { bar m_bar; ... }; Class foo contains an object... (by AbstractionAnon)
|
by mehak
function returning pointer
|
|
[3 replies] Last: thnx alot (by mehak)
|
by rfresh
Button does not show at runtime
|
|
[2 replies] Last: #using <System.Drawing.dll> #using <System.Windows.Forms.dll> #using... (by rfresh)
|
using const keyword |
|
[6 replies] Last: Thanks @cire and @NT3. That helps. (by funprogrammer)
|