Go Back   Forums > Graveyard > Trash Can
Memberlist Forum Rules Search Today's Posts Mark Forums Read
Search Forums:
Click here to use Advanced Search

 
 
Thread Tools Display Modes
Old 10-08-2017, 10:35 AM   #1
sathishksk71
Lurker

 
Join Date: Aug 2017
Posts: 1
Default C Tutorial for Beginners

Hi all this tutorial site is very useful for beginners to learn c programming. All topics related to c language is explained with programs.

C Tutorial

Basic C Program
sathishksk71 is offline                         Send a private message to sathishksk71
Old 10-08-2017, 04:04 PM   #2
tienkhoanguyen
[BANNED]

 
Join Date: Oct 2016
Posts: 833
Smile Name of program is anything you want within 8 characters plus the extension .C

#include <stdio.h>

int main()
{
printf("my first program");
}

If you type in the above program in Borland Turbo C 2.01 compiler or any number of DOS c compiler and run it you get the message above. Just google Borland Turbo C 2.01 and there is an embarcadero registration site to download the compiler. It runs in DOS and allows you to make games spreadsheets and any other programs that your creative mind can come up with depending on experience. Then again you could be a genius!

Last edited by tienkhoanguyen; 24-08-2017 at 09:08 PM. Reason: Today we will learn the very basics of programming.
tienkhoanguyen is offline                         Send a private message to tienkhoanguyen
Old 16-02-2018, 05:16 PM   #3
herbish
Lurker

 
Join Date: Feb 2018
Posts: 1
Default

Thanks for these tutorials, they are very useful not only for beginners. Also, here you can study the sample project in C# (or C) and view the existing code. I think reviews of such practical assignments can help novice programmers more since they can implement them on their devices and learn it in real time. You can also take a course C Programming For Beginners on Udemy, since this course is very cool and it will teach you how to program the C language from scratch.

Last edited by herbish; 16-02-2018 at 05:22 PM. Reason: Refinement
herbish is offline                         Send a private message to herbish
 


Similar Threads
Thread Thread Starter Forum Replies Last Post
Virtual PC tutorial Japo Tutorials 9 06-02-2016 06:38 AM
I need a Java tutorial... Fubb Programming 12 13-04-2009 11:26 AM
from a tutorial SlowCoder Trash Can 3 23-11-2008 10:26 PM
Painless Ftp Tutorial The Fifth Horseman Old News 10 07-08-2007 10:55 AM
Help With The Dosbox Tutorial. gamebounty Tech Corner 28 21-02-2006 05:52 PM

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump
 


The current time is 10:38 AM (GMT)

 
Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.