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 ...
[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 som...
[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> ...
[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 ...
[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. ...
[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...
[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 f...
[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 softwar...
[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, ...
[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...
[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 ...
[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 b...
[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...
[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 ...
[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 driv...
[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 ...
[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++) { ...
[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 seri...
[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<fst...
[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 answ...
[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.