•
•
•
•
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
![]() |
•
•
Join Date: Oct 2004
Location: Mojave Desert
Posts: 2,425
Reputation:
Rep Power: 9
Solved Threads: 173
Look under C at:
http://www.programmingtutorials.com/
and:
http://gd.tuwien.ac.at/languages/c/p...own/cstart.htm
http://www.programmingtutorials.com/
and:
http://gd.tuwien.ac.at/languages/c/p...own/cstart.htm
May 'the Google' be with you!
>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.
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.
•
•
Join Date: Apr 2004
Location: Dhaka, Bangladesh
Posts: 344
Reputation:
Rep Power: 5
Solved Threads: 2
•
•
Join Date: Nov 2004
Location: Netherlands
Posts: 5,695
Reputation:
Rep Power: 18
Solved Threads: 195
•
•
Join Date: Dec 2004
Location: galveston, texas
Posts: 35
Reputation:
Rep Power: 4
Solved Threads: 1
•
•
•
•
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.
•
•
Join Date: Dec 2004
Location: galveston, texas
Posts: 35
Reputation:
Rep Power: 4
Solved Threads: 1
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 =) */
}
#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
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
![]() |
•
•
•
•
•
•
•
•
DaniWeb C Marketplace
•
•
•
•
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
Similar Threads
- Using OpenGL in Visual C++: Part I (Game Development)
- CSS syntax and commands (JavaScript / DHTML / AJAX)
- c language definition, commands and syntax of each command for beginners (C)
Other Threads in the C Forum
- Previous Thread: C code help, please define this use of -> in my code
- Next Thread: will someone please help me.



Linear Mode