Jump to content
xisto Community
red_dragon_here

How Many of You Use the C Programming language?

Recommended Posts

I still use C for programming, infact I only know two languages (C and C++). If you have any question then ask, I/we will try to find the solution.

Share this post


Link to post
Share on other sites

C is definitely a good language to start programming i suppose. Once you get strong with c , you could start playing with C++. Bothe have an ocean of possibilities to work with. At the moment , i am using C++ . It is great to use it as it is t oriented. You can do lots of programs in C like Games, an editor software package and so on. So there are many area you cna deal with.

Share this post


Link to post
Share on other sites

i <3 c++i use the md dos version though, i dont have any other compiler other than turbo c++ 3.0 DOS... but i still manage. I have made a header file that allows me to make 3d images and stuff with the lineto and moveto methods. I like to make games. Ive made all kinds of games like a mini-rpg type of game (not really an rpg), pong, and i also made this mini one-octive keyboard for my computer science class my sophmore year. But i havent been messing with c++ lately, ive been working with java ^.^ i <3 java

Share this post


Link to post
Share on other sites

I do not know about C++, I had a brief introduction to it though while programming Symbian OS with C++. I have been learning java ever since I came into the programming world. Based on what I have experienced with C++, as compared to Java, it does require a header file where all the local methods are declared for further use. But other than that, what are the significant differences? I do know that the syntax is a little different, for example they are using printf() for the use of printing messages as compared to Java's System.out.println()

Share this post


Link to post
Share on other sites

I do not know about C++, I had a brief introduction to it though while programming Symbian OS with C++. I have been learning java ever since I came into the programming world. Based on what I have experienced with C++, as compared to Java, it does require a header file where all the local methods are declared for further use.
But other than that, what are the significant differences? I do know that the syntax is a little different, for example they are using printf() for the use of printing messages as compared to Java's System.out.println()


First of let make it clear we had
first "C" then "C++" and then "JAVA"

in between c an c++, we have c with OOPS ( actually im working on this ).

C++ is best for faster performance. where java is easy to write big programs.

just for your information, photoshop, flash all these are in C++. So from my side C++ is the BEST

Share this post


Link to post
Share on other sites

I know some C, but not all of it. I took a class freshman year on it, but it wasn't a very long class. I program old DOS programs for windows lol. Not a lot of graphics experience, but id like to get more

Share this post


Link to post
Share on other sites

i used to like c when i was in my early years in college, since i use it to do my programs that were required in class. right now i'm using c for creating a compiler (one of my major subjects), but in most of my subjects i use java. i've made a transfer like two or three years ago because java helps to simplify most of the tasks that i usually have a hard time doing in c.

Share this post


Link to post
Share on other sites

Yeah, C was pretty popular this days. C++ was popular back ahead before Java...The problem is that C was developed open-source and not for commercialization purposes. Java was a bit flexible and defeats some leaks that C and C++ have... Moreover, Java had a commercial version of their Language. So development and standardization(?) of Java was not that hard.And yeah, I use C. I use C for basic programs that require mid-level programming with high-level programming... It was fun learning C..Data structures has to be implemented by the programmer themselves in C.There are pointers that can manipulate memory. While some languages dont have pointers and data structures was defined by the authors and developers of the language themselves so it defeated the purpose of having a more imaginative and creative mind(IMHO). But in large system scales that requires you to focus on data construct than the logical construct, OOPL's are a must. ^_~

Share this post


Link to post
Share on other sites

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?

Share this post


Link to post
Share on other sites

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...

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

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. :lol:

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.

Share this post


Link to post
Share on other sites

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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.