Inside Out

Notes on seeking wisdom and crafting software

C Programming : Where to go for help ??

Listed below are some of the resources which i frequently visit to get help with programming in C :

**[CProgramming.com](http://www.cprogramming.com/)** is a nice website for c/c++ programmers..you will find enough [resources](http://www.cprogramming.com/advtutorial.html), [faqs](http://faq.cprogramming.com/) and [tips](http://www.cprogramming.com/tips)..and its [forums](http://cboard.cprogramming.com/) is one of the best out there..if you're a pro then i hope you won't mind helping budding programmers in the forums ;)

If you're stuck with some program and don't remember the header file we've to include while using [**isalnum()**](http://www.cppreference.com/stdstring/isalnum.html)..then [CPPreference.com](http://www.cppreference.com) comes to your rescue. Its got a searchable database of ~~nearly~~ all standard header files and functions.

Well now lets come to [Java](http://java.sun.com) if you're new into java then i would recommend [Javaranch forums](http://saloon.javaranch.com/cgi-bin/ubb/ultimatebb.cgi)..its undoubtedly the best forum for java..and jump into solving the [Javaranch CattleDrive](http://www.javaranch.com/cattledrive.jsp) programming problems..they are cool !! You'll learn a lot from 'em.

This is supposed to be my first programming post :) Well i have added a few more categories to this small blog..You can find the new **Programming** category with **C** and **Java** under that..As i am into some programming stuff these days..i will surely try to post my experience.

technorati tags:programming, c, java, forums, cboard, javaranch