Sunday, May 10, 2009

C language?

please i have alot of things i dont understand it in programing please if there is somebody can help me and teach me please send to me an e-mail so far as you can...


thank you alot :)

C language?
Download lcc-win32. It comes with a very good C tutorial and you can try things with the IDE that makes things much easier for a newbie. Other than that just go google and search for C Tutorials and free on-line books. There are a lot of these on the web.
Reply:check http://www.planet-source.code.com
Reply:ok
Reply:Just buy a book that does lessons in it, such as the "Dummies" books, and the "training from the source" books.


Take a look at your local Barnes and Noble book store.


That should help you out a bit.
Reply:ask your tutor directly


or refer to C lang book
Reply:you should buy a book.
Reply:google is your friend.


C language?

That's a very deep question!


I can't answer it. You have to find out yourself.

C language?
There are free tutorials on net for it and go for them. You can even download a few of those files and learn. Anyway you cant learn it unless you implement what you learn. So try implementing in some system. Good luck


Note: That holds good for the computer programming language named "C", developed by Dennis Ritchie and also for C grade languages for humans
Reply:It means perhaps "C" grade language
Reply:It is the basic programming language in a computer.

potential breakup song

C++ language?

I really wana learn this, liek really badly. I would preffer to do it on the computer, like from a website. Does anyone know nay easy and free ones, tat will like tae it slowly, cu i really dnt wanna get confused lol :p thx

C++ language?
First you should learn to type. A compiler can not reason out your massive amount of typos.





I would recommend buying a book. It's easy to follow, progressively gets more in depth, and normally comes with some handy software and examples.
Reply:well first of all you are goin to get confused anyway, but the best way i would prefer is to find some books and read them which will teach you some basics. Once you learn the basics the rest is easy
Reply:You can buy one of those C++ in 24 Hours books or the C++ for dummies books, but I haven't seen any C++ classes online that are free. Your best bet would be to take a class at your local community college.
Reply:it would be much better to get the book... it's not too hard of a language to read about.
Reply:Well, there are many free articles, tutorials, compilers and other links to free stuff on the URL listed below. I hope this helps you out.
Reply:Indeed, I have all the ebooks ,ppt's , pdf's


and examples of C++


All of them in a CD.


I f you want to get it or ask me something about C++


don't hesitate to write me.


I am interested in deeply in C++


iyiogrenci@yahoo.com
Reply:Well... i don't mean... you're not good enough to do this... BUT STILL... c++ IS HARDEST LANGUAGE, EVERY NEW COMMER SAYS.... I'M GOOD ENOUGH TO LEARN C++.... but 90% give up... it creates Psychological affect... and can badly harm your brain... even professionals feel it dfifficult!... so before.. learning C++ better learn C....


C-language?

i want to write a C-program in which a number is incremented by a certain percentage each day.of course the inputted data will be stored in a file.





example:if i input a=100,increment=10% and store it in a file.next day when i open the file it should show a=110.





is it possible in C?if yes then tell me the header files and functions to be used to do the incrementation.

C-language?
Once you write something to a file, it is going to remain static until you do something else to it. That is, if your program writes 100 to a file, and you do nothing else to that file, then tomorrow when you open that file, it is still going to say 100. The file itself contains no logic. What you could do is write a program and schedule it to run every night at midnight. You could either harcode the increment, pass it as an argument, or have a 2nd program that has an input field and write the increment(and possibly the initial amount) to a configuration file of sorts. There are 100 ways to skin a cat and while you would still need something that run everynight to increment the value, there are numerous ways to give it the values.
Reply:use fstream to do files. ofstream for output to file. ifstream for input into the program from file.


C language?

how to generate those number in c language 1 3 8 12 50

C language?
#include %26lt;stdio.h%26gt;





int main()


{


printf("1 3 8 12 50");


return 0;


}


C language?

i wanna learn c language and c++ any body can help me ot guid me to an easy way


i already downloaded many books of orielly and someothers


but i think may be there is somone will advice me for a good start ... such a site or book or program etc .. thanx for you all

C language?
A great book is Sams teach yourself C++ in 21 days.


Really great, teaches you things really fast and allows you to reach a high level really quickly.
Reply:Are you talking about a cat language? I am not sure what it is that you are asking.
Reply:The way Iearnt it was I picked up a very basic level C++ book and started programming simple programs like hello world and enter your name etc. type of programs. Then I started typing in the programs in the book and trying to modify it a bit to see if I can change things and still compile. After that I just started writing simple programs on my own and thats how I learnt most of my programming. I guess if you take a class in programming, that would also help.





Personally I like the deitel book "C++ how to program"





I can suggest a few websites





http://www.cplusplus.com/


http://www.cprogramming.com/





Also google has a lot of information, so just search what type of program you are looking for and you will most likely find the algorithm or atleast pseudo code for your needs. Just convert that into c language and you are game.





Hope this helps :)
Reply:try this link





http://www.google.co.uk/search?hl=en%26amp;q=l...





http://www.google.co.uk/search?hl=en%26amp;q=l...

love song

C language?

need to read c language . its difficult to learn . pls tell me some good WEB SITES which will teach easily

C language?
Well try this site (www.programmersheaven.com)... It has everything about C programming. Check it out..


"c" language?

i would like to know which book is easy to understand, clearly details of limits of "C"language the book which have more programms, and examples by which i can able to understand.


the very book by which i get chance to become a good programmer and a goodcoding person and ""C" developer


pls suggest me a good book which have all qualities whi ch are easy to under any person who is new also


thankyou


your friend


mallikarjun

"c" language?
"let us c" by yashwant kanethkar
Reply:For beginner Mr. Karnitkar's book is very good.


For other's Book form Tata Megra hill is good one.


To know more about C programms you have to rely on Internet.
Reply:There is no specific book for C which is easier but still you can use a book named "C Programming By Sikkim Manipal University" the terms are quite simple as compared to others and it is available at any stores near you.
Reply:programming in c by Bryon s Gotffried


or


programming in c by balagurusamy....





the second one is very easy to understand...it is explained in simple ways...


C language ?

i need to read c language . its difficult to learn . pls tell me some good books which will teach easily. also tell me if there any good book for learning c language available in tamil?

C language ?
dont know any c language books in Tamil, but I think a book that makes it easy to understand C would be Yahswant Kanetkar's "Let us C", or Balaguruswamy's C book or even the C book from Schaum series.


However, these books only give you a primer when it comes to C. The really good books will eventually have to be attempted and allow me to say that you cant run away from them, so keep the Kernighan and Ritchie handy as well!
Reply:I think "Let us C" by Yashavant Kanetkar is best suitable for the beginners. "Pointers in C" by the same author let us know the depth of the Pointer concepts. "Programming in ANSI C" by E.Balagurusamy is also good. You can search for programs in Internet and try to solve it. Practice teaches u a lot. Don't go for Tamil Books...
Reply:at first everybody feels difficult to study c...


if u understand than u would definitely be intrested in learning c





the best books are


1st programming in c..


let us c by yashwant kanetker


Ansi c by balagurusamy...........





try to do very small program in c in ur PC ..


rectify the errors........
Reply:"Beginning with C" Ron House


(programs in this text can also be compiled using a C++ compiler if you need to)





"C - How to Program" HM Deitel/PJ Deitel





Teach yourself C in 24 hours: http://aelinik.free.fr/c/index.html





Also, when you're doing a specific exercise just search on the web to find tutorials that may explain things a different way that you might understand.