
please wait
by cloud987
Please help, simple operators problem
|
Can you please explain the code below? I am mostly confused about the "if" part. If there is no argument (eg. 5<8) in the if, how can it run/what does it do? ... |
Nov 7, 2021 at 9:24am
[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 question where should I put break; due to user invalid input.... |
Nov 7, 2021 at 4:04am
[2 replies] Last: typically you don't break. input validation is usually do prompt ge... (by jonnin)
|
by trmbeef
Can't make out error in function
|
I'm having trouble trying to figure out why the function displayResults is not resolving. I'm trying to pass a bool value and user input into it. All the func... |
Nov 7, 2021 at 2:35am
[5 replies] Last: thank you I just noticed I only made the corrections on a copy of the ... (by trmbeef)
|
by Lilyava
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 start? For above mentioned scenario I design C++ a program to... |
Nov 7, 2021 at 1:43am
[4 replies] Last: where should I take(sic) a start Well, @OP here is how I would make ... (by againtry)
|
by gigacapybara
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 incorporates eye color (using enumerated types), and full s... |
Nov 7, 2021 at 12:47am
[1 reply] : Enum <---> string is a pain. But if you must, you need functions to co... (by Duthomhas)
|
by Ariachloe
C Programming - Multithreading Conversion
|
Hi I want some help, for having multithreading support I want to edit the program. The problem is below: I had circuit-satisfactory program that would operate,... |
Nov 6, 2021 at 11:20am
[1 reply] : Seems oddly familiar... https://www.cplusplus.com/forum/beginner/28074... (by salem c)
|
by AdeelSaifee
PLEASE HELP URGENT C++ #assignment
|
Write a program to print tree structure by using loop by choice. x xx xxx ... |
Nov 5, 2021 at 10:29pm
[8 replies] Last: the world has long needed a perfectly square font to be put into conso... (by jonnin)
|
by trmbeef
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. It is not evaluating correctly and always returning a false ... |
Nov 5, 2021 at 9:46pm
[5 replies] Last: Thanks for all the help I was able to resolve. I think going function... (by trmbeef)
|
by BeeOnee
Only outputting whole numbers
|
So i need to generate a 4 digit number that is a perfect square number and also divisible by 63. Im getting confused as to where I work out the square root ... |
Nov 5, 2021 at 9:34pm
[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 has me stumped. It's a bit of a read but for this assignment, ... |
Nov 5, 2021 at 8:25pm
[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 assignment. And the more specific your questions, the bette... |
Nov 5, 2021 at 5:17pm
[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 should allow the user to delete a pet from the file, however the... |
Nov 5, 2021 at 4:54pm
[4 replies] Last: You are only allowing data for 1 pet to be stored. Every time you use ... (by seeplus)
|
by levone1
Another Relocation Truncated Error
|
Any help with this? I'm just trying to build from source on Sailfish OS. Program is Ckermit. Output is make : Entering directory '/home/defaul tuser/ckerm... |
Nov 5, 2021 at 2:59pm
[15 replies] Last: I wonder of the issue is with my GCC... I'll mess around more. Thanks (by levone1)
|
by AdeelSaifee
Please Help My HW
|
Take input positive and negative both numbers from the user and Write a program to find the sum of only positive numbers using while loop. |
Nov 5, 2021 at 11:25am
[3 replies] Last: Do you know how to obtain a number from the user using cin >> ? Do yo... (by seeplus)
|
by Zoyebella
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 on homework problem. I am facing a problem at the end of th... |
Nov 5, 2021 at 11:06am
[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++ identifier. You prompt the user to input an identifier and press e... |
Nov 5, 2021 at 10:51am
[2 replies] Last: Well the first question is do you know the rules for a valid C++ ident... (by seeplus)
|
by LunaElla
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 but now I am going to perform it in class, now I am facing err... |
Nov 5, 2021 at 10:46am
[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 statements. However upon compiling I get the transfer of cont... |
Nov 5, 2021 at 10:27am
[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 getting written to the pet.txt file. What am I doing wrong? ... |
Nov 5, 2021 at 3:16am
[no replies]
|
by LunaElla
C Programming - Multithreading Conversion
|
Hi I want some help, for having multithreading support I want to edit the program. The problem is below: I had circuit-satisfactory program that would operate,... |
Nov 5, 2021 at 2:43am
[1 reply] : Question has appeared before https://www.chegg.com/homework-help/ques... (by mbozzi)
|