Beginners - August 2012 (Page 34)

by MK1
Visual Basic Open File Dialog
 
Hi , I Working into my secondary tool for gta san andreas the game . But I Has A Problem into Open File Dialog And I Watch Many Video About it But Also The Sam...
[4 replies] Last: It's certainly not on the CPlusPlus website. If it wasn't apparent eno... (by Nexius)
Greetings!
 
Hello! I am a beginner here and I want to learn about programming here. Anyone could help me?
[2 replies] Last: http://thenewboston.org/list.php?cat=16 These tutorials will help you ... (by Nexius)
Comparing strings in a vector
 
The following is code from one of my functions. This particular function's goal is to get how many users are playing, and to get all of their names. If two or m...
[1 reply] : Never mind. I see ny mistake with players.pop-back(). (by AlitCandle)
Need a new set of eyes for this .
 
1>c:\users\lauren\documents\visual studio 2010\projects\mybankingsystem\mybankingsystem\main.cpp(42): error C2039: 'DeleteAccount' : is not a member of 'Banking...
[5 replies] Last: The string accountName was someone else's idea and instead of changing... (by Volatile Pulse)
Weird Template Friends Question
 
I'm trying to program a template class that has a template friend function. I managed to get the class to work, but I'm not sure why it works. First, I'll post ...
[2 replies] Last: Ah, that makes sense. Originally I was trying to overload the friend t... (by xDarkDatax)
ifstream infile>>enum does not work. Why?
 
For some reason I can input all data form infile, except enum datatype , Anyone has any idea why? and how to correct it? void sortRating() { int index, ...
[5 replies] Last: Thanks Peter, you are right,, I stored it as a string in the file,, I ... (by closed account Sh59216C)
Error LNK...New to including separate header and cpp files
 
Before this, I want to let you know I am using Visual Studio. My problem is fighter.obj : error LNK2005: "public: __thiscall fighter::fighter(void)" (??0figh...
[2 replies] Last: Thanks (by AlitCandle)
by wohtp
Compiler refuses to believe that I pass a type to the vector template
 
I am writing a text-based minesweeper. My idea is to implement the grid using vector of a vector, to get the two-dimensional indexing to work. The header look...
[6 replies] Last: n-dimensional arrays aren't typical, specifically because n-dimensions... (by Volatile Pulse)
Trouble looping back to main menu
 
I'm trying to get my program to ask the user if they would like to return to the "main menu" after it has completed a calculation, but I can't figure out how to...
[5 replies] Last: Thank you everyone for the replies. I got it working. (by sicotic87)
function to return a integer to print back in main
 
Hello, i'm trying to get the function to return a digit 0 for winner 1 for loser and 2 for a draw. so i could print the message if 5 7 12 it print winner i...
[2 replies] Last: thank you :) i see it more clearly now thank you for informing me a... (by Brooklyn)
What am I doing wrong with my separate header file?
 
I'm using VS, so all the linking is automatic. This is what I'm having trouble with. It is because of the string name; code there, but I can't figure out wh...
[1 reply] : You need to #include <string> like you said. Also, string is in the... (by firedraco)
by mahiya
sudoku c++
 
hey guys so i have this sudoku solver. the code is right and it works very well. my problem is the how do i insert a function that will output a partially fille...
[4 replies] Last: thanks guys (by mahiya)
cin.getline problem
 
I tried to write a password encode program,but the it doesn't seem to let me enter the string.Here is a part of the program in main(). cout << "Please select...
[3 replies] Last: You need to use string (by dnd123)
Advancing..
 
hello ive recently read a dummies guide on c++ in which i learned about different variable types, different operators, looping and other basic stuff, i was wond...
[1 reply] : I would recommend you get Code::Blocks. Since you are not going to be... (by IWishIKnew)
Query Regarding Execution of Batch File
 
Hi, I am a newbee I have a qurey that i have a batch file contains .exe file i need to run the file i am using System and shell commands when i am ...
[2 replies] Last: nice. Now can you write that question with periods, commas, and capit... (by IWishIKnew)
by gem
scanf
 
I am very new to C and have written the following program. I believe there is a problem with my scanf function because the program crashes after entering the s...
[6 replies] Last: Thank you all for your help. I have changed all %i to %d, but the pro... (by gem)
Visual C++ errors and switch statement
 
Hello, I am a beginner c++ programmer that is just taking it slow and learning concepts, syntax, and rules. I am working on a Mortgage calculator that runs ...
[2 replies] Last: Thanks for the help appreciate it. (by mattleon09)
by kevoh
Tic-Tac-Toe with a twist
 
I'm done with my tic-tac-toe program, but now I want to ask a simple question to the winner of the match to make the victory absolute. Would I need a while loop...
[1 reply] : To answer your second question: 1. Make better use of classes and fu... (by PadreDoom)
Learning to use direct access in .txt. Help!
 
I am trying different ways to change data in a .txt file by using direct access which I have not used before. Here is the code: #include <iostream> #include <...
[2 replies] Last: Thank you, I use Visual studio 2010 and I will try using the breakpoin... (by Zerpent)
by revots
Logical Error in Heapsort C++
 
I was trying to make a program to dynamically size an array, take an input to that array, and then sort the array. I have not implemented any user error checkin...
[3 replies] Last: Sorry if I am unclear. I have never asked questions in a forum before.... (by revots)
August 2012 Pages: 1... 3233343536... 45
  Archived months: [jul2012] [sep2012]

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