Lounge - January 2009

Been away too long
 
Wow...this site still rules. I should probably get back into the hang of C++. bash scripting is just too fun... Ah well.
[3 replies] Last: Yeah, we've missed you. Pfeh. ;) (by QWERTYman)
Console Articles
 
Well, I suppose this thread may be unnecessary, but I've started as series of articles here http://www.cplusplus.com/forum/articles/7311/ detailing informat...
[6 replies] Last: You made a really good point there Scipio - I agree with some of these... (by Mythios)
icons
 
Hello, can someone describe the meaning of icons befor the name of the topic, thank you
[1 reply] : The White plain paper is (default) The Document with a picture and wo... (by Mythios)
So who sits on these forums while at Work/School?
 
Well I for one do. Seeming as it is C++ I'm studying now.
[7 replies] Last: I think I've been sitting on these forums to much lately - guess they ... (by Mythios)
Ten best practices every beginner should use.. (1,2)
 
Well not just for beginners and let's see if we can find 10 based on the questions that have been asked in the various forums. 1. Headers Alwyas use header...
[23 replies] Last: 20: buy and read C++ Coding Standards: 101 Rules, Guidelines, and Bes... (by closed account z05DSL3A)
Forums so quiet on the holidays
 
Haha - amazing, since I been on these forums for the past few months it's been really active until the last few weeks. School Holidays it seems abnormally quiet...
[no replies]
by Jyy
Dead link
 
at sourcecode is this: MasterKong 2D Level editor A 2D DirectX video game which plays around with a few different concepts. Contains graphics,sounds,...
[1 reply] : Not sure if this is what you want but... This was the first search res... (by Mythios)
i cant run my code when i downloaded c++
 
well when i try to run it, i get undefined symbols and unable to open include file conio.h...i thinks theres something wrong with the turbo c++ i downloaded but...
[15 replies] Last: Why shouldn't it be used? Well, I'll tell you why I don't think it ... (by helios)
Story about computer programming
 
i am writing an essay for my school about why to keep offering computer programming in the high school. for my essay i need a story( 4-5 sentences) about how c...
[9 replies] Last: And over here we have the labyrinth guards. One always lies, one alwa... (by helios)
by helios
Return value
 
Am I the only one who follows this error code policy? bool f(){ if (there_was_an_error) return 0; return 1; } something_other_than_bool f2(){ i...
[3 replies] Last: IMO true/false > 1/0 because 1/0 forces it to be converted to bool (wh... (by firedraco)
Nokia to License Qt Under LGPL
 
Dear Qt User: Nokia is pleased to announce that with the release of Qt 4.5 you will be able to use Qt under the Lesser General Public License (LGPL) versi...
[1 reply] : This has been rumoured on the http://www.qtcentre.org/ forums for some... (by guestgulkan)
CSS difficulties
 
i'm aware this site has nothing to do with web development, but if anyone here has experience with it, they may be able to help. I actually found an answer... ...
[2 replies] Last: thanks, that seemed to work! :) now that i think about it, what i was... (by Mal Reynolds)
Favorate IDE (1,2)
 
What is your prefered IDE and why?
[24 replies] Last: portable Dev-Cpp or portable Notepad++, I keep them on my flash drive ... (by Dacster13)
by rani12
open a data file
 
I am writing a program to open any data file(dat)and read it. I can open only one file. That's means in program I write pFile=fopen("example.dat","r"), in her...
[3 replies] Last: Thank you very much. I will try that way (by rani12)
  Archived months: [dec2008] [feb2009]

This is an archived page. To post a new message, go to the current page.