Beginners - September 2013 (Page 9)

by jay16
Cant figure out my Error
 
i cant understand what is my error on my program #include<iostream> #include<string> using na...
[3 replies] Last: Thank you :) (by jay16)
please suggest me solution
 
I am trying to multiply 2 matrix of 6x6. But in Result i am getting 00000..... #include <ios...
[6 replies] Last: since you want decimal, you use float and you can use std::setpreci... (by nvrmnd)
L4> a way to make a cout out disappear
 
Is there a way to make a cout disappear after a few seconds before the user inputs anything? exam...
[4 replies] Last: <chrono> and <thread> require C++11. Make sure you have it enabled fo... (by cire)
by stdeez
Binary Tree Class
 
stack class #include <cstdlib> template<class type> struct node{ type data; node...
[3 replies] Last: The STL std::stack doesn't return the element when popping it, it just... (by maeriden)
C++ (Write an interactive text based menu interface (using a loop)
 
Write an interactive text based menu interface (using a loop) that will allow the user to: Enter a ...
[1 reply] : read the requirements more carefully. [quote=requirements ]Therefore,... (by coder777)
i cant end my program!
 
i cant quit if i use choice !='q' it will loop if i use choice =='q' it will end after any other g...
[2 replies] Last: cout<<"Enter <v>vote <r> result and <q> quit : "; cin >> choice2; if ... (by keskiverto)
valid or invalid pointer
 
Hello Forum, How do we distinguish between the valid and invalid pointer ? Check the following...
[2 replies] Last: Semantically, the null pointer is the only pointer that with certainty... (by keskiverto)
c++ program
 
can i ask how to put a total number of voters in my code... #include <iostream> #define N 3 ...
[1 reply] : Code tags would make commenting easier. "total voters" as in "total n... (by keskiverto)
by pixilz
Help with Default Constructor Causing error
 
I have a class called MyEmployee it's purpose is to store different information about the employees....
[2 replies] Last: Thank you that helped a ton! (by pixilz)
help plllsss.
 
Write your question here. pls help me im having an error after executing it #include<iostream> #in...
[2 replies] Last: maybe his a colleague with the same problem (by ravenxish)
Noob I/O Error
 
Hi, im new and i was triying to make up a basic grading program so i could use some ifs you know bu...
[2 replies] Last: lol what thanks i ll give it a check thanks for your hint :) (by segurivirix)
Cannot Compile Simple Program -- Cannot Load iostream (Loading DLL Error)
 
I just installed MSVS2008. I get the following error: 1>------ Build started: Project: test_project...
[no replies]
Cannot convert double to double*
 
I am getting an error for two different lines in my code. Both stating I cannot convert double to do...
[2 replies] Last: That worked thank you. (by mangodown)
Writing in to a specific window! Please help!
 
What I'm trying to do is simple, although it isnt. What I want to do is write to an open window. I...
[6 replies] Last: looks like some good info. Thanks for pointing me in the right direct... (by Newlance)
Values larger than 2^64
 
Hi If a register is 64 bits wide then the maximum value that can be stored in that register is 2^...
[9 replies] Last: If you want to check how inaccurate is working with doubles, try somet... (by ats15)
Burning songs for CD's? Programming
 
Can someone please help me get started on this code? You are burning some music CDs for a party. Yo...
[no replies]
i have no clue on how to create this program
 
I am suppose to write a program that uses one variable int n and asks the user to input an even numb...
[9 replies] Last: Depends what you expect from your program behavior if the users en... (by eyenrique)
Seems like I have over-engineered my program
 
For an assignment, I wrote a program that does something like this: This program sums the series ...
[5 replies] Last: Thanks to both of you, Chevril and JLBorges. (by jumpinmp)
by davef
loop questions
 
So we just started learning loops and were give an assignment. The instructor started us out with a ...
[2 replies] Last: Oh, wow. Thanks for ending my hours of frustration!! :-) (by davef)
getline issue
 
hey all, I am really new to computer programing. I have to take an intro to C++ course in order to g...
[2 replies] Last: Your first few lines should look like this cout << "Please enter yo... (by jumpinmp)
September 2013 Pages: 1... 7891011... 64
  Archived months: [aug2013] [oct2013]

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