Beginners - February 2014 (Page 2)

by ARCH3R
new to C++ need help
 
You are required to declare a one dimensional data structure called Marks that will store six (7) st...
[16 replies] Last: If there's already an if statement you must use else if: if(choice =... (by jasongog)
Displaying content
 
Alright for some reason I cant get my program to dispaly everythign that is in the currect file just...
[4 replies] Last: I mean it looks like it is nor reading the file as a string but as a c... (by ProgramMaster)
by ar2007
problem with vector 2D
 
hello. I try to create a program with std :: vector two-dimensional, and I have a problem. the pro...
[6 replies] Last: hello code777. Thank you for your help. I changed the code and I have ... (by ar2007)
by jortjr
Help
 
I am new to programming and need help figuring out the error in my program. I cant find the error. I...
[2 replies] Last: First of all it's spelled "main" not "mian" (Unless you are of pre-col... (by kooth)
Storing data
 
Alright im making a rgram to log intoa system but I need it to store many things in the same folder,...
[no replies]
by ndat
copy constructor and the definition of it
 
I have some exercises to do in my workbook and I'm stuck on one. it says: A) Write the functio...
[2 replies] Last: Thank you very much (by ndat)
by enemy
struct in stack file
 
Hello! Please, if we have a struct stack in a stack fle, like: struct stack{ char array[int ...
[2 replies] Last: @Catfish666:I believe your right. (by jasongog)
Strings Are Your Friends Until They Betrayed You
 
Hello, today I'm doing the exercise from the forum called "Strings are your friends until they betra...
[5 replies] Last: a) #include string header. Always include headers for classes and func... (by MiiNiPaa)
STRUCTURE AND ARRAY APPLICATION
 
This is my question : Write a single C++ program based on the structures to compute the radii,vol...
[no replies]
Problem with sorting elements from 2D matrix
 
Hello friends, I'm trying to extract from one matrix : m to another a[?] all unique elements. T...
[1 reply] : Store everything in a set. Since your matrix consists of only 1s and 0... (by cubancigar11)
How to view the Real PC Time and Date in A console Application ?
 
Hey , I want a simple code to get the Real Time and date in C++ , also i want to know that is there ...
[2 replies] Last: Thanks :) .. but do you know any methods to set it to the hh:mm:ss for... (by abdohelal)
by doc17
Help Simple program
 
Im suppose to create a program in which i ask user for MPH and time traveled. For example, if a trai...
[2 replies] Last: double vs; // vehicle speed double hours; double ... (by SorinAlex)
very generic questions about setprecision
 
Hi, I've tried looking this up but couldn't find an answer to my question, and decided to post a thr...
[3 replies] Last: #include <iostream> #include <cmath> #include <iomanip> int main () ... (by JLBorges)
compiler says it cannot find <iomanip> file.
 
I am using ChIDE by SoftIntegration. I am trying to use setw() function, and I know that I need the...
[2 replies] Last: Thanks for your advice cire. I got another compiler and I'm back on th... (by wlbrflrs)
Loop Help
 
...
[1 reply] : Yeah because basically you are doing an arithmetic sequence like this:... (by giblit)
A telephone company charges for long distance calls...:
 
A Telephone company charges the following for long distance calls: • .50 per minute for regular r...
[2 replies] Last: Yes, it is in a do-while loop. I don't remember what i was doing there... (by SmallWorld95)
by ljm21
Vector issues
 
Hi so the goal of this program is to find the largest element calling from maxv but for some reason ...
[8 replies] Last: Thank you! (by ljm21)
c++ to c
 
I need this programm what i writed in C++ but i am pready terible and programming and i dont know wh...
[2 replies] Last: Thanks for sharing. (by worldends)
by ccdare
strobj.find(str1,pos), what if position argument is out of the size?
 
Will the following code make the find() search until the string::npos? string l="hello"; l.fi...
[2 replies] Last: thanks! (by ccdare)
by mkory
Few Question About Program
 
Basically that is the task i am trying to accomplish Write a program that reads a token stream from...
[no replies]
February 2014 Pages: 1234... 60
  Archived months: [jan2014] [mar2014]

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