Beginners - February 2017 (Page 7)

need help with loop
 
Can someone please tell me whats wrong with this code it won't run at all /*Problem Statement Writ...
[3 replies] Last: it's fixed now (by BanList)
EXTREME BEGINNER, PROJECT HELP, STRUGGLING
 
Hey guys, I'm still very new to c++ so when receiving this project, I was pretty lost, the lab we di...
[1 reply] : Hello betchapon, Do not think about the whole program at once. Break ... (by Handy Andy)
Number Pattern
 
Anyone know how to make a program for this "1 5 2 4 3 3 4 2 5 1" pattern? I find it difficult. Pleas...
[3 replies] Last: Thank you so muuuuuch! Now I know (by daji121215)
Need help.
 
Is it impossible to make the pyramid pattern without entering a number? #include <iostream> u...
[1 reply] : If you want the size to always be the same set the value for num num... (by SamuelAdams)
by amit51
store the object from my buffer class into the stack class.
 
Write your question here. Can you please help me in fixing this code.How to store the variables fr...
[1 reply] : There are compiler errors which are rather obvious. What is the error ... (by coder777)
How to find project?
 
Hello! Firstly, I am sorry for my English. I am from Russia, I am a student. I am learning C++ no...
[2 replies] Last: There are lot of projects on GitHub you could try (by Thomas1965)
Check if 15 integers are unique (1,2)
 
I am honestly stuck and I am required to have **15 integer variables** and input them and after that...
[32 replies] Last: Wow thanks JLBorges. This is the shortest I have seen :) :) (by fasravo)
strcmp ?
 
Hi, facing some issues, strcmp doesnt seems to work. bool returnScaleText(const char* scaleTe...
[2 replies] Last: @Chervil Long time boss (by ayoesquire)
logical error?
 
Hey guys, i'm a college freshman taking an introductory C++ course. I'm fairly familiar with flow co...
[6 replies] Last: Ill give it a try next time, thanks! (by Phoenixlink1)
by Frenzy
Passing a Dynamic Array of Pointers to a Function
 
Hey guys, so I'm trying to Dynamically Allocate an array of Pointers, and then pass that to a functi...
[4 replies] Last: I'm sorry I did not mention more guys, all the data for Movie_t is com... (by Frenzy)
Removing vector int
 
I want to make a list of twenty integers. Then, I check each one for reapeats. However I think I may...
[8 replies] Last: It's OK gunner I understand and it's no fault of anybody who has respo... (by closed account 48T7M4Gy)
Hello everyone!!
 
Hello everyone.. Hope every1 is fine. This is my very first post in the forum and m a starter n prog...
[1 reply] : > Wish you all a very happy life and a very good luck! Thank you! Yo... (by JLBorges)
by Bizzy
2D Array Row and Column Duplicate Checker
 
Hey guys, so continuing with my project, I was able to create two functions that determine if there ...
[10 replies] Last: Thanks man, this works great. Also the first test board was to see if ... (by Bizzy)
HALP with argc and argv[1]
 
argc is a int argv is a character pointer to array how do i use this pointer to array!!?! c...
[1 reply] : cout << "I want to use this array to print out all the numbers from m... (by cire)
by tit0n
Need help getting started on my Infix/prefix/postfix conversion program
 
Need some hints/tips on how this might look. I am a beginner to C++ so any help or details that look...
[3 replies] Last: Yes it is line 64 I am sorry. Not sure how I can fix this issue just ... (by cire)
Deleting object in destructor with inheritance
 
I have made two class objects in the constructor like so: executive::executive() { ...
[5 replies] Last: In the case of raw pointers the copy assignment operator and copy cons... (by gunnerfunner)
command line big problem bug
 
I need to mamke my program use the command line to open the text file and compute the numbers of its...
[3 replies] Last: how do i use c++ to open my text file with command line First check ... (by Chervil)
Loops crashing program
 
Hello! So I was using a while loop to create a rectangle and it crashes my program every time. I hav...
[2 replies] Last: Okay I see it now. So simple but my head was stuck because I was sure ... (by BerlingSwe)
Feedback for Time constructor
 
Another assignment, would like feedback. It works so far, but maybe somebody could break it? m...
[6 replies] Last: Yup, that looks good. (by dhayden)
by Pampam
Fraction by recursion(2)
 
Hello, it is quite easy for me to divide 1/(2/(3/4)) by recursion (if k = 3 then output will be 0.37...
[1 reply] : #include <iostream> using namespace std; //=========================... (by lastchance)
February 2017 Pages: 1... 56789... 37
  Archived months: [jan2017] [mar2017]

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