
please wait
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. ... |
Jan 30, 2014 at 6:12pm
[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... |
Jan 30, 2014 at 6:10pm
[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... |
Jan 30, 2014 at 4:50pm
[3 replies] Last: Gah... I had a big reply and it got swallowed. Grrr. Anyway... You... (by Disch)
|
by talhabhatti5
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... |
Jan 30, 2014 at 4:43pm
[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... |
Jan 30, 2014 at 4:07pm
[1 reply] : I ' m not sure on what he wants us to do. Which instruction are you c... (by closed account j3Rz8vqX)
|
by SorinAlex
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... |
Jan 30, 2014 at 3:37pm
[3 replies] Last: Thanks for the replyes.I found indeed the the source files in C:\Progr... (by SorinAlex)
|
by girl111
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 ... |
Jan 30, 2014 at 3:01pm
[4 replies] Last: thanks to everybody now it compiles. Your suggestions were very helpfu... (by girl111)
|
by Sharan123
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 |
Jan 30, 2014 at 1:11pm
[2 replies] Last: Thank you :) (by Sharan123)
|
by viper093
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 <... |
Jan 30, 2014 at 1:09pm
[2 replies] Last: You probably wrote one space too much, resulting in text going down o... (by viper093)
|
by Sharan123
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... |
Jan 30, 2014 at 11:48am
[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... |
Jan 30, 2014 at 11:34am
[12 replies] Last: This is similar to @LB's code posted earlier. The cin.peek() checks ... (by TwilightSpectre)
|
by talhabhatti5
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... |
Jan 30, 2014 at 11:07am
[3 replies] Last: Thanks you guys. (by talhabhatti5)
|
by aydo000
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 ... |
Jan 30, 2014 at 10:18am
[5 replies] Last: You already have #include <set> in the code that you posted; now use... (by JLBorges)
|
by gibnihtmus
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... |
Jan 30, 2014 at 9:29am
[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... |
Jan 30, 2014 at 9:10am
[no replies]
|
by bpedigo
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... |
Jan 30, 2014 at 6:46am
[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; } ... |
Jan 30, 2014 at 6:16am
[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... |
Jan 30, 2014 at 5:33am
[no replies]
|
by cyberdude
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... |
Jan 30, 2014 at 5:24am
[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... |
Jan 30, 2014 at 4:48am
[1 reply] : You need to add conditions that the third and fourth answers must be '... (by Zhuge)
|