Lounge - July 2009

How do I post a question
 
I am having problem in swapping the contents of vector(making current element as the first one). where and how can I post this question. Thanks
[3 replies] Last: If you use a deque instead of a vector, you can insert elements at the... (by Bazzy)
X++
 
Just curious... has anyone worked with X++ before? It sounds really interesting, especially the X++ language includes a number of common SQL commands as an i...
[no replies]
by Null
Dev-C++ bug?
 
I have a strange problem with Dev-C++: i 'can't' compile a project. The problem is, that i can type whole this text into a header file but Dev-C++ will 'compile...
[6 replies] Last: I never use the debugger, i trace out the whole program in my head. Y... (by helios)
by helios
MIT 6.001 (SICP)
 
The complete Structure and Interpretation of Computer Programs (6.001) course at MIT, an introduction to general programming using Scheme, and the book of the...
[2 replies] Last: I doubt anyone here thinks torrents are inherently illegal, but there ... (by helios)
Beer, who new?
 
http://99-bottles-of-beer.net <- worth checking out
[no replies]
Moderators (1,2)
 
I think admin should get some of the more trustworthy posters on here (helios, Grey Wolf, Duaos, etc.) and give them mod-type privileges that would let them d...
[20 replies] Last: Code Monkey, did you just register to post that? Yes. I was su... (by Code Monkey)
c++ debugger game
 
Yet another game! yay. It works like this, we take turns posting code snippets that have 1-3 bugs in them. Maybe more later. The object is to see who spots the ...
[5 replies] Last: Ok =] (by chrisname)
Programmers can't spell *PROFF INSIDE*
 
I was looking at some code I had made and saw these things: L168 MEMORY ARROW File with deformation on the attack methods create the random of values ...
[4 replies] Last: Programmers need to be able to type, otherwise you'd get stdarr instea... (by chrisname)
Be nice to have a whos online list
 
Just so I know if I am wasting my time at 5am waiting for a reply :P
[4 replies] Last: Usually once an idea is given, it takes a short time for the admins to... (by Bazzy)
Some topic not directly connected with programming, but still important... ;]
 
Hello guys :) I've been here for a while and I really appreciate the help you gave me. So I wanted to thank you for the time spend on my sometimes silly topic...
[10 replies] Last: Well I just did 9-5 for two weeks (work experience, it was quite dull ... (by chrisname)
Using a goto in this case... (1,2)
 
WARNING! POSSIBLE FLAME TOPIC AHEAD! Do you think a goto would be justified in something like the following code: for(int i = 0; i < i_size; ++i) { ...
[31 replies] Last: Learn something every day. The moral of the story is the C++ is not... (by chrisname)
by jsmith
deleted
 
<deleted>
[6 replies] Last: I fell into this trap a couple of times :) (and brought it to this for... (by tition)
by helios
Embedding files into executables
 
I'd like to embed a file (say, a logo) into an executable without having to translate it to an array in source, which increases the size by a lot and is harder ...
[1 reply] : Isn't it something to do with resources? Pick me! Make a resources.r... (by chrisname)
Recent Number Posts
 
Has anyone else thought it was weird that a lot of the new threads here are to do with people wanting to store/use numbers that are above the data type limits? ...
[4 replies] Last: I think it's safe to say that if someone needs to create an array larg... (by helios)
by helios
How to test primality in O(1)
 
This is "programming meets theoretical physics": bool isprime(ulong n){ channel c; ulong n2=sqrt(n), a; if (!receive(c,a)) ...
[5 replies] Last: *Fetches Chubaka costume* What is the point of this thread again? (by closed account S6k9GNh0)
Nerdcore and Other Geek Music
 
Hey, if you're fond of your geeky nature, and even listen to geek music, why not share some of your favorite geek culture songs and artists? These are my fav...
[3 replies] Last: This is some good stuff guys. Thanks! I've made bookmarks. (by AngelGithara23)
The Great and One and Only Michael Jackson is DEAD????!!!
 
And Farrah Fawcett Majors on the same day. Well for me they will both be missed. RIP Moon Walking dude.
[7 replies] Last: It makes me wonder why so many people waste useful time shedding dry t... (by AngelGithara23)
Out of ideas...
 
So, I've been programming for a little over a year now (13 months)...and I have officially run the heck out of ideas. Or at least ideas for my level (beginner/i...
[7 replies] Last: Make a program that will modify Minesweeper's memory to give you 'chea... (by Kiana)
by helios
Writing a LALR parser (1,2)
 
Today's Simple Interpreter thread inspired me to write one. Since this is the first time I do something like this (well, actually, I had written an expressio...
[35 replies] Last: You have fallen to the discussion of the semantics of the word 'unre... (by hypercube1)
  Archived months: [jun2009] [aug2009]

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