User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
You're currently browsing the C section within the Software Development category of DaniWeb, a massive community of 402,052 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 2,454 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our C advertiser: Programming Forums
Views: 8923 | Replies: 8
Reply
Join Date: Nov 2004
Posts: 1
Reputation: lizjci is an unknown quantity at this point 
Rep Power: 0
Solved Threads: 0
lizjci lizjci is offline Offline
Newbie Poster

basic commands and syntax in c language

  #1  
Nov 13th, 2004
im studying programming fundamentals..I dont know what is the commands and syntax of c language, pls can u give me some definition and information about c language...thnks!!!!!!!!!
AddThis Social Bookmark Button
Reply With Quote  
Join Date: Oct 2004
Location: Mojave Desert
Posts: 2,425
Reputation: vegaseat will become famous soon enough vegaseat will become famous soon enough 
Rep Power: 9
Solved Threads: 173
Moderator
vegaseat's Avatar
vegaseat vegaseat is offline Offline
Kickbutt Moderator

Solution Re: basic commands and syntax in c language

  #2  
Nov 13th, 2004
May 'the Google' be with you!
Reply With Quote  
Join Date: Sep 2004
Posts: 6,065
Reputation: Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of Narue has much to be proud of 
Rep Power: 26
Solved Threads: 419
Super Moderator
Narue's Avatar
Narue Narue is offline Offline
Expert Meanie

Re: basic commands and syntax in c language

  #3  
Nov 13th, 2004
>im studying programming fundamentals..
Then why are you learning C?

>pls can u give me some definition and information about c language
Get a good book. Online tutorials have a tendency to suck ass. A good tutorial/reference book is The C Programming Language by Kernighan and Ritchie.
I'm a programmer. My attitude starts with arrogance, holds steady at condescension, and ends with hostility. Get used to it.
Reply With Quote  
Join Date: Apr 2004
Location: Dhaka, Bangladesh
Posts: 344
Reputation: Asif_NSU is on a distinguished road 
Rep Power: 5
Solved Threads: 2
Asif_NSU's Avatar
Asif_NSU Asif_NSU is offline Offline
Posting Whiz

Re: basic commands and syntax in c language

  #4  
Nov 14th, 2004
Online tutorials have a tendency to suck ass. A good tutorial/reference book is The C Programming Language by Kernighan and Ritchie.
>>This book will suck ur brain out.
"He who mixes with people and endures the harm they do is better than he who does not mix and endures." (Tirmidhi)
Reply With Quote  
Join Date: Nov 2004
Location: Netherlands
Posts: 5,695
Reputation: jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough jwenting is a jewel in the rough 
Rep Power: 18
Solved Threads: 195
Colleague
jwenting's Avatar
jwenting jwenting is offline Offline
duckman

Re: basic commands and syntax in c language

  #5  
Nov 14th, 2004
This book will suck ur brain out.

Only if it wasn't properly attached to the common sense.
Reply With Quote  
Join Date: Dec 2004
Location: galveston, texas
Posts: 35
Reputation: serfurj is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 1
serfurj's Avatar
serfurj serfurj is offline Offline
Light Poster

Re: basic commands and syntax in c language

  #6  
Dec 7th, 2004
Originally Posted by Narue
>pls can u give me some definition and information about c language
Get a good book. Online tutorials have a tendency to suck ass.
not from my experience. every time i buy a programming book, it ends up sitting on the shelf while i find the best documentation online.
Reply With Quote  
Join Date: Nov 2004
Posts: 12
Reputation: khkwa is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 1
khkwa khkwa is offline Offline
Newbie Poster

Re: basic commands and syntax in c language

  #7  
Dec 7th, 2004
I think the question is how one make use of the information at hand, regardless of the source. In this case, who care whether it is a book or an online tutorial?
Reply With Quote  
Join Date: Dec 2004
Location: galveston, texas
Posts: 35
Reputation: serfurj is an unknown quantity at this point 
Rep Power: 4
Solved Threads: 1
serfurj's Avatar
serfurj serfurj is offline Offline
Light Poster

Re: basic commands and syntax in c language

  #8  
Dec 7th, 2004
books are expensive.
Reply With Quote  
Join Date: Aug 2004
Location: Mass
Posts: 366
Reputation: Sphyenx is an unknown quantity at this point 
Rep Power: 5
Solved Threads: 2
Sphyenx's Avatar
Sphyenx Sphyenx is offline Offline
Posting Whiz

Re: basic commands and syntax in c language

  #9  
Dec 7th, 2004
Well from the basic's C is well one of the most flaxible language's with almost every person in this forum looking at it, almost every day. Well some of us. Now I wouldnt say C is based on commands. But more of what you tell it to do using variable's, interger's, floating points ETC. The # 1 used instruction you will give it is #include <the library you choose.h, which is most likey stdio.h, or stdlib.h. Abbrivation of coarse. Lasy programmers!. stdio means standard input/output, stdlib means standard libary. Tere are a lot of librarys i can not get in to at this moment. Also with C, everything needs a function printf(), main() etc etc. lol. You will learn more of that in class or book's. Heres a basic set up.

#include <stdio.h>
main()
{
printf(hello sexy); /*this is a comment. thjese make a program easier to read when needing edit's. The /, make it so that the program wont read it as a sequence. All programs, and lines of code have to produce and ending sequence. In C that is ;. Other wise C would keep going producing a syntax error, because it is a computer and doesnt know what to do. lol =) */
}
is this a dream



We should all respect Dani, shes the admin and she does a damn good job!. Not to forget the rest of the mod's =)


http://img.photobucket.com/albums/v5...46/Sphyenx.jpg
Reply With Quote  
Reply

Only community members can participate in forum threads. You must register or log in to contribute.

DaniWeb C Marketplace
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)

 

Thread Tools Display Modes

Similar Threads
Other Threads in the C Forum

All times are GMT -4. The time now is 11:51 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC