Beginners - November 2009 (Page 23)

Not getting any output.
 
this is my homework, but a hint in the right direction would be very helpful. this program is sup...
[3 replies] Last: If you need bigger numbers, you can use long int instead of int . ... (by firedraco)
by VMM9
Minesweeper game - HOMEWORK!
 
I need help with minesweeper game - thanks!
[6 replies] Last: HB88: He never said that we are forbidden to ask for little help XD I... (by VMM9)
C++, member function.
 
is there a way to declare a data in member function? i am making a print function to print the data ...
[9 replies] Last: Remove the tilde from your destructor definition and you'll have it. ... (by Bazzy)
by mo327
Unresolved External Symbol
 
Hello, I have been trying to compile and run a relatively simple program using Microsoft Visual Stud...
[2 replies] Last: The errors I can see are: class Vertex { public: color c; // where... (by Bazzy)
Finding a cycle in a graph
 
I'm given a graph, where the points are connected by edges given by numbers like: 1 3 2 19 8 12...
[2 replies] Last: There is a problem. In fact I've tried this problem a number of ways a... (by barneyTdino)
All possible "if" statements displayed when only one is desired
 
Hello Everyone, This is my first post here. Really digging what I've seen so far in the CPlusPlus...
[4 replies] Last: Whoa, I got totally off base. It runs perfectly now...thanks a ton!!! (by rythmicillusion)
by ztein
program skips through all of the array inputs
 
Writing a program that reads up to 10 donation values into an array of double and must terminate inp...
[6 replies] Last: Got it. Thanks. (by ztein)
by ztein
i/o file not being read completely to console's results
 
The "scores.txt" contains 12 items in the file, that should sum up to 204.5 and have average of 17.0...
[2 replies] Last: Oh right. Thanks. (by ztein)
access error!
 
hey...this is my code. when i compile, there are no errors but when i run my program, there is this ...
[4 replies] Last: thanks so much for the link...i browsed through and it seems very help... (by preetii90)
fread and fwrite.. extra data being written to file
 
hi all, I've been trying to write a simple C program to use fread and fwrite to read some data fr...
[3 replies] Last: The fread () function returns the number of items it read. You should... (by Duthomhas)
C2039 'setprecision' not a member of std
 
I am a beginning programmer. I am doing a program for class and keep getting error codes C2039, C287...
[7 replies] Last: Thanks for your help everyone. I finally got the problem solved. (by reginat1)
Hi People, I would request a few suggestions
 
I'm sorry my english is bad, and I'm using google translate. I'm a beginer C++ programmer. Sug...
[2 replies] Last: Thanks for reply @Duoas, I think learning Qt as the GUI. How abo... (by MikailCOLAK)
by skater
Pancakes Glutton
 
// Pancakes Glutton /* Write a program that asks the user to enter the number of pancakes eaten...
[4 replies] Last: tnx for all the info guys .. will try to use struct now , and YES it i... (by skater)
My Code is too long.
 
I am using xcode, and am writing a proGRam to allow for hotseat chess, and xcode now says that my co...
[1 reply] : See if you left an unclosed string. The file would have to be giganti... (by helios)
How can make class Digram for this!!!
 
The prominent bank in the city, BANK xxxx, intends to install a new automated teller machine (ATM) t...
[2 replies] Last: You could also, ya know, do it yourself? (by firedraco)
by cbeppe
C++ Line Counter
 
Hello and welcome to my first post!! :) I have just started C++ programming and my first project ...
[9 replies] Last: Thanks so much for your help. It works perfectly now, pulling out the ... (by cbeppe)
Convert float to distance
 
Hi all! here is my code(converting float to distance). i try to use operator to solving that. But it...
[3 replies] Last: Thank you Kempofighter! (by chinzoo)
goto statements
 
i have a question about goto statements. i have a program with a loop with multiple if statements in...
[4 replies] Last: ya i got rid of them in the code. my compiler was giving me errors and... (by shadowvillian)
Enhanced Magic Number
 
Hello, I have this Problem Enhance the Magic Number program by telling us if we missed the n...
[12 replies] Last: Perhaps in a Utopian world they are. In the real world, there are a g... (by chrisname)
by bugs
How to use typedef struct tagName
 
Is there any special meaning of "tag" below? typedef struct tagMSG { HWND hwnd; UINT message; ...
[1 reply] : In C, a struct identifier has its own namespace, separate from the r... (by Duthomhas)
November 2009 Pages: 1... 2122232425
  Archived months: [oct2009] [dec2009]

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