by alex067
Why use friends?
|
|
[2 replies] Last: A class e.g School: has member data students and member functions teac... (by shadowCODE)
|
by Newie0001
looping help
|
|
[2 replies] Last: Something like this? bool userChoice = false; bool valid... (by Newie0001)
|
by matfizkenqim
Program won't run, can't figure out what's wrong...
|
|
[7 replies] Last: Thanks a lot dude! what a silly mistake I made. -_- (by matfizkenqim)
|
by leo255
Growable String Array - Getting Seg Fault
|
|
[2 replies] Last: Thanks!!! (by leo255)
|
by Dlazyguy
Search and replace
|
|
[3 replies] Last: int n1, n2; string str; get n1; get str; get n2; n2 += 2; write n... (by anup30)
|
by Liamq100
New to C++, have no idea what I am doing
|
|
[3 replies] Last: I think the best way to tackle this is to look for patterns. Consider ... (by deathslice)
|
by deathslice
Next step in this program
|
|
[5 replies] Last: I think I much rather use loops seeing as though as this is a big grid... (by deathslice)
|
by tylradm5
Random program crashes
|
|
[2 replies] Last: You're right, it does! Thanks! (by tylradm5)
|
by zanne
Need help with minimum spanning tree
|
|
[1 reply] : I'm confused. It sounds to me like you are having trouble because your... (by Duthomhas)
|
by wolfv
polymorphism with template<>
|
|
[2 replies] Last: That was it! I always miss the simple things when it gets complicated... (by wolfv)
|
by Newie0001
function called by main
|
|
[6 replies] Last: Thanks for your help :) (by Newie0001)
|
by Collwyr
Randomly spawning on a map
|
|
[7 replies] Last: i'm also still learning. it is one of those things that grows arms and... (by rafae11)
|
by chick3n13
REALLY confused with class
|
|
[19 replies] Last: Yup, You're on the right track, given the assignment. Note that in the... (by dhayden)
|
by Uniwide
Help please!
|
|
[3 replies] Last: If his topic is done CLOSE THE TOPIC ! (by jasonwynn10)
|
by HarrySyson
Want to output results from a Function
|
|
[6 replies] Last: Cool, thanks for the pointers:) (by HarrySyson)
|
Random Number Gen. w/ Math Equations |
|
[1 reply] : (1) Use functions. Put all that stuff that fills Smith with random ... (by Duthomhas)
|
by deathslice
Does not name a type error
|
|
[7 replies] Last: Now that those technical issues are fixed I can focus on setting each ... (by deathslice)
|
by hyperfine
using std::shared_ptr
|
|
[8 replies] Last: No, but you can write one yourself. For example, implementation for si... (by MiiNiPaa)
|
by AYQ
why does this if-function without else does not work
|
|
[4 replies] Last: Without the `else' you will be always executing the decrement. If the ... (by ne555)
|
by Newie0001
Does this look right?
|
|
[4 replies] Last: I get it now, thanks for your advice! (by Newie0001)
|