leios / simuleios

Simulations for LeiosOS
https://www.youtube.com/user/LeiosOS
MIT License
198 stars 45 forks source link

Example implementation, mostly untested #8

Closed zsparal closed 9 years ago

zsparal commented 9 years ago

I still ended up doing my example as well, take a look at it if you'd like.

zsparal commented 9 years ago

Just an other note: this compiles with no warnings with clang++ -std=c++11 -Wno-c++98-compat.

leios commented 9 years ago

Hey, man! Thanks a lot (again). I am going to be looking through these just before stream today (so only for a few more minutes unfortunately). I have added it as another auxiliary file; however, as I told Toeger, I think I need to use my code for today and leave examples of other code that is written in a new / different way. I am afraid that if I ended up using someone else's code, some of the viewers who are not so coding savvy might get a little lost.

Thanks again for showing me another way to do this. It's super helpful! =)