|
-
July 26th, 2003, 03:48 AM
#1
A C Tutorial
I will be writing a brief C tutorial either today or tomorrow over UNIX C Programming Basics. Is there anything anyone wants me to include, newbie C programmers only please.. as i am one as well?
-
July 26th, 2003, 11:42 AM
#2
Junior Member
being newbie in C programming,
i expect C-programming stuffs from scratch (from 'Welcome world') , with sample codes.
C Structures, file handling functions and network programming would be appriciatable
If u can dream it, u can do it.
-
July 28th, 2003, 05:41 AM
#3
err...if i may ask why C and not C++? I mean they both start out the same way, but C++ is an object oriented programming language. Why not just teach C++?
Support your right to arm bears.

^^This was the first video game which i played on an old win3.1 box
-
July 28th, 2003, 05:44 AM
#4
Member
Hmmm. I'd like to see a very good C tutorial explaining into depth on how to use the code being taught in examples, except, keep it away from the typical temperature calculator type stuff. I find that too often in too many C tutorials.
TinFoilHat Linux O.o who needs more?
-
July 28th, 2003, 06:13 AM
#5
Originally posted here by White_Eskimo
err...if i may ask why C and not C++? I mean they both start out the same way, but C++ is an object oriented programming language. Why not just teach C++?
because C is better for linux kernel modular programming, which i am getting into. And just because C++ is better, doesnt mean C doesnt have its own uses.
-
July 28th, 2003, 09:42 AM
#6
You could try including plain english descriptions of expressions, operators, assignments, variables (local, global, parameters), keywords and so on...
Im a complete C newbie too, so looking forward to reading this.
-
July 28th, 2003, 11:49 AM
#7
Damd.. I thought that the Tut was for AC... (that is Alternating Current)..
I need new glasses..
cheers
"Consumer technology now exceeds the average persons ability to comprehend how to use it..give up hope of them being able to understand how it works." - Me http://www.cybercrypt.co.nr
-
July 29th, 2003, 02:42 AM
#8
And just because C++ is better, doesnt mean C doesnt have its own uses
Very true
Support your right to arm bears.

^^This was the first video game which i played on an old win3.1 box
-
July 29th, 2003, 06:06 AM
#9
Junior Member
Some basic stuff on pointers and arrays would be very nice..I for one find those very confusing.
by basic, i dont mean i assume you wouldnt include info on that..I mean, like..try to make it really simple for people?
-
July 29th, 2003, 12:46 PM
#10
Member
Can you include some network programming stuff?
Thanks
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|