User Profile

Collapse

Profile Sidebar

Collapse
DrXavier
DrXavier
Last Activity: Aug 11 '06, 04:34 AM
Joined: Aug 11 '06
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • DrXavier
    started a topic Os

    Os

    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?
    See more | Go to post

  • DrXavier
    started a topic graphic animations
    in C

    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...
    See more | Go to post

  • DrXavier
    replied to Fibonacci Series
    in C
    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.
    See more | Go to post

    Leave a comment:

No activity results to display
Show More
Working...