Beginners - March 2008 (Page 13)

emirps
 
I need help on the source code for the first 100 emirps. Phelp!!
[4 replies] Last: Hi, I'm back again. I'm desperate to make this code work. This is as... (by cppjsan)
C++ tutorial from cplusplus
 
I am learning C++ from the tutorial and have done the first two chapters. This will sound idiotic...
[3 replies] Last: Dev-C++ will install and compile your programs for you. If you just... (by Duthomhas)
I could use some help
 
I am trying to change a typed in number (324.54) to a written number (three hundred twenty four and ...
[4 replies] Last: I have a working function that will convert any entered number up to t... (by gzero)
Adding Fraction ..............
 
#include <iostream.h> \\ Title: Adding Fraction \\ #include <math.h> \\ Aut...
[5 replies] Last: No problem. Just ask what you do not understand. (by vince1027)
by Epoch
write/read from file.
 
Ok, i got it so i can get Create to work, but before i finish that one, i want to finish the rest of...
[2 replies] Last: It is the case for 'B' and 'b' they are outside the block. A few su... (by vince1027)
Help with Hangman Project
 
I've been working on a hangman project. I have the whole thing done, but there is one part that isn...
[2 replies] Last: a do while statement is a different kind of statement. This is a pret... (by scurnutt)
How do i link up the password check before it run mainmenu?
 
could someone kindly help me on my userid login n password? i can link it up? Which part of my code...
[no replies]
userid login n password cant link up mainmenu.
 
could someone kindly help me on my userid login n password? i can link it up? Which part of my code...
[no replies]
Multidimensional Arrays
 
Hey all! Ok, I am a c++ noob for sure. So thanx in advance to anyone who helps me!!! What I a...
[5 replies] Last: Ah, but is there any way to visualize a 4d array? Like see it in your ... (by tomao)
by Book
Dynamic memory in C++
 
Hello, I've been reading the C++ tutorial on this site, and I have a question about dynamic memor...
[3 replies] Last: I believe that the int array ; is valid C++, but I'm not sure... ... (by Duthomhas)
Simple project ideas
 
Hello, i am learning c++ on my own. can anyone give me some simple c++ projects ideas that i can wo...
[1 reply] : card games. like blackjack. the rules are well defined when the dealer... (by mat76)
by tomao
A couple of Questions
 
Question 1: Is there any way to make an array in an array. For example if I had int array1 ;, would...
[2 replies] Last: Okay, thanks. The reason I bumped this is because I think there are t... (by tomao)
Data Types
 
Hello. Struggling with getting my head around data types. Clearly a newcomers question, but why do...
[3 replies] Last: thats brilliant. thanks very much. (by loftinsulation)
Problems with 'WriteText'
 
Hello, I have a problem with the WriteText command. I have this line: edtConvertFrom.WriteText...
[4 replies] Last: Great I will do that. Thanks! --SOLVED-- (by Bronxernijn)
I just started out - made a VAT calc - can you help me?
 
Hi there folks!. I have just started to learn C++ (and LOVING every second, I must say!). I have wri...
[2 replies] Last: Thanks, Hotaru!. Could you tell me where I put your: #ifdef.... e... (by glossywhite)
by snap
if statements always executing
 
for some reason whenever i use if statements within the main() function they always execute. i've ev...
[1 reply] : I suggest that you contact the makers of Kdevelop. They would be the ... (by gzero)
help with arrays and functions
 
i have to create a program that allows a user to enter 10 integers into an array and send the array ...
[4 replies] Last: thanks a million that should do it (by srfischer83)
calculator project
 
Alright I'm having some trouble with making a calculator. Its a simple text based calculator that I ...
[11 replies] Last: Big progress made. Alright all I need to do is to put this in a loop. ... (by bananae)
by Epoch
C++ Help..
 
I am taking a C++ programming class for college, and i am working on my final of my choice. I choose...
[2 replies] Last: i would use the toupper function on your userselect. include iostream ... (by mat76)
Convert letter in telefone numbers
 
I need help in my homework and can't find the beginning of my exercise. The exercise is: Some compa...
[1 reply] : You need a counter to track number of letters processed. Once counter ... (by Hotaru)
March 2008 Pages: 1... 1112131415
  Archived months: [feb2008] [apr2008]

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