Lounge

by admin
news Welcome to this board! closed
 
Welcome to the lounge forum in C++.com! In this forum, users can to talk about topics other than ...
[no replies]
by wachtn
post lazy article (1,2,3,...,12,13,14,15)
 
A few years ago I read an article online about programming and the value of being lazy. I would like...
[283 replies] Last: Erm...I don't think you're going to get much luck posting a localhost ... (by demosthenes2k8)
post Jeroo (1,2,3)
 
I have a new scripting preference. It's Jeroo, the kangaroo emulating language based on Java! I've b...
[44 replies] Last: http://en.wikipedia.org/wiki/Domain_name_registrar http://en.wikipedi... (by chrisname)
by helios
post Hex editors (1,2)
 
Normally I use Hexplorer, but it has its inconveniences. It loads everything completely to memory, t...
[25 replies] Last: I tried Qt before. There is no way I'm installing Qt. It took over thr... (by chrisname)
post n00b h3r3 (1,2,3)
 
Sorry, couldn't help putting the title like tha, just saying hey :D Hope to get to known u all so...
[44 replies] Last: Yes bazzy just helped me with that, now I am on the way to being an ep... (by DrChill)
post The Google Language: Go
 
http://www.computerworld.com/s/article/9140637/Google_creates_programming_language_to_simplify_app_d...
[4 replies] Last: http://golang.org/doc/go_for_cpp_programmers.html I don't know abou... (by computerquip)
post Things we'll never use
 
Even and odd functions Seriously. When, when, when, will we ever need to ...
[2 replies] Last: When you are studying a function, if it's odd or even it is easier as ... (by Bazzy)
post Question about C++ progress.
 
Is it just me or when you start learning C++/new things about C++ it wont make sense for a while, bu...
[3 replies] Last: It may be, there is no maximum level of C++ skill (by Bazzy)
post Scripting Preference (1,2)
 
What is everyone's scripting language of choice and why? I lean toward Lua myself. I find it's C A...
[37 replies] Last: More knowledgeable maybe. Just kidding ;-) (by chrisname)
post Anyone here good at making graphics?
 
I'm making a 2D SDL game for fun (a first-person-shooter); but I've come to the realisation that I [...
[13 replies] Last: I've written some more. Now it gets everything ready and enters a mai... (by chrisname)
post Intel Core i7 Turbo Boost
 
Anyone have any clue how to turn this on? I have a 1.6 i7 on my laptop and can't figure out for the ...
[17 replies] Last: As helios said they really don't take the moisture out. In fact, have... (by chrisname)
post Phone app development (1,2)
 
Does/has anyone create/d any phone applications? Typically blackberry, iPhone etc? If so, what have ...
[20 replies] Last: Lies. (by chrisname)
by R0mai
post Programming Competition problem (1,2)
 
Hi guys, Today was the national student competition's for high school students programming catego...
[33 replies] Last: Hm, so I was on the right track with 3G(N-1) at least...These kinds of... (by firedraco)
by newbiz
post std::deque::swap
 
The documentation displays the following signature for std::deque::swap : void swa...
[3 replies] Last: It's been reported. (by Grey Wolf)
by Bazzy
post Some other wesite bugs (1,2,3)
 
I believe twicker has been resting enough since the last bugs were reported so is time for so...
[40 replies] Last: [quote=Return 0]Another change to the buttons. I like these better :)[... (by chrisname)
post Favorite naming convention? (1,2)
 
What is your favorite naming convention?My personal favorite is lower camel case example: ...
[29 replies] Last: You should never define your own symbols that begin with un... (by chrisname)
question Design Stencils
 
Recently, while reading an article in MacTech, I came across a stencil for storyboarding for the use...
[6 replies] Last: Cocoa is one of the APIs for Mac OS X apps. It is the native object-or... (by Grey Wolf)
post SFML Multi Media API
 
Has anyone played around with this API? Lately it's been recommended to me by several people. http...
[1 reply] : Damn. I had to find out about this after I was 482 lines into writing ... (by chrisname)
post c++ job?
 
This question is asked of those who have a programming job If you were to hire someone what code ...
[no replies]
post Debate answers (1,2)
 
*sigh done fi I missed you you can still post your question also I hope you do not dislike me aft...
[36 replies] Last: Meh not really ... well maybe for a second. But to some point I do enj... (by DrChill)
post Too far?
 
So I finaly decided to make the tic tac toe game, and I am wondering if this has gone too far? I ...
[9 replies] Last: omg Helios you have saved me much repetitive typing, I salute you. (by DrChill)
by wachtn
post Comic Code
 
Post your favorite code related comics here. These are great!!! http://brainsnorkel.com/wp-con...
[11 replies] Last: Oh, I see. Old picture is old... (by chrisname)
by Syntax
post newbie Question (1,2)
 
I learn C can i post C prob in here or i just got to post C++? I going to learn C first that ...
[22 replies] Last: does C allow static for structure members? I'm almo... (by chrisname)
post First Spammer
 
Wow, we have our first spammer!
[7 replies] Last: If you want a link to the spam posts you have no luck as they are remo... (by Bazzy)
by Bazzy
post Odd thing with BBcode (1,2,3,4)
 
By typing ███████████ All BBcode is censored! See http://www.cplusplus.com...
[70 replies] Last: FOUNDEDED A GLITCH. That's the result of having the output t... (by twicker)
post I'm still here
 
i'm on the web every day but i don't want to stick around to long or spider will get me.
[19 replies] Last: http://en.wiktionary.org/wiki/ZOMG I've always pronounced it "zombi... (by JCED)
news New "Articles" section
 
The articles section has been separated from the forums to form its own (testing it right now). T...
[11 replies] Last: No, it's still the same >_> (by firedraco)
by helios
post Plugin language
 
Okay, so here's what I need to do: I need to add plugin functionality to a program. The plugin will ...
[1 reply] : I decided to go with native code and dynamic libraries. I have a quest... (by helios)
post YACC grammar for 8085 or any other assembly language
 
Hi, i have started working on writing a assembler and need to write Lex/YACC grammar for the same...
[no replies]
post "Opposite" of strcat function.
 
Originally this was going to be a question; but I figured it out! I'm posting it again because I tho...
[3 replies] Last: Technically, the opposite of strcat() would be memcpy(). memcpy(dst,s... (by helios)
post Is it a trap??? (1,2,3)
 
Hi, chrisname! This is twicker, the admin of cplusplus.com I've just received a shipment of...
[42 replies] Last: Well, it could be more appropriate :( meh school won't allow it (by DrChill)
Pages: [1] [2] [3]   Archived months: [sep2009]

Registered users can post in this forum.