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?
red_dragon_here
post Aug 27 2006, 04:00 PM
Post #1


Newbie [Level 2]
**

Group: Members
Posts: 33
Joined: 20-August 06
Member No.: 28,614



Just wanted to know how many of you are currently using C language for programming.
If you can tell what sort of programs you do, it would be useful.
Go to the top of the page
 
+Quote Post
bhavesh
post Aug 28 2006, 06:19 AM
Post #2


Privileged Member
*********

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



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.
Go to the top of the page
 
+Quote Post
techclave
post Aug 29 2006, 11:15 AM
Post #3


Super Member
*********

Group: [HOSTED]
Posts: 331
Joined: 28-August 06
Member No.: 29,048



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.
Go to the top of the page
 
+Quote Post
zetasextantis
post Sep 3 2006, 03:44 AM
Post #4


Newbie
*

Group: Members
Posts: 9
Joined: 31-August 06
From: Sydney, Australia
Member No.: 29,199



I'm currently using C++ and I like it because it's very flexible compared to other languages. I'm mainly using it for games but it is great for all sorts of stuff.
Go to the top of the page
 
+Quote Post
Tsunami
post Sep 3 2006, 03:49 AM
Post #5


Premium Member
********

Group: Members
Posts: 172
Joined: 2-August 06
From: North Carolina
Member No.: 27,662



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
Go to the top of the page
 
+Quote Post
darran
post Sep 3 2006, 09:17 AM
Post #6


Privileged Member
*********

Group: Members
Posts: 661
Joined: 31-August 06
From: Singapore
Member No.: 29,189



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()
Go to the top of the page
 
+Quote Post
rjuyal
post Sep 7 2006, 11:21 AM
Post #7


Newbie
*

Group: Members
Posts: 1
Joined: 7-September 06
Member No.: 29,582



QUOTE(darran @ Sep 3 2006, 02:47 PM) *

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

Go to the top of the page
 
+Quote Post
magicash
post Sep 7 2006, 03:09 PM
Post #8


Newbie
*

Group: Members
Posts: 9
Joined: 7-September 06
Member No.: 29,590



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
Go to the top of the page
 
+Quote Post
master_bacarra
post Sep 7 2006, 04:47 PM
Post #9


I'm back... well, sort of.
*********

Group: [HOSTED]
Posts: 697
Joined: 26-December 05
From: somewhere in the middle of nowhere
Member No.: 16,226
Spam Patrol



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.
Go to the top of the page
 
+Quote Post
AeonLan