C Board  

Go Back   C Board > Community Boards > General Discussions

Reply
 
LinkBack Thread Tools Display Modes
Old 02-13-2009, 01:14 PM   #1
C\C++ beginner
 
Masterx's Avatar
 
Join Date: Nov 2007
Location: Somewhere nearby,Who Cares?
Posts: 384
why doesnt the C++ standard library committee offer any AUI related libararie?

hello all, its been a while that i am thinking why the committee that releases the standard C++ libraries ( header files , stuff) doesnt offer any library fo AUI , i know there are couple of GUI frameworks for C++ out there , but why dont they do it themselves!
by doing such a thing C++ standard library would cover much more stuff and thus the need to use third party frameworks and thus solving problems associated with them would vanish!

whats your idea?
__________________


Quote:
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the Universe is winning."
Rick Cook

Quote:
"...a computer is a stupid machine with the ability to do incredibly smart things, while
Quote:

computer programmers are smart people with the ability to do incredibly stupid things. They are,
in short, a perfect match.."
Bill Bryson

Masterx is offline   Reply With Quote
Old 02-13-2009, 01:17 PM   #2
C++ Witch
 
laserlight's Avatar
 
Join Date: Oct 2003
Location: Singapore
Posts: 11,318
Stroustrup does give an answer concerning a standard GUI: Why doesn't C++ have a GUI? Admittedly, it sounds a little like he is avoiding the question but reluctantly putting it on his FAQ because it really is frequently asked.
__________________
C + C++ Compiler: MinGW port of GCC
Build + Version Control System: SCons + Bazaar

Look up a C/C++ Reference and learn How To Ask Questions The Smart Way
laserlight is online now   Reply With Quote
Old 02-13-2009, 01:33 PM   #3
Registered User
 
Join Date: Dec 2008
Location: Fair Winds
Posts: 88
It would be extremely hard to standardize a GUI; they aren't standardized across operating systems, so trying to standardize it in the CORE of a programming language would be a horrible idea. Visual Basic is the only language I know of that actually did a good job with doing that (On the flip side, it was bad at almost everything else... and only worked on windows)
Ronix is offline   Reply With Quote
Old 02-13-2009, 01:48 PM   #4
C\C++ beginner
 
Masterx's Avatar
 
Join Date: Nov 2007
Location: Somewhere nearby,Who Cares?
Posts: 384
thanks, i get it now.
__________________


Quote:
"Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the universe trying to produce bigger and better idiots. So far, the Universe is winning."
Rick Cook

Quote:
"...a computer is a stupid machine with the ability to do incredibly smart things, while
Quote:

computer programmers are smart people with the ability to do incredibly stupid things. They are,
in short, a perfect match.."
Bill Bryson

Masterx is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I use RadixSort on the queue class from the standard library? DoDo C++ Programming 3 09-04-2002 09:01 PM
C Standard Library JoshG C Programming 2 07-17-2002 09:09 AM
Links to learn standard C library functions... Nutshell C Programming 8 02-01-2002 12:41 AM
Source code of the standard library functions... Nutshell C Programming 2 01-21-2002 12:35 PM
C standard library Unregistered C Programming 1 12-08-2001 12:08 PM


All times are GMT -6. The time now is 01:52 PM.


Powered by vBulletin® Version 3.8.1
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.3.2

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22