I was just curious of how C programmers we have here?
How many C programmers are here?
Started by twitch, Jun 10 2007 01:59 PM
22 replies to this topic
#1
Posted 10 June 2007 - 01:59 PM
|
|
|
#2
Posted 11 June 2007 - 07:35 AM
I've used C for a few small projects, but nothing major.
#3
Posted 11 June 2007 - 08:12 AM
Same here. I prefer C++.
#4
Posted 12 June 2007 - 07:21 AM
I'm learning C right now. It's tricky, but I like it. I like that it's so low-level, so you always feel close to the hardware. I also like the freedom it gives you to just do your own thing, even if it's stupid. I find that you learn a lot that way. I also like that it's a picky, exacting language where every detail has to be explicit. I think I must be some sort of glutton for punishment. :|
#5
Posted 15 June 2007 - 04:47 PM
Try assembler. Easy: yes. Explicit: yes. Unbelievably long and messy coding: Yeap.
#6
Posted 15 June 2007 - 06:08 PM
#7
Posted 15 June 2007 - 11:18 PM
My favorites languages are C and C++, so yes, I'll say I'm a C programmer.
#8
Posted 23 June 2007 - 06:49 PM
C and C++ here. I know it but not well.
#9
Posted 12 July 2007 - 03:58 AM
My preferred languages are C and C++ so I would also say I'm a C programmer.
#10
Posted 12 July 2007 - 06:37 AM
Isn't it true if you know C++ you know C?
#11
Posted 12 July 2007 - 06:43 AM
No I don't believe that it is. The methods in C can often be very different to those in C++. However, if you do a lot of what I call hybrid programming (programming using both C and C++ header files) then you are likely to know both quite well.
#12
Posted 12 July 2007 - 07:12 AM
"Lop" said:
Isn't it true if you know C++ you know C?
When you know C++, you almost certainly know C as well. You just have to remember that C is sometimes different from C++, and you can also do some things in C, that you can't in C++. ATM I can't come up with any examples about what you can do in C, but not C++ - but there are many things, mainly in memory management. Some quick searches using your favorite search engine, would probably come up with something.


Sign In
Create Account


Back to top









