Add to Google

What Do You Use C/c++ For? - Develop software / games / on windows / mac / linux? Use QT?

Pages: 1, 2, 3
free web hosting

Read Latest Entries..: (Post #26) by iGuest on Oct 1 2007, 08:11 PM. (Line Breaks Removed)
I write embedded C++ software, so I don't care about any of the three. I usually have an RTOS that I program for - like vxWorks or QNX. I usually have to use Windows as my development platform and will sometimes use VC++ for that, but I prefer MultiEdit or any of a number of independent IDE's.-KTrimbach... read more.
Read the FIRST post of this Topic. - Express your Opinion! Contribute Knowledge :-).

Open Discussion > CONTRIBUTE > Computers > Programming Languages > C/C++ Programming

What Do You Use C/c++ For? - Develop software / games / on windows / mac / linux? Use QT?

brokebloke
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!

Reply

mizako
I am currentely developing multiplatform games. So, Linux, MAC and Windows.

Reply

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

Reply

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

Reply

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

Reply

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

Reply

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

Reply

zipple
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

Reply

brent
I am learning C++ at the moment but only know the basics so far

Reply

Yipster
Well, I use it to try to do some neat things with a Lego Mindstorms Kit. If you do the hardcoding you can do some pretty crazy stuff. I am also experimenting with getting C/C++ to communicate with devices, ie. getting a robot to work. Anyone part of the FIRST robotics competition?

Reply

Latest Entries

iGuest
I write embedded C++ software, so I don't care about any of the three. I usually have an RTOS that I program for - like vxWorks or QNX. I usually have to use Windows as my development platform and will sometimes use VC++ for that, but I prefer MultiEdit or any of a number of independent IDE's.

-KTrimbach

Reply

hitmanblood
Well I am using it to write small codes or those codes that needs to be executed fast and quick for all the other purposes I am using more or less Java although I am now in the process of learning C# and Visual Basic and maybe even VJ# although that basics are more or less the same as within java it is just that graphical user interface is easier to mange and build up then in Java, eventhough Java is making big progress on graphical user interface itself.

Reply

Tetraca
I don't use C nor C++ because I can do what I want to do in C++ or C in FreeBASIC with half the effort while still managing to have a slim application. If I ever am making an operating system I might go to C again, but I'm an application programmer for now.

Reply

alamzaib
I have just start c language and I am wondering how people make games and other programs.

Reply

vietonline
I have learn C and C++ language program a year ago,and I will be wondering if I know what I can do from C and C++.
I have come up to C and C++ because my school offer that to students and I have nothing to do in school,I have enough credits to graduate.So I decided to learn it.
Now I think we can do a lot of things from knowing C or C++.We can create software,game and for now, I hope that I can write a game in future.

Good luck for eveyone,I also hope you guys can create a great software in future.

Reply



Got an Opinion! Express your Views! (no registration):-
Add your Reply/ Opinion/ Views/ Comments/ Suggestion/ Questions/ Queries etc.
Posts with decent grammar & English will be accepted and please refrain from profanities.
For asking a Question, We recommend you to sign-up (for free) so that you can track the topic easily.

Nature of your Post*: Opinion/ Reply/ Comments
Question/Query
Feedback to us.
       
Name   Email
Title/Question*

Pages: 1, 2, 3
Recent Queries:-
  1. what do you use c for - 2272.50 hr back. (1)
Similar Topics

Keywords : c, c, develop, software, games, windows, mac, linux, qt

  1. Is It Possible To Edit Windows Registry?
    (11)
  2. Programs
    for games (4)
    first off i would like to announce this is my first time on here, i would like to know what kind of
    programs i need to edit my Pc games. i have been learning how to edit with just texts but i would
    like to know what i need for the text scripts i can't read? any information can help
    --thanks....
  3. Interrupt For Windows
    (1)
    Unlike DOS, which works under Real mode of processor, Windows works under protected mode of the
    processor. In protected mode the registers are 32-bit long and are often known as extended registers
    For example, corresponding to the AX, BX, CX, DX, IP registers of real mode, there exist 32-bit
    registers called EAX, EBX, ECX, EDX and EIP under protected Also under protected mode interrupt
    handling is a little different. The interrupt vector table is no longer kept at a low address space.
    Instead it is replaced by another table Interrupt Descriptor Table (IDT) which is kept....
  4. Complete Linux Programing Book
    (2)
    the book name is Advanced Linux Programming QUOTE If you are a developer for the GNU/Linux
    system, this book will help you to: Develop GNU/Linux software that works the way users expect it
    to. Write more sophisticated programs with features such as multiprocessing, multi-threading,
    interprocess communication, and interaction with hardware devices. Improve your programs by making
    them run faster, more reliably, and more securely. Understand the preculiarities of a GNU/Linux
    system, including its limitations, special capabilities, and conventions.Advanced Linux Progra....
  5. The Pc Games Programmers Encyclopedia 1.0
    (5)
    The PC-GPE ( PC GAMES PROGRAMMERS ENCYCLOPEDIA)as it currently stands is a collection of text files,
    each covering a different aspect of programming games for the PC.Some files were obtained from the
    net, others were grabbed off Usenet, quite a few were written for the PC-GPE. Every effort has been
    made to contact the original authors of all public domain articles obtained via ftp. In some cases
    the original authors were not able to be contacted. Seeing as these files were already available to
    the public the liberty was taken to include them anyway. The files were not mo....
  6. Problems Unregistering Windows
    (0)
    I'm making a program which uses several windows. I thought I'd reduce the amount of coding
    in my program by making a function which does everything that is needed to open a window, since all
    of the windows I need are basically the same. In fact, the only way they really differ is that they
    all use different message procedures. The code below, therefore, accepts a window class which
    already has a value in the .lpszClassName variable and the .lpfnWndProc variable. The rest of the
    window class in then filled with default values, the class in registered, a window i....
  7. Games
    games (2)
    mailto:mike_mcgrath@lineone.net....
  8. Where Can I Learn Linux Programming?
    any good resources for linux programming (2)
    Where can i learn linux system programming? Topic titles and descriptions are important. Try and
    make them as descriptive as possible. Linux Programming, Linux is not very descriptive. Renamed.
    ....
  9. Windows Service
    (0)
    I'm thinking about making a Windows Service in C++. I found some sample code, and it all makes
    sense, except I'm wondering if it's possible to detect whether my exe is running as a
    Service. I'd like to have it perform this check when the app starts. Then if it is running as a
    Service, it'll go ahead and call StartServiceCtrlDispatcher(), otherwise some other action can
    be performed. ....
  10. Games Out There?
    (2)
    I happened to run into a Website about game programming where an expert said the 1st game a newbie
    should code is tic-tac-toe.So I downloaded code to a simple version of that game in C++(which is the
    language I want to learn)from a site where this is legal.I suppose tic-tac-toe is a didactic game(as
    I read somewhere else).So ,I was wondering,are there any other(simple)games out there that can help
    me learn C++ and of which I can safely download the code without violating any laws?on a Linux
    Magazine I buy I found a dvd with all Gentoo source code but it is maybe too adva....
  11. Static Members Across Libraries (windows Dll Vs. Unix)
    (0)
    Hopefully I can explain my problem clearly. If not, please ask any questions to clarify. I'm
    looking at an issue where I'd need to make reference counted smart pointers multi-thread safe on
    a UNIX platform via mutexes. Object-embedded mutexes are not an option because of the memory
    footprint increase. Therefore, it was decided we use a static mutex that locks the entire class out
    from the reference count (i.e., only one smart pointer on the entire system at a time can do a
    reference count operation). BTW, these design decisions aren't mine to make. The issu....
  12. Patching With Windows?
    (1)
    Does anyone know a way to patch C++ code with a .patch file? I have Visual C++ 6.0, the .patch file
    and the source code of the file I want to patch with it.......
  13. Khtml For Windows
    help and support this project (0)
    The project leader has emailed me telling to post to C++ forums because they are planning to create
    KHTML for Windows. Search at sourceforge.net about it. You will find that project interesting.....
  14. Software Installation
    Program for verifing the installation??? (5)
    One of my friend is doing his computer project and he has one problem. the problem is that "If we
    are installing any software then is it possible to make a program in C++ or VB that can crosscheck
    that all files under thE folder of software are installed sucessfully?" If anyone has any idea than
    please tell.....
  15. Can A Windows Compiler Compile For Linux?
    (6)
    A friend of me, is working on a mod for a tournament where I am a co admin off... The problem is...
    My friend uses Windows. Are there any Windows programs that can ccompile .so's to use on a linux
    server / box? Thanks for any reply's....
  16. A Question About C++ Programming Under Linux
    (7)
    Hello guys! i prepare to develop under linux using c++, but i don't know what tools i should
    use...some one tell me to use vim, but i think vim is so hard to use!can u recommend me some ide???
    thank u very much....

    1. Looking for c, c, develop, software, games, windows, mac, linux, qt






*SIMILAR VIDEOS*
Searching Video's for c, c, develop, software, games, windows, mac, linux, qt

*MORE FROM TRAP17.COM*
advertisement



What Do You Use C/c++ For? - Develop software / games / on windows / mac / linux? Use QT?