Beginners - March 2013 (Page 63)

C1075 Error
 
I'm trying to compile a CHUMP program and keep getting this error message 1>CHUMP_Quality_Control...
[1 reply] : YOu have 9 opening brackets and 8 closing. Figure the rest. (by MiiNiPaa)
Array help
 
I am generating random characters (A-Z) and I am trying to figure out how to count the amount of tim...
[1 reply] : const int NbLetters = 'Z' - 'A' + 1; // It'll be 26 int CharCount =... (by Stewbond)
file stream errors
 
For this portion of my code: void openFiles(ifstream& fileIn, ofstream& fileOut, string cityName) ...
[9 replies] Last: The code you posted should work perfectly fine and it should not be sk... (by closed account 3qX21hU5)
Fun with Structs
 
Hey guys it's me again, with another fun assignment from my instructor. Although this time, I can ac...
[6 replies] Last: That seemed to have done the trick. Thank you much, and a big thanks t... (by sirjames2004)
OpenGL Download/Setup?
 
I have the latest drivers for my video card. Now I'm trying to find a decent tutorial on how to set ...
[no replies]
drawRectangle() ISSUE!
 
Hello, before I explain my problem I just wanted to say that I am quiet new to the programming. I...
[3 replies] Last: I would really appreciate any help or just a point into right directio... (by opProgrammer)
Write indefinite loop inside of input and switch functions?
 
I am a beginner student in javascript and html. I am supposed to use/write an indefinite loop allow...
[2 replies] Last: Like I said, I'm strictly a beginner, I was just relaying my instructo... (by Jessica7695)
Random Variable
 
I'm new to programming in C++ and I'm trying to figure out how to choose a random variable out of a ...
[4 replies] Last: It works now. Thanks. (by The Wizard)
array programs
 
Need to write two programs and pretty lost. Been home sick for the past week due to eating seafood (...
[3 replies] Last: I tried the second code, but I'm not sure if this is right, I keep get... (by closed account oj87ko23)
Trouble with inputing a data file into a class
 
I'm having a hard time doing this. I am supposed to be getting data from a data file and inputting i...
[8 replies] Last: Are you unfamiliar with the term "indentation?" The error it shows w... (by cire)
Help me swap values using pointers
 
So i'm reading my c++ book and it describes how to swap two values using pointers, it gives an examp...
[2 replies] Last: Ok thank you that it explains it. (by max utley)
swap
 
Hello.. what is the pb here #include <iostream> using namespace std; void swap(int a, int ...
[6 replies] Last: No, it can't. void denotes that the function won't return a value.... (by MrHutch)
Problem creating a linked list?
 
So the actual text file that will be used with the program is a lot larger but for now I'm using a s...
[no replies]
Problem with Dev-c++ for windows 8
 
I have a windows 8 operating system and i also use Dev c++ as my compiler, but last time i tried to ...
[no replies]
private string setters and getters
 
In an effort to understand setter and getter better I did a tutorial on youtube. I don't think I m...
[18 replies] Last: Thank you Anon!! I actually searched around and found little informat... (by Lynx876)
by blakeb
String error?
 
Hi, I have another issue with a sample excercise. Here is my code: string s; double op1, o...
[2 replies] Last: I would change your string variable to a char. I believe that a statem... (by Yanson)
Requesting a review
 
Hello everyone, This is my second year of learning c++ in college. To be honest, all I would l...
[2 replies] Last: Thank you! That makes perfect sense. All I was doing before was increa... (by Atokensis)
SDL Surface
 
Why do you need to SDL_Surface* Surface , why can't you just use SDL_Surface . Isn't * a pointer...
[3 replies] Last: Indeed it is much to do with the way things are passed around. Note S... (by closed account 3CXz8vqX)
private objects
 
Hello!, im trying to create a matrix of chars, but i get an error of "char object::mat ’ is priv...
[6 replies] Last: Thankyou, i fixed didnt realise that i was compiling with gcc instead ... (by frankowzki)
by imzack
UART
 
Hello, I need to input data from a joystick to my computer. I want to do this with a C program...
[no replies]
March 2013 Pages: 1... 6162636465... 87
  Archived months: [feb2013] [apr2013]

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