Programming C, C++, Java, PHP, Ruby, Turing, VB
Computer Science Canada 
Programming C, C++, Java, PHP, Ruby, Turing, VB  

Username:   Password: 
 RegisterRegister   
 Sex up an array?
Index -> Programming, C++ -> C++ Help
Goto page Previous  1, 2
View previous topic Printable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic
Author Message
wtd




PostPosted: Wed Aug 16, 2006 5:48 pm   Post subject: (No subject)

What kind of abilities do you feel you really need?
Sponsor
Sponsor
Sponsor
sponsor
Justin_




PostPosted: Wed Aug 16, 2006 6:05 pm   Post subject: (No subject)

It would depend on the application now wouldn't it?

Basically the way it works is: some (forgive me for saying, but, limited) programs would be your cross platform library candidates and other more extended applications for windows would be very difficult to port.

My favorite saying when programming in windows is, "When in Rome."
md




PostPosted: Wed Aug 16, 2006 7:48 pm   Post subject: (No subject)

Unfortunately the POSIX layer is all but usless in windows now, but it used to be the case that windows provided a mostly POSIX conforment API so that most things that didn't rely on the GUI API were almost completely cross platform with only minor changes.

In fact many the programs that matter most are largely independent of hte operating system and only need to interact with it for IO; things like servers, etc. Applications that requier a complex GUI (like a text editor) *could* be written using the win32 API, or they could be written to use a crossplatform GUI (like say GTK or QT) which do all the same things as the win32 API but are mostly cross platform.

Oh, and just because you are in rome, doesn't mean you have to make the same mistakes that they make Wink
Justin_




PostPosted: Wed Aug 16, 2006 9:52 pm   Post subject: (No subject)

ok that sounds terrific. Cross platform code? Someone write a tutorial on using cross platform libraries instead of the API.

It would stop noobs like me from using the API, Very Happy
bugzpodder




PostPosted: Sat Sep 16, 2006 8:06 pm   Post subject: (No subject)

wtd wrote:
First off...

Being insane is not a bad thing. Wink

Second, I view this from the perspective of Win32 API knowledge being largely useless. There is a lot to be learned out there that is not tied to a proprietary operating system that moves at a snail's pace technologically and is tied to a massive company in slow bureaucratic decline.


tell that to the developers that tries target their software at 90% of the world's PCs
wtd




PostPosted: Sun Sep 17, 2006 7:29 am   Post subject: (No subject)

How many people here do you suppose are writing commercial apps that have to be marketed to hundreds of millions of computer users?
bugzpodder




PostPosted: Mon Sep 18, 2006 2:08 pm   Post subject: (No subject)

while i agree the win32 api has little real value, i believe the .net framework might be worth the time to look into for someone on this board for some windows specific developing
Display posts from previous:   
   Index -> Programming, C++ -> C++ Help
View previous topic Tell A FriendPrintable versionDownload TopicSubscribe to this topicPrivate MessagesRefresh page View next topic

Page 2 of 2  [ 22 Posts ]
Goto page Previous  1, 2
Jump to:   


Style:  
Search: