How the hell can I learn how to make a Wedge to an OS? or for that matter, To make an OS (independant)
well Before I get there, almost as difficult, how do I develop something like a compiler?
User Profile
Collapse
-
graphic animations
Well I have not programmed in C++ for some length of time, so I will need a reffresher. On that note, I have never really written a real world app in any language.
I would like to make a platform independant graphic animation software.
What I'd like to do is to start, with a mathematical plane, and allow the user to use the functions within the object to disort the surface.
Then Id like the computer to animate... -
The easiset non recursive method I see to do this is to use a stack.
stack will always have 2 elements , both will have integers, and of course pointers.
The next element will be figured by adding the 2 integers in the stack. then you will push that on the top of the stack, and pull the header off of the stack.
I hope that made sence.
No activity results to display
Show More
Leave a comment: