c++ (cpp) group
Notices
-
Dlaczego ja mieszkam na takim zadu***? Pod koniec marca we #Wrocław iu będzie wykład autora !cpp o ISO C++11, a ja nie mogę tam być ;-(
-
!cpp #lol #humor ♻ @ked: If programming languages were religions... #python #perl #java http://ur1.ca/8isdl
- Adam Mizerski likes this.
-
#GoingNative2012 - the year's first C++ conference - starts tomorrow. http://is.gd/VE2LLL !cpp !cplusplus
-
ISO C++11 is out http://ur1.ca/5d817 !cpp
-
Question: Qt tutorial for C++ beginners
about 8 months ago from web-
Oops, sorry, I misunderstood the context.
-
there are excellent step-by-step tutorials that come with Qt itself and documented in the Qt docs (online and offline). HIGHLY recommended
-
Thank you. Yes, official Qt docs are good reference, but I sometimes confuse C++ specific grammar...
-
-
why should !c++ still follow old c standard to separate the code into header and source files. It really is annoying! plz change it quickly
about 8 months ago from web-
@cyberkiller dito.
-
I hate the separation of heades and impl too! It's antik and not useful. IDEs (IntelliSense) and Doxygen make the interface file obsolete.
-
agree ;)
-
-
The Secret Guild of Silicon Valley http://pulse.me/s/1fjIE !cpp
-
Hail the return of native code and the resurgence of C++ !cpp http://is.gd/R8J0HW
-
Hail the return of native code and the resurgence of C++ http://ur1.ca/4xnsj !cpluplus !cpp
- Hilton Garcia Fernandes likes this.
- Hilton Garcia Fernandes and Gustavo Brondani Schenkel repeated this.
-
C++0x is unanimously approved! The next revision of C++ is now an International Standard! !cpp http://ur1.ca/4wvie
- Jorge Madrid likes this.
- Anıl Özbek, Adrian Lang, Eduardo Zúñiga and Jorge Madrid repeated this.
-
about 11 months ago from web
-
!cpp !lo RT @rajitsingh: Interesting read- The New C++: Lay down your guns, knives, and clubs http://qr.net/drz6 #Linux
-
Are there man pages available for !cpp routines and preferably STL?
about a year ago from web-
@nileshgr: I just use web references like http://is.gd/8KOFJF and http://is.gd/3EjPRD They're not perfect, but they work.
-
@indi thanks for that reference, I was already using cplusplus.com reference though. The other one is new to me.
-
-
Any tool recommendation for code browsing? !GNU #global? #cscope? #kscope seems broken on !Debian sid. #seascope looks good. !cplusplus !cpp
about a year ago from Choqok -
#PathScale Gives !FreeBSD, #NetBSD A New !cpp Runtime | http://bit.ly/ikkIi4
about a year ago from web- Alex Kuster likes this.
-
-
- Cyber Killer and Lucas Lira Gomes like this.
- Nilesh Govindarajan and Lucas Lira Gomes repeated this.
-
@dgalizzi and that's the way it should be :)
-
So there might be a C++0x7db standard.. http://is.gd/Cpp0x7db !cpp !cplusplus
about a year ago from xmpp -
could anyone recommend me a book to read in order to clean up my !cpp coding style?
about a year ago from Choqok -
Can i read a 'string' using 'cin' in !cpp.
about a year ago from Gravity-
@intermediatech sure.
-
@intermediatech: You can read a single word in with just cin >> string. You can read a whole line with spaces using getline(cin, string)...
-
@indi thanks. Will use it in lab today.
-