586 Answered Questions for the topic C++
02/11/21
Understand the above mention scenario, which non-linear data structure is used for it. Also perform some basic operation of that data structure with old as well as updated data elements.
Suppose your system is storing market data to analyze and found under-valued or over-valued stocks to make a buying or selling decision, and you need to store only recent market data for that...
more
02/11/21
What will be the fastest way to call all the members
A table stores the data for all the members of an exotic resort. Members are identified by these numbers 1,5,30,70,80,20,15,100,40,25,7,3,8,33,22. All members are to be invited in a meeting to...
more
C++
02/08/21
C++ programming question for Deck of cards
PROGRAMMING LANGUAGE: C++Q.No.1:Deck of card contains 52 cards in total and catogrised in 4 different categories named as Heart, Diamond, Spade and Club. Each category contains 13 cards. Each...
more
C++ C#
01/27/21
Write a program to convert kilogram to gram and pound
Declare an array as a global variable, called kilo with 4 elements. - In main(): Call function get_input(). Call function convert_gram(). Call function convert_pound(). - In get_input(): Using...
more
Ans this question in C?
(C ONLY) I am having issues with coding this is what I have currentlyThe program expects the name of an input file and an output file to be given by the user. Ifthe user does not input any names,...
more
01/09/21
Develop a complete working application in C++ as a part of your OOP semester project.
Project Description:Design and develop an application to automate a Corona Virus Patient Management System. The detail of the application is as below:· Your application should have a proper...
more
01/07/21
C++ Queue Data Structure
Write a C++ program using queue data structure only.In the program, add, edit, delete, and search records of a student. Records can be like name, address, city name, and department name. After...
more
01/06/21
Design and develop an application to automate a Corona Virus Patient Management System.
Project Information:Develop a complete working application in C++ as a part of your DSA semester project. Please ensure that your application should be a modular programming based solution to a...
more
C++ Computer Science
01/06/21
C++ DATA STRUCTURES AND ALGORITHMS.
Write a C++ program with the following functionalities.Note: Only make this program using data structures like queues, stack, trees, linked list etc.Program Details: -
Functionality to Add, Delete,...
more
C++ Data Structure
01/05/21
Data Structures
[2,3,4,5,6,8,10]Is the above list Min-heap or Binary tree? Write the code and prove your answer
01/04/21
Make a Patient Management System in C++ using data structures.
Please make a patient management system in C++ using Data Structure and Algorithms (like Stacks, Queues, Link List, Trees and Graphs). Use as much as data structure in your code. Code must be...
more
C++
01/04/21
Make a Patient Management System in C++ using data structures.
Please make a patient management system in C++ using Data Structure and Algorithms (like Stacks, Queues, Link List, Trees and Graphs). Use as much as data structure in your code.code must be...
more
C++
01/04/21
corona virus patieent management
Please ensure that your application should be a modular programming based solution to a problem employing the maximum concepts of Data Structure and Algorithms (like Stacks, Queues, Link List,...
more
C++
01/03/21
programming in c++
Write a program to Solve Hashing consider data with keys: 24, 42, 34, 62, 73. Store this data into a hash table of size 10 using quadratic probing to avoid collision?
C++ Programming
01/02/21
i need the code for prim's ALGO in c++
C++
01/02/21
CORONA VIRUS PATIENT MANAGEMENT SYSTEM IN C++ USING DATA STRUCTURES
PROGRAMMING LANGUAGE: C++SUBJECT: DATA STRUCTURES AND ALGORITHMSNOTE:IMPLEMENT THIS QUESTION USING C++ CLASSES NOT BY C++ STRUCTURES.Application code must be divided as separate (.h, .cpp)...
more
C++
01/02/21
CORONA VIRUS PATIENT MANAGEMENT SYSTEM IN C++ USING DATA STRUCTURES
PROGRAMMING LANGUAGE: C++SUBJECT: DATA STRUCTURES AND ALGORITHMSNOTE:IMPLEMENT THIS QUESTION USING C++ CLASSES NOT BY C++ STRUCTURES.Application code must be divided as separate (.h, .cpp)...
more
C++ Ocr
12/30/20
how can I build an ocr in c++ program...
hey guys can anyone help me building an ocr in c++ , it's not have to be very complex it's enough to work and scan simple things..thank you so much :)
C++
12/28/20
Project on Hotel Management System
Object Oriented ProgramingTitle: Hotel Management SystemOne line Description of ProjectDesign and Develop a Console based Hotel Management System.Overview of ProjectThis project will facilitate the...
more
C++
12/28/20
Project on Hotel Management System
Project on Hotel Management SystemObject Oriented ProgramingTitle: Hotel Management SystemOne line Description of ProjectDesign and Develop a Console based Hotel Management System.Overview of...
more
12/24/20
Can someone convert this c++ code to python?
#include<iostream>
#include<cmath>
using namespace std;
int main()
{
for (int a=1; a<=3;a++){
int i_velo;
cout<<"Please Enter Initial velocity (m/s):...
more
12/23/20
Project on Hotel Management System
Object Oriented ProgramingTitle: Hotel Management SystemOne line Description of ProjectDesign and Develop a Console based Hotel Management System.Overview of ProjectThis project will facilitate the...
more
C++
12/21/20
oop classes and object question
Classes & UML DesignObjectivesTo practice on UMLTo practice on Class, its attributes and methodsTo practice on Single Responsibility Principle and Singleton PatternActivitiesThe users will...
more
12/10/20
C++ Encryption/Decryption Spaces Problem Caesar Cipher
C++ I have a problem with this code I can't encrypt with spaces for the caesar cipher and decrypt back for caesar cipher with spaces. I have it working on substitution cipher but I can't fix it for...
more
Still looking for help? Get the right answer, fast.
Ask a question for free
Get a free answer to a quick problem.
Most questions answered within 4 hours.
OR
Find an Online Tutor Now
Choose an expert and meet online. No packages or subscriptions, pay only for the time you need.