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 ...
[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 u...
[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)...
[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 cla...
[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? an...
[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 L...
[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, t...
[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 i...
[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....
[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 becaus...
[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 h...
[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 i...
[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, di...
[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 ...
[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 sca...
[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,...
[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 m...
[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 use...
[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 s...
[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.