Lounge - March 2013 (Page 6)

whats the best way to plan a code, whats the best way to plan it to use re-usable classes (1,2)
 
I would like to be able to build a whole load of classes and think of them as blocks so i can draw a little pattern of boxes with lines between and then when it...
[33 replies] Last: http://www.stack.nl/~dimitri/doxygen/ Here's what doxygen did with on... (by tition)
c++ sites
 
so i found out the other day that you can now pass strings to fstreams as of c++ 11. is there a site where i can see everything they did in c++11? also is there...
[9 replies] Last: Reading is free. voting rights are $1200 a year (for US), plus travel ... (by Cubbi)
Good O'l Assembly
 
I want to really learn low-level programming, but the problem with that is I don't know how to use hex numbers, and I know its almost essential to know those in...
[13 replies] Last: Surprised I haven't seen Paul Carter's Assembly PDF recommended here l... (by BHX)
antivirus (1,2)
 
I've been researching antivirus software, looking for a good product with a small footprint, and have noticed Kaspersky, BitDefender, and ESET seem to be excell...
[22 replies] Last: I highly doubt they would have thier source codes availible to the gen... (by closed account 3qX21hU5)
C to ASM
 
Can antone help me translate this to Linux ASM (if possible) #include <linux/init.h> #include <linux/module.h> #include <linux/kernel.h> MODULE_LICENSE("Dual...
[3 replies] Last: If you're compiling with GCC/G++, simply use the " -S " parameter: GC... (by closed account zb0S216C)
by LB
DNA < 800MB w/o compression
 
There are two base pairs and they can be in two orientations, so for each one you only need two bits. Multiply it out and you only need about 770MB to store an ...
[16 replies] Last: I did too at first because the first time I tested the =author part, I... (by LB)
My new Batch site! (Improved for visit) (1,2)
 
Visit here: http://batchforums.wordpress.com If you visit this, be sure to spread the word!
[25 replies] Last: ;) (by closed account N36fSL3A)
Fire Emblem online turn changing thread (1,2,3,4)
 
This thread is for those people who have posted on the "Fire Emblem online" thread and are in the middle of a game (like firedraco and me). DON'T POST NEW GAMES...
[60 replies] Last: lol!!! well I've got to go I'll see you tomorrow! (by Reeceboy1299)
is OOP used to solve problems
 
I am quite new to Object oriented programming. My question is, is the purpose of OOP only to write understandable codes, or does it open new ways and approaches...
[3 replies] Last: Ok it makes a lot of sense too. Thanks :) (by Mustehssun)
turtle for c++
 
Anyone know the module for python called turtle? It is for drawing using some simple commands like left(90) which will just turn the direction that your drawing...
[2 replies] Last: I am not very comfortable with using graphic libraries. I don't think ... (by closed account ETAkoG1T)
Fire Emblem Online (1,2)
 
Anyone want to play with me? not that many people play anymore because its in (i think beta but its still really cool) My username on it is DTSCode http://aw...
[36 replies] Last: I made a "Turn changing forum" link: http://www.cplusplus.com/forum/lo... (by Reeceboy1299)
by Tresky
Writing Large Programs
 
Anyone wanna share their techniques for writing large programs? Programs such as RPGs (or any type of game), word processors, libraries, anything bigger than th...
[4 replies] Last: [quote=Veltas]I still feel like I haven't written any really large pro... (by LB)
by bewfy
MyString Project... This is for a school project.
 
Here are my guidelines: You will implement and test a class called MyString. Each MyString object keeps track of a sequence of characters, similar to the stand...
[12 replies] Last: I just joined this site, and am looking to better myself in writting c... (by bewfy)
Impossibillity? (1,2,3,4)
 
The only thing impossible is impossibility. Agreed?
[65 replies] Last: @Disch: :) I had a feeling that edit link would make me laugh. (by Lowest0ne)
SC2: HotS
 
Who else is excited? If you're not already, go watch this and change your mind: http://www.youtube.com/watch?v=MVbeoSPqRs4
[14 replies] Last: I didn't know they were free, might sign up and try it after all. Th... (by BHX)
Can anyone help explain how to use patterns and frameworks to write more efficecient code...for beginners
 
Especially with concurrency and networking Yesterday a beginner was struggling with a switch statement for a text based game, I told him to use a main loop for...
[7 replies] Last: http://www.youtube.com/watch?v=0kpSiitk4eI here is a semi good video t... (by closed account 3qX21hU5)
Weird stack problem
 
For my data structures class we've been given a weird stack problem. Not sure what he's wanting. Here's the gist of it: We're given an array with each element ...
[7 replies] Last: It is basically a singly linked list with each link being an index int... (by cire)
Why do People Judge by Age? (1,2,3)
 
I'm really getting angry by this. I'm 12 and I get a whole lot of idiots saying I suck and I'm a 'script-kiddie'. I'm getting sick and tired of people who claim...
[40 replies] Last: [quote=Fredbill30]I think this topic is solved, but one question - is ... (by Veltas)
Visual C++
 
Has anybody else experienced problem when trying to create a Win32 Console Application in Microsoft Visual C++ 2010?
[2 replies] Last: ^^This. I only ever create blank projects for VC++ and then just set i... (by ResidentBiscuit)
by geran6
Text system for a game
 
Are there any good tutorials on creating a text system for games? Or better yet has anyone on these boards ever developed such a thing and can you give me some ...
[9 replies] Last: Well most people make their own bitmaps/pcx/ttf fonts for their games ... (by BHX)
March 2013 Pages: 1... 45678
  Archived months: [feb2013] [apr2013]

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