Beginners - April 2015 (Page 28)

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 i...
[2 replies] Last: thanks pnoid (by MadCode)
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 beca...
[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 sci...
[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 ...
[5 replies] Last: What evidence do you have that suggest to you that your arrays are not... (by LB)
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 comma...
[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 any...
[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...
[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 ...
[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 c...
[2 replies] Last: Thank you! (by HelenI)
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...
[6 replies] Last: My vector is created in another class, like this yeah it's possible ... (by closed account SECMoG1T)
LOL Game
 
In this program you will teach the computer how to play the LOL game. Here is how the game works: T...
[2 replies] Last: I don't get it... Where's the question??? I'll tag your code #incl... (by shadder)
Fraction calculator help
 
The project I'm doing is a fraction calculator that gets data from linux redirection. I'm having pro...
[1 reply] : Line 96 needs to be the parameters for prtfrac(...). (by coder777)
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 i...
[no replies]
Random number game in a class.
 
What do you think?, something random I thought of doing lol.. #include <iostream> #include <cstdl...
[2 replies] Last: Actually here's a modified version. This one gives user the option to ... (by Arslan7041)
Please help me!
 
Write a C++ program that computes a pair of estimates of π, using a sequence of inscribed and circu...
[1 reply] : Please note, that this is not a homework site. We won't do your homewo... (by keskiverto)
Recursive function problems
 
I am studying for an upcoming exam and one of the questions on the study guide is: Write a recurs...
[2 replies] Last: This is a recursive function that does the opposite, and converts an i... (by fg109)
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 ...
[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 numb...
[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 stri...
[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 ...
[10 replies] Last: Please post your code inside the [co de] tags. And it's not working... (by fg109)
April 2015 Pages: 1... 2627282930... 52
  Archived months: [mar2015] [may2015]

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