Tag Archives: tutorial

conTEXT

HTML Tutorial 1 – Context Editor

So you want to create a website but don't know how to start. Creating websites is actually very easy. And if you really want to know how, surely you'll find it very interesting. There are only 2 things your'e going to need:
  1. A Text Editor
  2. Web Browser

C Programming Tutorial 1 – A Simple Program

Programming in C is actually easy if we do everything step by step. Start learning C and see how fun it is!

First open your compiler, create a new c file, and lets have a look on a simple program. /* This is a simple C program. call this file sample.c */   #include<stdio .h>   main() { printf("Hello Info Tech Enthusiasts!"); … Continue reading