Beginners (Page 5)

Kaspersky detects my program as a virus?!
 
Every time I try to debug my program in Visual C++ 2010 Express I get a message from Kaspersky sayin...
[no replies]
NEED HELP for my first C++ homework
 
I need to write a programme which continuously requests a grade to be entered. If the grade is less ...
[5 replies] Last: Here are some examples of averaging a grade: #include <cstdio> #inc... (by greenleaf800073)
Creating String from Char & Int
 
Hello, I have been working on a program that outputs various chars and ints, but I need a way to put...
[no replies]
Problem Understanding Arduino Code
 
First off I want to list my code that I've typed up on the Arduino interface. // Programmer: S...
[2 replies] Last: I'm just pushing it down and then releasing it. It's not a button that... (by shanecy)
I cannot understand the errror codes
 
I am doing a project that validates the date that is inputed. I have most of the project done. Accou...
[1 reply] : Next time, put your code in code tags like this: <insert code here> ... (by macrowav3)
How to make sieve of eratosthenes more efficient?
 
My implementation was this: const long long primesupto=20000000; vector<int> primesarr(prime...
[1 reply] : If you want a specific prime then you should use a direct approach lik... (by Veltas)
Constructors are kicking me in the rear! (1,2)
 
Ok, I just started my c++ level two class, after a six year break from level one. I'm not allowed to...
[33 replies] Last: Cool, I'm surprised I actually did something right for a change. Thank... (by xanthian23)
by ka4aka
Please help is very important and its for tomorrow!!!
 
Task: Code Assignment Provide the definitions for the following class declaration and then write a ...
[no replies]
Overloading Arithmetic Operators
 
So I am making a rational number class. Ive got it most of the way done accept when I use the + oper...
[9 replies] Last: Ok I read over the copy constructor material... Just not getting it. (by xarrtarrant)
Operator overloading woes: cin>>
 
Operator overloading seems to keep tripping me up. Here's my task (this is the same task as in my ot...
[15 replies] Last: GOT IT! Haha, m had to be set to the size of the integer, not zero. T... (by INeedAHero)
difference between function header and function signature
 
hey, can someone explain to me what the difference is between function header and function signature...
[no replies]
by chenzy
reading .txt file is killing me!!
 
I am confusing about how to read a .txt file of infix expression . I want to read this file and,,,, ...
[no replies]
Help with battle sequences in Pokemon style game
 
Hi, I'm new to the forums and c++. I'm creating a Pokemon style game and I'm trying to figure out a ...
[no replies]
arrays
 
need to write a program that asks for up to 50 test scores entered on the same line separated by a s...
[no replies]
Converting Strings to c strings?
 
Hey everyone, I'm currently trying to re-create the String Class for, well, class, and I'm runnin...
[no replies]
by Prax
Divide n conquer algo
 
I am using a divide and conquer method to divide an array till it contains only 4 elements or less ,...
[5 replies] Last: I could run the below code for 16 elements but when the elements in th... (by Prax)
by Addy09
CodeBlocks .exe problem
 
Hello, I have a problem, maybe someone can help me or at least tell that is not working. So I'm writ...
[1 reply] : The window will close down when the program ends. If you start the pro... (by Peter87)
by aminaa
class
 
#include<iostream> using namespace std; class A{ ...
[2 replies] Last: thank you so so much :) you are very helpful (by aminaa)
by jc4bs
Having Trouble with Nested Loops
 
I am writing a code that utilizes a nested loop, just one for loop inside another. Within the inner ...
[2 replies] Last: I have located the problem. For some reason, (text == text ) is alway... (by jc4bs)
I cannot get the correct inputs.
 
I am currently working on a project that requires me to make a program that validates a date, with t...
[1 reply] : Ok, some of this syntax doesn't make sense, let's make this program a ... (by swigganicks)
Pages: 1... 34567... 78
  Archived months: [dec2012]

Cannot post in this page. To post a new message, go to the first page.