I'm starting a programming website and made a wordpress theme from scratch since I couldn't find a nice layout that would fit my needs. So in other words, I learned CSS, and a little how to manipulate Wordpress and its functions. So if something doesn't work, please tell me so. (Took me awhile...to do all of this trust me ) I just realized I need to fix the C++ category page in to look like an introduction page showing the tutorials...I'll do that in a bit. Mainly was concerned if people could help me out with reviewing the following tutorials/articles/etc. To see if things don't seem clear, too hard to understand, or suggestions to make it easier to follow the tutorials. Thank you! http://talkbinary.com/2008/05/introduction-to-c/ http://talkbinary.com/2008/05/getting-started-for-programming/ http://talkbinary.com/2008/05/hello-world-in-c/ Thank you!
Well... The code available there is broken. #include using namespace std; int main() { cout << "Hello World" << endl; return 0; } Code (markup): #include what? Maybe <iostream> Correct that error. In rest, everything seems OK, I like your idea. I bookmarked your blog
Sorry about that...if I go into the editor in wordpress to edit something, it makes <iostream> dissapear... Once school ends in a bit, I'll probably finish the C++ guide in about a week. Since I won't have anything to do for about two weeks.
Thanks for the update, I'll check it out! I've currently been working on a platformer using OpenGL. I got myself some Paper Mario Sprites and am making him jump around, and jumping on ledges. Also made some updates to the site to make it easier to navigate and see whats on each page. Just working on a few quirks.