Beginners - February 2013 (Page 53)

Simple Program with Vague Error
 
error: expected unqualified-id before '{' token| I'm recieving this error on the line where my fi...
[1 reply] : I have tried a number of things, including removing the ; from int ma... (by shacktar)
Help with character array
 
Hello, I am seriously stuck on this part of my program in which I have to insert a character into th...
[7 replies] Last: bump (by sh129951)
Character Array
 
I have been attempting this function for the past two days and can not seem to figure it out. v...
[1 reply] : One problem is that size is not an argument so unless it's a global,... (by AbstractionAnon)
by Niven
How do I set a programs search directories?
 
Basically, How do I tell my program to look in a certain place for any files (images, data, etc.) th...
[7 replies] Last: Ok thanks; however, upon further research it seems that the problem I ... (by Niven)
by Pebble
For Loop
 
This is a piece of code from a book that wont compile. It report's index was not declared in this s...
[2 replies] Last: Thank's maeriden. (by Pebble)
temperature conversion
 
I'm having issues getting this to run. im sure its a stupid mistake... anyone have any ideas? its su...
[no replies]
the bubble problem help
 
#include <iostream> using namespace std; void sort(int array, int length); int main() { ...
[3 replies] Last: Make the prototype and the definition match. (by Zhuge)
How to recognise a shape in a grid (multidimensional arrays)
 
So guys, say you have a tic-tac-toe game which already works. When is the winner declared? When you ...
[3 replies] Last: Anyone else have any ideas? If my question is too vague then I'll try ... (by WhiteWind)
Converting text to Pig Latin issue
 
Hi, I'm sort of new to C++, and need to write a code that converts text from an input file to pig la...
[4 replies] Last: Oh man, wow. I feel like an idiot. I didn't notice I had the wrong var... (by nbonzani)
My class syntax is invalid - but I don't understand!!!
 
Here's the code - it says unresolved symbol. #include <iostream> #include <time> class PAINTER { p...
[5 replies] Last: Some indenting in the code would help, too! (by jim80y)
How can i find the median from a vector with even number of values?
 
So ive been working on a C++ project for my college course for a few days now where we need to input...
[1 reply] : If vector.size() is even, the middle two values are at vector.size()/2... (by Zhuge)
tax program helppp pleasee
 
i just started with C++ program so i know very little programming . i have to make a program that c...
[no replies]
inputing text files into arrays
 
I am working on some college work and having an issue with my assignment. The problem I am having is...
[2 replies] Last: Thanks for the help. (by powah2players)
Char array wierd characters
 
CODE: #include <iostream> using namespace std; void testfunc(char* outStr) { //char str ; for(...
[4 replies] Last: thx got it working, btw sorry I took so long to reply (by Retrokin)
Looking for some assistance with C++
 
Hello everyone im new to this forum, My names Matt and im interested to see if anyone can help me o...
[2 replies] Last: 1. Write a program to manage DVD rental in a video rental store. ... (by closed account 49hpfSEw)
by herold
Good books after clearing the fundamental of c++
 
Hy every one.I'm student of Masters first year.I have completed completed book named "Object Oriente...
[4 replies] Last: I gone throw index of "Teach your self C++" by H.S. But i think it is ... (by herold)
I need to find a free complier
 
Does anyone know when I can get a free complier so I may place my code to hopefully create a new lab...
[9 replies] Last: *nix (by ResidentBiscuit)
Initializing an array with string values
 
Hey all - I'm new here, sorry for the dumb question. For some reason I can't see what I am doing wr...
[3 replies] Last: I'm glad you got it working and was more than happy to help! :) (by snow 56767)
The printbinary()
 
Can somebody help me with the printbinary function the compiler is reporting that its undeclared.i a...
[1 reply] : Uh there is no printbinary() function in the C++ standard library. Is ... (by ResidentBiscuit)
Reset a Variable after a FOR loop
 
Is there a way to reset your variables to its original value after it breaks out of a FOR loop?
[7 replies] Last: Thanks guys, it really helps. (by Frank Stolfi)
February 2013 Pages: 1... 5152535455... 67
  Archived months: [jan2013] [mar2013]

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