Beginners - November 2011 (Page 12)

Displaying letters slowly on screen. Typing effect?
 
I am doing a little assignment and came up with a grand idea (lol) of doing a typing effect on the s...
[6 replies] Last: c++ is not getting in full screen in win 7 it shows the message " the ... (by mandhanaM)
library defined function and ..
 
what is the diff b/t std run time lib defined function printf() and normal printf() plz...
[no replies]
define a class with variables in one line?
 
basically what I want is: class test { int var1; int var2; }; int main { t...
[6 replies] Last: Stewbond's second code block is wrong. This should work better class ... (by Peter87)
by dm6
--x x-- ??????? help?
 
Hey guys, still anewbie here, someone was really helpful before! can someone please explain this to...
[3 replies] Last: It is a bit misleading to say it decrements after it returns. It actua... (by Mathhead200)
by tonnot
How access to a method of base class of a superclass inside a class....
 
I have : Class A Class B : extending A and Z Class C : extending A and Z ... Class M : extending A...
[4 replies] Last: I agree, I think either you are confused about your program design (or... (by Mathhead200)
by nebula
How make my program idiot-proof?
 
Hello guys. I wanted to know how to make my program safe against lazy people. For example, let's say...
[2 replies] Last: I use strings to get my integers, and a stringstream to convert them..... (by Cuddlebuddie928)
HOW TO CREAT PROJECT EXE
 
I install codeblock with IDE, i want to work on this project( http://www.tightvnc.com/download.php )...
[no replies]
by gh24
Input Through Command Prompt
 
I am currently reading an input file into my code using ifstream input_file("data.txt") where da...
[16 replies] Last: I want to read a data file and make a vector of vectors with that data... (by gh24)
Help Two Dimensional Array Searching
 
Is there anyway that I can search my text file through this two dimensional array so that I can make...
[no replies]
Working with Binary Files
 
I am have never had to work with binary files before and am completely in the dark when it comes to ...
[no replies]
ASCII Artwork and RLE code
 
Ok I am trying to make a program that will decode and run RLE code for ASCII artwork. We are suppose...
[11 replies] Last: Yeah, shift line 2 to after you've accepted number of rows and columns... (by Caprico)
side by side visual studio installations
 
I have been working with Visual Studio 2008 for a while now on one machine and VS 2010 Ult on anothe...
[3 replies] Last: I haven't experienced any such problems. The VS 9.0 projects stay like... (by helios)
fraction class
 
For some reason, I can not get my bool functions to work. When I take those parts out. The program w...
[4 replies] Last: Heh...yeah, we all get to that point where staring at a problem no lon... (by mzimmers)
Assistance with a singly-linked list of vectors of strings sorted using bubble sort
 
removed
[no replies]
Help One Dimension File Read
 
Can someone help me in figuring out the proper test parameters so that I'm able to output the first ...
[no replies]
Help Two Dimensional Array File Read
 
Can someone tell me why my input file will not read to my two-dimensional dynamic array? int main(...
[5 replies] Last: I found the problem. Thanks for the help. It should but it keeps giv... (by Asura20)
HELP Simplifying this...
 
HELP Simplifying this, have been told i need to use an array although im new to C++ so am a little c...
[10 replies] Last: What happened to the "don't give straight answers," policy xD (by ascii)
Question about multi-dim arrays
 
So I' am working on this side project for fun here. I' am using a multi-dimensional array throughout...
[no replies]
Point of classes
 
The following is in "C++ Programming for Game Developers - Module I" from Gameinstitute.com Third...
[3 replies] Last: I see. So it prevents a programmer from assigning values to data membe... (by Lvl80RetPaladin)
by vlc25
error invalid aunary in small program
 
Hi I am trying to compile a program and receive 2 errors. One is on line 22 which stats "invalid typ...
[7 replies] Last: Yes. As I said, you just need to change the name of the variable q li... (by ascii)
November 2011 Pages: 1... 1011121314... 65
  Archived months: [oct2011] [dec2011]

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