Beginners - January 2014 (Page 3)

Help with Tuition Calculator
 
Hey, started another semester and got a few programs to do. I kinda forgot a lot of stuff in my off time but should get back in the swing of things in no time. ...
[2 replies] Last: Yeah, thank you. I'm still have some errors though. (by anthonyxmarinaro)
by ozcy
codeblocks/g++ problem compiling module [SOLVED]
 
Hello, I'm trying to learn how to do basic modules in c++ but seems impossible to me. i followed some books but at last always the compiler can't reach the func...
[4 replies] Last: Solved! The problem was mine! Sorry, I forgot put a tick on Debug & R... (by ozcy)
by alsade
why doesnt this code work?
 
can some please help me figure out what is the problem? #include <iostream> #include <string> using namespace std; class Employee { char* name; un...
[3 replies] Last: Gah... I had a big reply and it got swallowed. Grrr. Anyway... You... (by Disch)
Borland C++ Version 6 problem
 
I just downloaded Borland C++ version 6 because my old compiler was giving alot of problems. I made this programme just to test the compiler and it giving decla...
[6 replies] Last: All compilers with the word "Borland" in the name are ancient, pre-sta... (by Duthomhas)
by zap781
Help on homework
 
Write your question here Hey I need help with my homework Im not sure on what he wants us to do. Write a complete program for each problem below. The pr...
[1 reply] : I ' m not sure on what he wants us to do. Which instruction are you c... (by closed account j3Rz8vqX)
Where are header functions stored
 
My question is where are the actual functions from header files? For example if i open conio.h there are only the functions prototypes, some defines and stuff l...
[3 replies] Last: Thanks for the replyes.I found indeed the the source files in C:\Progr... (by SorinAlex)
class time
 
I have to implement a class time that contains a header file, a file where the function occurs and file where it is tested. here is what I have done this is m ...
[4 replies] Last: thanks to everybody now it compiles. Your suggestions were very helpfu... (by girl111)
SDL_ttf
 
Hello , I can Load a font but how can you make a personlized font from scratch is there any software or application made for it
[2 replies] Last: Thank you :) (by Sharan123)
Unexpected new line?!
 
Hi, it's me again with another problem. I made a simple menu, but in the title there is a new line, which should not be there. Here is the code: #include <...
[2 replies] Last: You probably wrote one space too much, resulting in text going down o... (by viper093)
Sending c++ file
 
I have made an sdl game and my friend wants to see it he doesn't have c++ visual 2010 express or any idea of programming so will it work if i send him the .exe...
[2 replies] Last: OK so i just need to send him the complete debug folder (by Sharan123)
issues with string
 
I have a problem understanding the string and its functions for example , str.size() what does it mean ? when I say ( str.size()<'9') does this mean that t...
[12 replies] Last: This is similar to @LB's code posted earlier. The cin.peek() checks ... (by TwilightSpectre)
Min GW
 
I was having alot of problems with my old compiler ( Borland C++ ) So I decided to install ecplise but I requires MIN GW for C++ compilation and libraries. I...
[3 replies] Last: Thanks you guys. (by talhabhatti5)
remove duplicates from input.txt and write to result.txt c++
 
I'm trying to remove words from a string where the characters exist twice. . i wrote this one but in this program iam finding just duplicate words so i need ...
[5 replies] Last: You already have #include <set> in the code that you posted; now use... (by JLBorges)
how to take a number out of a string and turn it into an int.
 
I'm trying to make a program where the user enters a sentence consisting of words and numbers (I am 21 years old). and I need to break the sentence into words a...
[4 replies] Last: you may use isdigit(variable_name); here. (by NPcomplete)
by Baalki
Multithreading to list files
 
Write your question here.Am working in a project where i have to list all the files in multiple drives and print the list in a .txt files.I implemented using mu...
[no replies]
Time coverter program
 
I am writing a program that converts military time into 12 hour time. I am using a switch to do the converting but I am getting a strange error. invalid dig...
[4 replies] Last: You seem to not be making use of any of the stream manipulators in iom... (by Smac89)
by Chubby
how can i pass this info to next function?
 
This is just part of the code FYI: read is void function! for (int i= 0; i <= 30; i++) { cout << i <<" : " << first << " " << endl; } ...
[5 replies] Last: for (int i= 0; i <= 30; i++) That code will read past the end of th... (by TheIdeasMan)
by Vizo
File input and output
 
Hi, I just started taking my masters degree in computer science. As you y'all know it's some serious sh*t. Anyways, I have an assignment I need to finish thi...
[no replies]
file cutter :\ (1,2)
 
Hi I created a new project but it does not seems to be working.The program is running #include<fstream> #include<ctime> #include<cstdlib> #include<string> sta...
[24 replies] Last: what do you mean accessing it outside of array i could you please exp... (by cire)
by iluv41
Nested if program
 
I am a beginning programmer and I've written this program to give 1 of 4 diagnoses based on the answers given. Two questions: 1) Is there a more efficient way...
[1 reply] : You need to add conditions that the third and fourth answers must be '... (by Zhuge)
January 2014 Pages: 12345... 44
  Archived months: [dec2013] [feb2014]

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