Beginners - March 2010 (Page 33)

Die rolller game assistance
 
How do I add another Function and make this game loop I want to use a while loop //Nicholas Crowe...
[1 reply] : i dont get it if you want to make the game loop just add a while loop ... (by Cshark)
Unordered Array Lists
 
I am looking for some opinions on this. Any help on efficiency and pointers is greatly valued. ...
[8 replies] Last: If you have get functions that just return value do they automaticall... (by Disch)
Functions
 
I'm trying to to make a program that displays other functions that displays other functions. To do t...
[3 replies] Last: Ok thanks! :) (by wander95)
Dealing with Data files - Introduction needed
 
Hello. If you have seen my posts before, I am a beginner programmer in college. We are dealing wit...
[2 replies] Last: I always thought of this as the containers section: http://www.cplusp... (by firedraco)
pointer problem
 
i have a program here. it is currently working the only problem is it gives the wrong answer #i...
[4 replies] Last: can you show the revised code, and please use code tags. (by gcampton)
Pointers and Dynamic Arrays
 
I have been working on a homework problem for my C++ class and have been having trouble. The problem...
[4 replies] Last: Ah, of course! Thank you. (by aaronde)
by b33p
inFile txt saving
 
Hi guys, I have to write a program that asks for the month year and total income for a month and it ...
[2 replies] Last: #include <iostream> #include <fstream> using namespace std; ... (by Computergeek01)
by Cshark
Whats wrong with this code?(only 28 lines)
 
Im trying to write a program that opens a text file(with stuff already written on it) and then chang...
[2 replies] Last: Thanks everyone for all your help but a friend of mine told me of anot... (by Cshark)
by Wylbur
Compiling Multiple Code Files
 
Hi all; I'm new to building CLR Console apps, so I have a very simple issue that I'm sure that...
[2 replies] Last: Hi Hamsterman; Then there is no other way? What about an objec... (by Wylbur)
by wasabi
while ( a >> b) ?
 
I am debugging a friend's code and don't understand the following statement: while( (istringstream...
[2 replies] Last: Btw, you probably shouldn't include the types like that, since as it i... (by firedraco)
by Tomdon
trouble with for loop and ASCII encryption; just about done
 
So I have all this code and just one more thing to figure out. I have to input text. Then text is ...
[3 replies] Last: Indentation please. (by firedraco)
double outputs in while
 
//On-the-fly variable definitions #include <iostream> using namespace std; int main() { { /...
[7 replies] Last: thaks for your patience and response guys :) (by foobarbaz)
by dh2010
Find text in string...
 
Hi, I want to find a string which should have been added before in a while procedure: CString...
[12 replies] Last: QFT = Quoted For Truth (by Zhuge)
by DBarzo
[stringstream] How to insert elements at beginning
 
Hi, I have a stringstream and I need to add something to the beginning of it. Is possible doing ...
[3 replies] Last: Thanks a lot!! Daniele. (by DBarzo)
Referencing of a value
 
I am new to C++ and have some doubts regarding referencing of values. I am giving an example below ...
[1 reply] : In this case & has nothing to do with & that returns an address. int& ... (by hamsterman)
ofstream infinite loop
 
i ran into a bit of a problem, and after reading the tutorials on streams, i couldn't figure out how...
[2 replies] Last: you are writing to the file while you want to read from it! Use opera... (by dionisis)
Manipulating data members?
 
I'm trying to design a class called "Weight" which is made up of a double datatype (for the magnitud...
[7 replies] Last: getunit() should also return a reference to the char or you would end ... (by Warnis)
#include "Matrix.h" gives an error but "matrix.cpp" doesn't?
 
hello, this is my first post so forgive me if i did anything wrong. so i tried to create a simple...
[6 replies] Last: I've added a link to a previous thread on preinstantiated templates th... (by kbw)
Console RPG problem
 
Hi , i am tring to do a console RPG using Visual C++. Here is my source code #include <iostream>...
[3 replies] Last: No it's not. Those strings are doing nothing, your indentation is all ... (by chrisname)
Using Char For Menu Selection
 
Hi everyone. I'm basically making a "logger" program that takes data input by the user and creates ...
[8 replies] Last: Thanks guys. The double quotes/single quotes were my initial error. ... (by Kingtrunks)
March 2010 Pages: 1... 31323334
  Archived months: [feb2010] [apr2010]

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