
please wait
by MadCode
what is the next step after finishing the offecial tutorials?
|
can you please guide me what should I do next ? I have finished the official tutorials yesterday is there any additional "basic-syntax/concepts based" informa... |
Apr 14, 2015 at 4:25pm
[2 replies] Last: thanks pnoid (by MadCode)
|
by dudicus14
Linked List Database help
|
So here I have a linked list program, I believe most of my functions work but I can't test them because I am not sure how to call them correctly in main.Mainly ... |
Apr 14, 2015 at 4:08pm
[7 replies] Last: Have you considered simplifying your code? Instead of having both pe... (by fg109)
|
Help me about my project |
I would like to write a C++ console based file manager from scratch. I'm a student of computer science in a 2nd year.. and have been working on C++ for almost... |
Apr 14, 2015 at 3:56pm
[3 replies] Last: Wow, vague is right! Start at the beginning and at least define on p... (by cnoeval)
|
by EffyPT
Appointment program
|
Hi I have to code a menu based program using functions and parallel arrays to keep track of weekly appointments from monday to friday. The user should be able ... |
Apr 14, 2015 at 2:58pm
[5 replies] Last: What evidence do you have that suggest to you that your arrays are not... (by LB)
|
by George93
Nothing shows in the console window.
|
Hi Guys, I'm quite new to C++ and I'm trying to write a program that takes the number from the command line and converts it to a hexadecimal. There are no error... |
Apr 14, 2015 at 12:20pm
[8 replies] Last: There should be an "edit" button in the bottom-right. Anyways you have... (by S G H)
|
c++ calendar |
I am working on a calendar project. Since this source code is extremely long, I was wondering if anybody can modify of simply this code so that it is short.. ... |
Apr 14, 2015 at 11:32am
[4 replies] Last: int x, y, year, day, month; char v, V, e, E, d, D; You have to in... (by TarikNeaj)
|
c++ calendar |
I have trouble executing this source code I did. So, when the user enters V or v, a menu allows the user to choose which calendar view will be displayed: eithe... |
Apr 14, 2015 at 11:30am
[1 reply] : Please Dont double Post, You're Topic is continued here - http://www.c... (by TarikNeaj)
|
by ohno
How to get digits from a user and use them?
|
I'm an extreme beginner taking a C++ class for the first time. I'm trying to meet the requirements of an assignment in which I must get a string of numbers lik... |
Apr 14, 2015 at 10:46am
[3 replies] Last: LB, I wanna kiss you! That worked like a charm. (by ohno)
|
by HelenI
Help ASAP
|
Hey, i have a problem to solve that i give N numbers. If one number is bigger than the previous it creates a new stack. If a number is smaller than the top of o... |
Apr 14, 2015 at 10:16am
[2 replies] Last: Thank you! (by HelenI)
|
by patriic48
Calling function from a class - Error C2660
|
I can´t figure this problem. I have tried with different approaches and have no result. The compler complains and gives the error 2660. What am I doing wrong? ... |
Apr 14, 2015 at 9:03am
[6 replies] Last: My vector is created in another class, like this yeah it's possible ... (by closed account SECMoG1T)
|
by Blev 58
LOL Game
|
In this program you will teach the computer how to play the LOL game. Here is how the game works: There is a game board which consists of a row of n squares,... |
Apr 14, 2015 at 7:13am
[2 replies] Last: I don't get it... Where's the question??? I'll tag your code #incl... (by shadder)
|
by Celestic
Fraction calculator help
|
The project I'm doing is a fraction calculator that gets data from linux redirection. I'm having problems printing out the right answer and putting the negative... |
Apr 14, 2015 at 6:32am
[1 reply] : Line 96 needs to be the parameters for prtfrac(...). (by coder777)
|
by pat2x10
repeating bot script for macro
|
I've been struggling on making a script since I don't have that much knowledge on c++. I need help in making a bot for macro on a certain game. it uses autotouc... |
Apr 14, 2015 at 5:51am
[no replies]
|
by byte0x00
Random number game in a class.
|
What do you think?, something random I thought of doing lol.. #include <iostream> #include <cstdlib> #include <ctime> class RandomNumberGame{ int random_nu... |
Apr 14, 2015 at 5:23am
[2 replies] Last: Actually here's a modified version. This one gives user the option to ... (by Arslan7041)
|
by mrswagliu
Please help me!
|
Write a C++ program that computes a pair of estimates of π, using a sequence of inscribed and circumscribed regular polygons. Halt after no more than 30 steps,... |
Apr 14, 2015 at 5:08am
[1 reply] : Please note, that this is not a homework site. We won't do your homewo... (by keskiverto)
|
by gameboy1995
Recursive function problems
|
I am studying for an upcoming exam and one of the questions on the study guide is: Write a recursive C++ function for converting a string of digits into the ... |
Apr 14, 2015 at 5:03am
[2 replies] Last: This is a recursive function that does the opposite, and converts an i... (by fg109)
|
by Arslan7041
CodeBlocks: Openning two projects in separate windows?
|
How do I open two separate projects in two separate windows of CodeBlocks? Whenever I try to open a second project, it just opens it up in the same codeblocks a... |
Apr 14, 2015 at 4:57am
[6 replies] Last: Nope. Still not working for me. (by Arslan7041)
|
by S6ms88
Help with creating a rounding program
|
I am in need of help with writing a program that prompts the user to enter three floating point numbers (double) and then outputs the number rounded to two, thr... |
Apr 14, 2015 at 3:13am
[2 replies] Last: Thank you for providing me with information, I greatly appreciate it. (by S6ms88)
|
by Bocian
while loop and string limit question
|
Hey guys i need some help here. I'm supposed to write a program that asks for a users id into a string. the string can only be 4 digits. Any idea how i can limi... |
Apr 14, 2015 at 3:12am
[2 replies] Last: thanks, worked like a charm. I figured out the ID part shortly before ... (by Bocian)
|
Text based game problem |
So I have this school project and I am attempting to make a history game. However whenever I get to stage 3, it causes a repeat with the answer. Any ideas? ... |
Apr 14, 2015 at 2:43am
[10 replies] Last: Please post your code inside the [co de] tags. And it's not working... (by fg109)
|