Beginners - November 2013 (Page 17)

by hilft
Inheritance question
 
As I compile and run this code, I get storage=3 and safe=5 I understand how storage is 3, but I don'...
[2 replies] Last: thank you so much! (by hilft)
by Oxage
Newbie While Loop problem
 
I'm going through a C++ book right now and it has exercises at the end each chapter. Not sure where ...
[4 replies] Last: Heh, ok I understand you now thank you guy's so much. (by Oxage)
One problem for Monte Carlo Programming
 
Problem: Try this out for a variety of n and tell me how large of an n you needed to get an approxim...
[2 replies] Last: Anyone can help me to solve this problem? (by qwer3200)
by Garion
A very simple header file
 
I've been trying to learn how to use header files because they seem incredibly useful. I am having d...
[4 replies] Last: thanks you!! it works now :) I messed around and it seems I can put a... (by Garion)
Classes, LEDs, and Optimization
 
I am building a program that will manage the colors of LEDs. Would my program run faster if their we...
[no replies]
by RabMac
Help Understanding Recursion
 
Hi, I am trying to work out how this function works but feel I am missing something as I can't un...
[9 replies] Last: Cheers for the info Chervil. I have not programmed since leaving univ... (by RabMac)
by zENZEz
Can't find my memory leak
 
Hey, guys! I've been checking my program and found lots of them :S But I can't see where the problem...
[1 reply] : Found it, it was the delete tempTwo; that was missing :) (by zENZEz)
by Nefri
Time in string to int
 
Hello, i have problem with converting time in string to int. I have string="9:00-10:30" or anythin...
[4 replies] Last: when i write char s = arrayc it output error. What about char s ... (by Chervil)
C++ programming problem
 
C++ help with Simple Program? I'm a beginner and I am having difficulty with this problem: W...
[6 replies] Last: @Fluppe: Also, mabey you shouldn't assume the first element is a '3'.... (by IWishIKnew)
bool help
 
Had to write a program that plays a card game. I can't seem to get my logic to work for when it is t...
[6 replies] Last: Granted, but: line 33: indent the nested while loop, and any other ne... (by IWishIKnew)
Class + Vector (OOP problem)
 
Im new to oop and vector. This is what im experimenting, but I've got a runtime error instead. I wou...
[2 replies] Last: The real problem here is that in your display function: [code firstl... (by long double main)
help with classes and structs
 
this is the instructions for the program: You are to implement a program that uses both a Array-...
[2 replies] Last: I realize my question might have been a bit ambiguous. I think I know ... (by byronflds)
by Xesna
Order Status
 
The DEV C++ tends to stop working when it get to void displayOrder . I'm wondering what I did wrong...
[5 replies] Last: I'm running the code every time and the moment it encounters: The nu... (by Xesna)
Magic Trick
 
Im trying to do a Magic Trick using C++ Programming. Can anybody give me a magic trick that can conv...
[10 replies] Last: I need it in c++ form. (by jakesweater)
by dp13
Not reading or allowing operations
 
I have two errors I don't understand. The first is cin will not read the struct member being pass...
[no replies]
by craZee
Program Closes After Inputting Value
 
I'm writing a program for which I'm having a lil' trouble. While the code doesn't seem to bring up a...
[6 replies] Last: That did it. :) Thank you so much Chervil! Abstraction and minuss as w... (by craZee)
Student Programmer, help with math step (1,2)
 
I am writing a program for class were the user earns 1 for the first day of work and 2 pennies on th...
[24 replies] Last: One more problem with this program. I am using user input validation. ... (by kmartar)
Help me with the string program please, urgent.
 
Hello everyone I'm trying to write a program that changes a vowel in a string input to a number but ...
[2 replies] Last: I did write it, but I really dont understand two things, firstly how c... (by Guney Sungar)
string c++
 
Write a program that will find the first occurance of the given keyword in the given text. I have i...
[1 reply] : Well, by definition, if the search is successful, the word found must ... (by Chervil)
Sending Keys + Mouse Clicks in other Application
 
Write your question here. Hi Guys, Can you help me making a School Project that Send Keys and M...
[no replies]
November 2013 Pages: 1... 1516171819... 80
  Archived months: [oct2013] [dec2013]

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