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 screen, if it is at all possible. For example, in movies w...
[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 clarify the soltion
[no replies]
define a class with variables in one line?
 
basically what I want is: class test { int var1; int var2; }; int main { test v = 2/*var1*/, 5/*var2*/; } is there any similar way ...
[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 me? Just wondering if you know this? What is the diff...
[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 and Z I need to set/use a Z property/method from A. And I ...
[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 I want the user to enter an int. Cause he's dumb, his input...
[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 ) but i dont know how to make single exe or setup file of thi...
[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 data.txt is the name of the input file. I want the input file...
[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 a list of the title of my movies? The following text file c...
[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 reading specific data from the file and manipulating that da...
[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 supposed to use a certain function that will first ask the user for...
[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 another. They are both surprisingly good for an MS product. I ...
[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 works. This is what the output is supposed to be. Any hint...
[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 name of the customer that inputs their ID number. Here is ...
[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() { ifstream inFile("Hey.txt"); inFile.precision(2); inF...
[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 confused :( #include <iostream> #include <fstream> usi...
[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 the project. Now I' am having an issue with actually holdin...
[no replies]
Point of classes
 
The following is in "C++ Programming for Game Developers - Module I" from Gameinstitute.com Third, data can be encapsulated with object-oriented programming....
[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 type argument of aunary" and line 22 "declaration of double pa ...
[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.