Beginners - November 2017 (Page 26)

by gabghs
how to define
 
the question was Read one by one the characters of a sequence of characters ended by a point ". , A...
[3 replies] Last: thx very much it worked (by gabghs)
string stream and vectors in cpp
 
Could anybody solve this program work for every input we give to extract them and printing them by u...
[4 replies] Last: I think you already understand most of it? It uses some similar or sam... (by Chervil)
undeclared identifier
 
I am trying to define my own class and use them in a program with openCV to create a minimum spannin...
[3 replies] Last: try this and post the errors you get #include <opencv2/opencv.hpp> #... (by closed account SECMoG1T)
Display array in ascending order
 
So I'm able to display the values in ascending order, but my problem is that it's displaying all of ...
[4 replies] Last: Yes. (I've failed to post twice now. Lets see if this one comes throug... (by keskiverto)
public inheritance question
 
I thought public inheritance only inherited protected and public. Does it also inherit private, but ...
[2 replies] Last: we just can't access them as we normally would? More or less: we can... (by Enoizat)
by dms99
Arrays
 
Imagine you had a travel scheme where by for every city you visited you had a mapping of what city y...
[1 reply] : Please, do not doublepost. Other thread: http://www.cplusplus.com/foru... (by keskiverto)
by dms99
Trouble with Arrays!!! PLEASE HELP
 
In this program, the user will enter two digit positive and negative integers (i.e. -99 to +99) but ...
[1 reply] : Please, do not doublepost. Other thread: http://www.cplusplus.com/for... (by keskiverto)
by MegsD
C++ LinkLabel in VStudio
 
Hello I'm making a Windows Form App and I wanted to link websites that helped me finish it. In a...
[1 reply] : One way to do it is to use the same event handler for each linklabel. ... (by Thomas1965)
Creating and sorting two arrays
 
So i am supposed to be creating a program that will create two sets of arrays. Each array will have ...
[1 reply] : Hello roids55, First you need to include the proper header files for ... (by Handy Andy)
How can i see if a certain identifier is valid in code...
 
I am still learning about loops but for example i know 32four is not a legal identifier and if i jus...
[1 reply] : I don't understand the question. What's the difference between "typing... (by helios)
by wnp007
Operator overloading
 
I am trying to overload the extraction operator for my rationals class to be able to accept input as...
[3 replies] Last: Not really; well, not yet anyway. Have you looked at the string that ... (by kbw)
by Bizzy
Read 2 Triangle Formats from File
 
Hey, so in my c++ class we just started working with classes and I/O streams using .txt files. Basic...
[3 replies] Last: Nevermind, I was able to figure it out. If anyone's interested, this w... (by Bizzy)
Array containing different scopes and access types
 
How would I create one array to contain different scopes and access types such as: Account acc...
[2 replies] Last: you could do it with an array of pointers, but I question your design.... (by jonnin)
Coping Non-Repeating numbers from one array to another.
 
My issue is on line 73 through 99. What i cant seem to figure out is how to loop through an array an...
[1 reply] : Lines 14-15: new int ; // error How many elements are in an array th... (by keskiverto)
c++ bitmap program
 
Thanks in advance. bitmap.cpp in this link https://ufile.io/jm6rb bitmap.h in this link https://u...
[no replies]
Calling data from a file
 
I believe that I have my code ready to go without any errors. The problem I'm encountering is that w...
[6 replies] Last: in what directory is your file located in? (by closed account SECMoG1T)
Help with infile
 
Having a hard time getting my project to read from my txt file. Cannot seem to find the issue maybe ...
[6 replies] Last: And read permissions. (by Repeater)
Hello, i am trying to learn the for loop with asteriks
 
So this is my code, what i am asking is,does outer loop set j to 0 every time outer loop iterates? ...
[3 replies] Last: You seem to have sayi+1 rows. Is that intentional? (by keskiverto)
C++ weirdness
 
Hello everyone, I'm making a game of hangman. I got the original code from err0r1212, and wanted to ...
[2 replies] Last: Actually you will see where the function is used much more clearly if ... (by ericM)
C++ Diane Zak Problem Help
 
Hi guys - I am in an introductory computer programming class and am having difficulties. Here is...
[5 replies] Last: You're missing Repeater 's point. Your if statements only execute if... (by AbstractionAnon)
November 2017 Pages: 1... 2425262728... 33
  Archived months: [oct2017] [dec2017]

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