Beginners - November 2021 (Page 7)

Please help, simple operators problem
 
Can you please explain the code below? I am mostly confused about the "if" part. If there is no argu...
[9 replies] Last: Much appreciated, thank you very much! (by cloud987)
by jeyc
Where to put break; due to user invalid input
 
Hello I'm new to c++, I'm creating a reservation system for my school project this is kinda a dumb q...
[2 replies] Last: typically you don't break. input validation is usually do prompt ge... (by jonnin)
Can't make out error in function
 
I'm having trouble trying to figure out why the function displayResults is not resolving. I'm tryin...
[5 replies] Last: thank you I just noticed I only made the corrections on a copy of the ... (by trmbeef)
ADT and Linked List implementation using C++
 
Hello! Can someone help me? I have made a framework but I have no idea from where should I take a st...
[4 replies] Last: where should I take(sic) a start Well, @OP here is how I would make ... (by againtry)
C++ Program using structures to create a basic ID
 
I just now started learning structures and I have my program working, but how can I improve it so it...
[1 reply] : Enum <---> string is a pain. But if you must, you need functions to co... (by Duthomhas)
C Programming - Multithreading Conversion
 
Hi I want some help, for having multithreading support I want to edit the program. The problem is b...
[1 reply] : Seems oddly familiar... https://www.cplusplus.com/forum/beginner/28074... (by salem c)
PLEASE HELP URGENT C++ #assignment
 
Write a program to print tree structure by using loop by choice. x ...
[8 replies] Last: the world has long needed a perfectly square font to be put into conso... (by jonnin)
Boolean function not evaluating correctly.
 
I'm trying to create a vector of strings from a text file. Then compare user input to the vector. ...
[5 replies] Last: Thanks for all the help I was able to resolve. I think going function... (by trmbeef)
Only outputting whole numbers
 
So i need to generate a 4 digit number that is a perfect square number and also divisible by 63. ...
[2 replies] Last: #include <iostream> #include <cmath> using namespace std; int main()... (by lastchance)
by BigTim
Using multiple functions to grade and average scores
 
Ok, so I've been working on this program for most of the day and I'm a bit tired but this program ha...
[4 replies] Last: Ah, I got it figured out and made some changes thanks to you, thank yo... (by BigTim)
by Ganado
Solved (1,2)
 
Hello Windsen, you are more likely to get help if you show what efforts you have made so far in the ...
[20 replies] Last: you don't actually CALL isprime in main... (not counting the list of s... (by jonnin)
by dhinze
Removing and renaming a file
 
I am creating a program which allows a user to enter and store various data about a pet. Case 3 shou...
[4 replies] Last: You are only allowing data for 1 pet to be stored. Every time you use ... (by seeplus)
Another Relocation Truncated Error
 
Any help with this? I'm just trying to build from source on Sailfish OS. Program is Ckermit. Outpu...
[15 replies] Last: I wonder of the issue is with my GCC... I'll mess around more. Thanks (by levone1)
Please Help My HW
 
Take input positive and negative both numbers from the user and Write a program to find the sum of o...
[3 replies] Last: Do you know how to obtain a number from the user using cin >> ? Do yo... (by seeplus)
C++ Race Car Homework Problem
 
Hi! Hope everyone is fine. I am student of C++ and for intro to C++ subject ,I am doing some work...
[3 replies] Last: // Thanks to furry guy for this #include <iostream> #include <cctyp... (by AbstractionAnon)
by KKXXZ
Identifiers
 
I have to write a program that determines whether the user’s input qualifies as a valid C++ identi...
[2 replies] Last: Well the first question is do you know the rules for a valid C++ ident... (by seeplus)
Declaring streams in header and cpp file
 
Hello ! I want to mention 2 stream for input and output , normally I have an idea about its use bu...
[2 replies] Last: You don't use L3/L14. L4 opens the file for output. There is a problem... (by seeplus)
by dhinze
How to fix transfer of control bypass initialization of error?
 
I am creating a program where you input different data for pets. It uses a menu system with switch s...
[4 replies] Last: You can't define variables in the body of a case statement unless they... (by seeplus)
by dhinze
Storing data in text file
 
I am creating a program that writes data about a pet to a text file. However this data is not gettin...
[no replies]
C Programming - Multithreading Conversion
 
Hi I want some help, for having multithreading support I want to edit the program. The problem is b...
[1 reply] : Question has appeared before https://www.chegg.com/homework-help/ques... (by mbozzi)
November 2021 Pages: 1... 5678
  Archived months: [oct2021] [dec2021]

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