User talk:Mickraus

From Wikiversity

Jump to: navigation, search
Hello Mickraus! Welcome to Wikiversity! If you decide that you need help, check out Wikiversity:Help desk, ask the support staff, or ask me on my talk page. Please remember to sign your name on talk pages using four tildes (~~~~); this will automatically produce your name and the date. Below are some recommended guidelines to facilitate your involvement. Happy Editing! -- JWSchmidt 16:03, 29 January 2007 (UTC)
Getting Started
Getting your info out there
Getting more Wikiversity rules
Getting Help
Getting along
Getting technical
Getting social

[edit] Standard C

I noticed you changed some comments from // style to /* */ style. Standard C as of ISO C99 allows // style comments now. I also noticed where you moved the declaration and assignment of int i outside a for loop. That too is legal as of ISO C99. No biggy, just thought you might want to know. :) --darkYin yang.svglama 17:20, 29 January 2007 (UTC)

Ya none of them seem to say what standard if any is being used. From what I can tell some of the pages are also trying to be used for C++ lessons as well, since there is overlap between the two languages. I guess to cut down on repeating the same lesson information. --darkYin yang.svglama 18:43, 29 January 2007 (UTC)