Hob0 Dan1 wrote:Yea i know but what i meant was Like it say's Click here and when u press it it load's another .cpp File with other code Like
Easy, I press easy and let's say it does this :Load cpp "easy.cpp';
Medium, I press easy and let's say it does this :Load cpp "medium.cpp';
or something like that or maybe like Numerise
1.easy Press one and let's say it does this :Load cpp "easy.cpp';
Something like that
thx's in advance
Do you program in C++? Or are you planning to? If I think I know what your talking about, then yes. Can you give a little another example? Like:
If (The User presses 1 blah blah blah) then
dofile("medium.cpp") // It would do the file medium.cpp. This is simple as I can put it.
end