Lounge - December 2011

intro to c++ ASCII Art :D
 
#include <cstdlib> #include <iostream> using namespace std; void TweetyBird(); int main(int argc, char *argv ) { TweetyBird(); ...
[12 replies] Last: @chrisname, definitely =] (by ultifinitus)
Should I go in to c# as well?
 
Im currently learning C++ and i find it a fantastic language but should i also go in to c#? Are they similar? or is one more advanced/power-fuller than the othe...
[8 replies] Last: [quote=naraku9333]I haven't had the need to use C# references yet, but... (by chrisname)
RPG - ActionScript or C++ & Allegro
 
I currently have a good bit of knowledge when it comes to C++, but was wandering whether it would be better to learn AS3 and make the game i am planning in flas...
[5 replies] Last: I know both languages and I think it really depends on what you want t... (by Dacster13)
by LB
What do I tell him?
 
He sent me this: http://paste.pocoo.org/show/Aszwbq5CQ1oO6ZkIikGm/ My eyes are bleeding...
[5 replies] Last: Catfish, this is why my eyes were bleeding - the obvious syntax errors... (by LB)
New Game, Populites
 
Well, I finally have a workable release *cringe* Here's the link: http://ifile.it/hi4ydmv It's pretty simple, I have to controls in the Readme file. Go ah...
[14 replies] Last: Works, has potential, not worth playing yet. Good luck with the projec... (by JokerDan)
Questions about amd processors
 
Can i know in terms of gaming why the phenom 955 is better than 1100t? and why the 1100t is better than the 8150? The reason i ask here is because i want to...
[1 reply] : What do you mean by "in terms of gaming"? Are you referring to bench... (by Cheraphy)
Cross Platform Environment
 
Well I was wondering what kind of methods there are to keep code as easily usable across systems. For example I use Visual Studio on windows, but I tend to use ...
[1 reply] : Use CMake? http://www.cmake.org/ -Albatross (by Albatross)
SFML Car game
 
I've (almost) finished my first "real" game using SFML (http://sfml-dev.org/ ), which is a really nice library. In the game, you control a car driving on a road...
[12 replies] Last: @Computergeek01: I see. So what do you reccomend to set the frame rate... (by Stupebrett)
YouTube
 
I've made a new YouTube vid this time me writing some code. Appreciate you like comment and subscribe ! http://www.youtube.com/watch?v=a-J9h1Lm1tc
[1 reply] : In the description you write "Source Code:", and then there's just not... (by LB)
vb.net program in other pc ?
 
I wrote 2 games using vs 2010 and I took 2 exe files from the respective debug folder and send them to my friend but they can't run these applications... Wha...
[6 replies] Last: Including pictures ? (by hentaiw)
C++ Variadic Templates
 
Just experimented with those, and expanded the example from the wiki a bit to work with streams and strings instead of with char*. (behaves mostly the same, exc...
[8 replies] Last: @rapidcoder sure, if your requirements are within the limitations of v... (by Cubbi)
by ascii
Revision Proccess for Articles
 
When browsing around on the articles section of this website, I've noticed that some of the articles are full of BS. I don't want to single anyone out, but som...
[8 replies] Last: I've seen some pretty stupid articles, but I can't recall seeing anyth... (by king214)
by ne555
Please indent your code
 
One of the most importants purposes of the code tags is to preserve indentation. It doesn't matter if you use spaces or tabs. But try to not mix them, becaus...
[5 replies] Last: Well for compression, I think it's mostly because eventually someone h... (by Dacster13)
someone give me game codez pls (1,2,3,4)
 
Hello ppl, I need teh codez to a gam. culd u pls give them 2 me??? i like to lern how to make a gam in C++ thx
[73 replies] Last: Opensource Games: http://osswin.sourceforge.net/games.html Fill your ... (by closed account zb0S216C)
Hello world or C++ people (1,2,3)
 
Hi, My name is renny and I am 67 years old, or young. I been programing for 20 years. Just not in C++, so now that I have the time to learn C++ I am going t...
[45 replies] Last: Shhh, just let the thread die. </thread> (by chrisname)
by LB
Programming a server
 
I recorded my self derping around on a computer I never use. If you're interested in an hour long video, click here: http://www.youtube.com/watch?v=dVF6XiR3iQ8 ...
[no replies]
Matlab to C++
 
Hi, I'm a researcher in the area of (quantitative) finance, and considering a switch to C++ from Matlab. Is there any good textbook for someone like me? Your...
[no replies]
Is c++ just syntex? (1,2)
 
hi at my robotics club i had an argument with a friend of mine.I asked him if he knew c++...he said no...i asked do you want to learn it and he said theirs no n...
[28 replies] Last: And what about Turing complete imperative languages? Unless Albartoss ... (by hamsterman)
A primer on Trigonometry?
 
While I am technically eligible to take the Calculus course the school I attend offers, I elected to take Trig this spring instead as that has cause mass amount...
[17 replies] Last: i love this subject.. (by mikelambert)
new project
 
so i finished my rpg and decided to move on to my next project, which is making my own language built on c++. I already have the var types (renaming old with ty...
[7 replies] Last: @Aramil I think you need to create a list of keywords, arithmetic oper... (by Dacster13)
December 2011 Pages: 123
  Archived months: [nov2011] [jan2012]

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