Hey all, Im looking to learn programming which language should I start of with? I already know most HTML and CSS but im not loooking to learn web anyway.
Oh boy.
Now then, there are two primary ways of learning to program.
Top down, wherein one learns higher level/scripting languages before they learn lower level ones, and the Bottom up, where you do the opposite.
Going from a mark-up language to a programming language is quite a jump indeed. You could try Javascript, which most web browsers have. PHP is much more applicable to the Web than is C. C's problem domain is triple-X-rated systems programming.
The n-th thread of its kind, where n is A Really Fucking Huge Number