Beginners - November 2016 (Page 25)

Printing "pretty" Binary tree?
 
I have a Binary tree, with "x" elements, i just want to print this tree in a "visual" mode (in the c...
[2 replies] Last: Consider thinking about your tree as a linked structure; something lik... (by mbozzi)
by bobby5
C++ problem
 
You are to design a Class that will represent a restaurant order. The Class will have two public met...
[2 replies] Last: string menu = { "Fried steak", "Ham and Cheese Sandwich", "Salmon", "... (by bobby5)
Project won't compile
 
I've edited this project multiple times, but it never seems to compile. Any suggestions? #include ...
[3 replies] Last: Thank you so much. Didn't know something so simple could be the proble... (by lWilliamCl)
Problem with password verifier
 
Hey there everyone. I just need a push in the right direction here. This is my third week with C++, ...
[no replies]
Numbers In Rising Order
 
Hey guys! I need a program that takes in 3 numbers and outputs them in a rising order, you put 3 2 ...
[no replies]
How to immediately stop my program
 
How to immediately stop when I enter -1 #include <iostream> using namespace std ; int main() ...
[3 replies] Last: Hello Yeoh4311, PLEASE ALWAYS USE CODE TAGS (the <> formatting button... (by Handy Andy)
debug assertion failed
 
Hello everyone, I have been learning c++ for a week now and I'm doing an assignment where I have to...
[5 replies] Last: Perhaps my previous post was confusing. This is the fix for line 14:... (by Chervil)
by nu123
couting numbers in answer
 
im trying to get my code to display the amount of numbers that are in the answer to the first calcul...
[no replies]
by kenruy
run-time check failure #2 - stack around the variable was corrupted.
 
Hello guys, I need help on this program. The program runs fine until I put the last case in the swit...
[no replies]
Graph Theory Problem
 
I'm doing a practice programming problem on graph theory, I've been at it for 4 hours but no progres...
[1 reply] : I'm doing a practice programming problem on graph theory, I've been a... (by cire)
by rlake
Unhandled exception when trying to delete an item in a hashtable
 
Hello, I am getting the following error message in my function to delete a value from a hashtable...
[5 replies] Last: I fixed the problem with the link->next=link->-next->next; It now rea... (by cire)
Finding highest value from user input
 
I have to write a program that finds the largest value from 15 random values entered by the user. T...
[8 replies] Last: Ok, instead of setting double highest=0 I set double highest=num. I t... (by quantumleap)
by nu123
how to exit code
 
hi there i have my code fully working as i want apart from exiting it. when i press 2 to exit it now...
[7 replies] Last: that's great thanks. i didn't realise that would affect the code so fa... (by nu123)
issue reading c++ line
 
Hi, I'm trying to read a line but I don't get what it's supposed to do. x86emitter.cpp template v...
[4 replies] Last: Yes, I wasn't asking for an explanation with += means but rather why? (by gunnerfunner)
Help trying to create a class
 
i need help to Create a person class to represent a person. (You may call the class personType.) To ...
[6 replies] Last: When you post on cplusplus to the right of the text box is the format ... (by rghrist23)
Brute forcing permutations of a string
 
Hi all! I want to make a program where it takes a string input where either the character is an A...
[13 replies] Last: Ah I see so for every question mark it uses that as a prefix and uses ... (by Code Apperentice)
by nu123
text keep repeating
 
hi there I'm at this code here for the last couple of days and final after getting it working. it on...
[3 replies] Last: removelastnumber = mvalue/10; // removes last number while... (by chipp)
[HELP] Change directory windows c++
 
I simply want my program to go in a directory of my choice and i can't find the answer anywhere to s...
[3 replies] Last: On a windows system you might try SetCurrentDirectoryA() #include ... (by Chervil)
Virtual Function help
 
Hi ppl, i am having difficulty in declaring virtual functions for abstract classes. I have this assi...
[8 replies] Last: Thanks for the help ppl. hopefully m gona 100% on this assignment. BT... (by AMalik88)
November 2016 Pages: 1... 2324252627... 44
  Archived months: [oct2016] [dec2016]

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