Welcome Guest ( Log In | Register)



3 Pages V   1 2 3 >  
Reply to this topicStart new topic
> What Do You Use C/c++ For?, Develop software / games / on windows / mac / linux? Use QT?
What do you mostly develop or learning to?
You cannot see the results of the poll until you have voted. Please login and cast your vote to see the results of this poll.
Total Votes: 24
Guests cannot vote 
brokebloke
post Apr 4 2005, 09:41 AM
Post #1


Newbie [Level 2]
**

Group: Members
Posts: 31
Joined: 3-April 05
From: London
Member No.: 5,204



I am currently learning C++ and QT, I'm just wondering how many of your guys develop for windows specifically for do you target mac and linux too, or are you developing games?

Most important is the uptake of the .Net framework, just how many people are developing for it, is it really as big / important as everyone on the net suggests?

Would love to hear everyones views!
Go to the top of the page
 
+Quote Post
mizako
post Apr 4 2005, 11:10 AM
Post #2


Super Member
*********

Group: Members
Posts: 372
Joined: 16-August 04
From: Spain
Member No.: 824



I am currentely developing multiplatform games. So, Linux, MAC and Windows.
Go to the top of the page
 
+Quote Post
Cypher
post Apr 4 2005, 05:56 PM
Post #3


Member [Level 1]
****

Group: Members
Posts: 62
Joined: 7-October 04
From: A Place called Earth.
Member No.: 1,480



Ive just begun to learn C++, and I want to use it for games, for windows preferebly, because Im so used to it, and some software might be made too. Im a complete newb to real programming, so I have some serious work to do before I can consider ever trying to make a program.
Go to the top of the page
 
+Quote Post
osknockout
post Apr 7 2005, 10:22 PM
Post #4


Super Member
*********

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



I use it for a bunch of stuff, including stuff that would take hours normally. Mostly it's research stuff, like I created a program to tell me the prime numbers from 1 to a billion and after about 3 hours I had it... in 527 Megabytes. It's generic programming (ANSI).

.NET's not so big. I've developed for a good amount of time and I never found it useful or necessary for anything.
Go to the top of the page
 
+Quote Post
dexter
post Apr 9 2005, 04:28 AM
Post #5


Advanced Member
*******

Group: Members
Posts: 142
Joined: 24-December 04
From: Queensland, Australia
Member No.: 2,902



None of the above? tongue.gif

Well, I do work on both. I prefer things to be cross compatible. So most is targeted for both Linux and Windows (has to be able to work on all my machines).

My current big development project is a server, so it's meant to be compatible with both windows and linux. Though, it's pretty hard to do that, considering you've got, sockets in Linux, winsocks in Windows. And the multithreading is different between Windows and Linux. With all that, I'm ending up with heaps of #ifdef _WIN32... etc.

And yeah, .NET is just Microsoft's answer for Java (both of which are dogs). Actually funny story about .NET is that the reason a new C++ compiler (MSVC++ 7.0) is being released is because too many of Microsoft's developers (both in-house and out) complained about the dog that was MSVC .NET (C# orientated).
Go to the top of the page
 
+Quote Post
dexter
post Apr 9 2005, 04:30 AM
Post #6


Advanced Member
*******

Group: Members
Posts: 142
Joined: 24-December 04
From: Queensland, Australia
Member No.: 2,902



*cry* I just realised I said MSVC .NET instead of MSV Studio .NET (which has poor C++ support, and a bigger focus on C#). And I source that from Infoworld.com. I know what I meant.
Go to the top of the page
 
+Quote Post
dawu
post Apr 12 2005, 08:47 PM
Post #7


Newbie [Level 2]
**

Group: Members
Posts: 34
Joined: 16-October 04
Member No.: 1,773



Looks like I'm the first one to vote Software for Windows.
What can I say? Most major companies use Windows software and its tools and in order to make some money, you need to adjust.I used to code under *BSD just to show that Windows sux but now I'm focused on Windows system.I still think it sux but in computer world, Windows make the world go around (so to speak, Windows is the money if you understood).
Go to the top of the page
 
+Quote Post
zipple
post Apr 12 2005, 11:25 PM
Post #8


Newbie [Level 2]
**

Group: Members
Posts: 35
Joined: 12-January 05
Member No.: 3,231



I ve just finished C,I can write a simple order. I think it can write a complex program!if for higher level, must study C++.!
I lll try ...
C++ / Javascript which is more important to make program? huh.gif
Go to the top of the page
 
+Quote Post
brent
post Jun 3 2005, 05:00 AM
Post #9


Newbie [Level 2]
**

Group: Members
Posts: 26
Joined: 14-May 05
Member No.: 7,033



I am learning C++ at the moment but only know the basics so far
Go to the top of the page
 
+Quote Post
Yipster