PDA

View Full Version : Basic C programs



Cardale
August 5th, 2009, 04:02 AM
I wanted to get an idea of how to make certain programs, but was wondering if a good resource existed to look at example programs and kind of go through tutorials like in PHP.

pepperphd
August 5th, 2009, 04:05 AM
Read Before Posting: Forum FAQ's, how to learn to program, and Linux programming


http://ubuntuforums.org/showthread.php?t=1006666

Cardale
August 5th, 2009, 05:03 AM
I don't think you read my post. Examples is what I am looking for. In C in Linux. I have found tons of tutorials, but most are for windows or dev c++ I am just using the compilers a text editor and the terminal. I wanted good examples of various programs.

JordyD
August 5th, 2009, 05:16 AM
I don't think you read my post. Examples is what I am looking for. In C in Linux. I have found tons of tutorials, but most are for windows or dev c++ I am just using the compilers a text editor and the terminal. I wanted good examples of various programs.

He did read your post, and he gave some excellent feedback. Did you read the names of the links in that thread? How about "How to start programming - guides and links for many languages"? The reason that sticky is there is to help people to get started. You should read it. There are plenty of examples in there.

Cardale
August 5th, 2009, 05:31 AM
Not to be rude, but have you read it? It is not what I am looking for.

I am looking for examples. Simple programs that are already made with tutorials that you can follow along with. Not sites that explain loops, arrays, variables and etc...

I used PHP as an example since that is what I am familar with and you can find tons of tutorials for very specific programs. That is what I am looking for. Example - http://net.tutsplus.com/php/creating-a-php5-framework-part-1/

Thanks

.Maleficus.
August 5th, 2009, 05:34 AM
http://ubuntuforums.org/showthread.php?t=1006666
If you read this thread and follow the links it gives you, you'll find one that says "Try some examples:". That page then has examples for all-around C, Win32 specific C, Linux specific C (a la Xlib and ncurses) and even has network-programming examples. Relevant thread is relevant.

lisati
August 5th, 2009, 05:34 AM
Not to be rude, but have you read it? It is not what I am looking for.

I am looking for examples. Simple programs that are already made with tutorials that you can follow along with. Not sites that explain loops, arrays, variables and etc...

I used PHP as an example since that is what I am familar with and you can find tons of tutorials for very specific programs. That is what I am looking for. Example - http://net.tutsplus.com/php/creating-a-php5-framework-part-1/

Thanks

I wasn't sure at first if we were talking C or PHP. As well as the link already mentioned there's plenty of reading to be found at http://www.programmersheaven.com/

Cardale
August 5th, 2009, 07:44 AM
This is cool to http://ubuntuforums.org/showthread.php?p=5499486

PandaGoat
August 5th, 2009, 08:34 AM
The closest website to what you want that I know of and look at occasionally as a reference is http://www.cprogramming.com/.

They have various tutorials, some that delve into specific applications of programming.

If you are looking for something more specific you are looking in the wrong place. Say, for example, you want tutorials on OpenGL; then search for tutorials on OpenGL.

If you have any a certain program in mind and desire tutorials on the different aspects of it, then please be less ambigous. You won't easily find a general tutorial on 'how to make certain [specific] programs.'