Welcome Guest ( Log In | Register)



3 Pages V  < 1 2 3 >  
Reply to this topicStart new topic
> How Many of You Use the C Programming language?
TheWakeUpCall
post Dec 19 2006, 12:46 PM
Post #11


Newbie [Level 1]
*

Group: Members
Posts: 18
Joined: 19-December 06
Member No.: 35,582



I don't like software written with JAVA much because it takes up LOADS of your ram and cpu, it just slows your computer down so much! I think I am going to have to learn C++, it sounds great.

How long have you guys been learning it to make stuff like pong and stuff?
Go to the top of the page
 
+Quote Post
mail4kaja
post Dec 19 2006, 01:26 PM
Post #12


Newbie
*

Group: Members
Posts: 6
Joined: 12-December 06
From: Chennai, India
Member No.: 35,134



In my personal point of view, C and C++ is ever-lasting and very good language for developing applications and system-side programs.
I love C language, you can use it to access each and every corner of the system. I love it, because it is highly flexible... not like Java that is saturated with built-in packages.
'C' Rocks...
Go to the top of the page
 
+Quote Post
bhavesh
post Dec 19 2006, 06:41 PM
Post #13


ZED
*********

Group: [HOSTED]
Posts: 579
Joined: 21-August 06
From: Ziya's Heart
Member No.: 28,693
myCENT:7.24



QUOTE
I love C language, you can use it to access each and every corner of the system. I love it, because it is highly flexible... not like Java that is saturated with built-in packages.


No, you can't compare C and Java that way. Both are different things and founds applications in different fields. Java is used mainly in web based applications, you can't use C or C++ there. C is used mainly as system software and for window applications Visual C++ is used.

So to become a good all round programmer you have to learn C as well as Java. You can't replace all Java applications with C.
Go to the top of the page
 
+Quote Post
osknockout
post Dec 21 2006, 12:30 PM
Post #14


Super Member
*********

Group: Members
Posts: 399
Joined: 14-November 04
From: Elysium
Member No.: 2,280



QUOTE
So to become a good all round programmer you have to learn C as well as Java.

To become a good all around programmer, you'd have to learn one of every type of language, e.g.
low-level, structured middle-level, object-oriented high level and the in betweens like C and C++.
Just saying, doesn't have to be Java. Could just be Python. laugh.gif

Actually, I've been using C for everything from hello world (when I just started programming) to OpenGL games and math research. From my point of view, object oriented programming isn't necessary - even though C++ is a good language- and the abstraction just seems to bloat executables. So I would say C is the better language. Then again, I'm one of those people who thinks that low level languages are the solution to everything. So yeah, that's my view on the C >=< C++ debate.
Go to the top of the page
 
+Quote Post
mathmate
post Mar 4 2007, 04:03 PM
Post #15


Newbie
*

Group: Members
Posts: 7
Joined: 3-March 07
Member No.: 39,519



I started using the C programming language quite a few years back. Although at the time I found it difficult to use because of the lack of a String primitive, in retrospect, I find that it actually helped me understand the concept of pointers.

I was and am still using Borland C (and C++) using command line compiler, even though an IDE is available. I have Microsoft's C++.net, but I rarely use it. I use C and C++ mostly for numerical calculations, applications that do not require GUI, tests, and so on. I still find it an excellent compiler for speed and flexibility.
Go to the top of the page
 
+Quote Post
vipervoid
post Sep 5 2007, 11:54 AM
Post #16


Newbie [Level 1]
*

Group: Members
Posts: 15
Joined: 3-September 07
Member No.: 49,306



Im still using C right now! Its really good to use! especially when you're doing you're work on linux.. Its really handy to have a background in C! biggrin.gif
Go to the top of the page
 
+Quote Post
tats
post Oct 10 2007, 09:37 AM
Post #17


Newbie [Level 1]
*

Group: Members
Posts: 14
Joined: 10-October 07
Member No.: 51,408



as for my job is concern , i still use C , and bout the program , its more on formulas, mathematics, calculation.
Go to the top of the page
 
+Quote Post
Tetraca
post Oct 10 2007, 11:18 AM
Post #18


Privileged Member
*********

Group: Members
Posts: 628
Joined: 20-May 06
Member No.: 23,968



I've learned C and I simply hate using it because I will never use half its "features" nor do I want to use them. I stick with FreeBASIC if I can, and Pascal otherwise if I need a compiled application. PHP, however, is my favorite language to use: It's like C without all the things I hate.

C++ was even worse with the cout function and all the object-oriented ideas I don't like to work with. Don't even get me started on Java.

This post has been edited by Tetraca: Oct 10 2007, 11:20 AM
Go to the top of the page
 
+Quote Post
AlphaOfDoom
post Oct 26 2007, 02:45 AM
Post #19


Advanced Member
*******

Group: [HOSTED]
Posts: 133
Joined: 3-October 07
From: Wisconsin - U.S.A
Member No.: 51,029



I use all versions of C. If it is editing images, or games, or whatever else you can think of. I use many languages though, I suppose I would learn if I am taking my career into programming, right?
Go to the top of the page
 
+Quote Post
zamaliphe