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 - but how do I run the simple sample programs given therein...
[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 fifty four cents). I jsut don't quite know what the best was...
[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> \\ Author:Ismael Balana(biginner)\\ \\ Description:Th...
[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 the options. I get an illegal break error, what is with tha...
[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't working as expected. This part is to bring a word from...
[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 when wrong? #include "stdafx.h" #include <iostream> #i...
[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 when wrong? #include "stdafx.h" #include <iostream> #i...
[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 am trying to do is write a for loop that puts the values it g...
[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 memory. It says that dynamic memory can be used where we want to ...
[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 work on.so i can strengthen my c++ skill.
[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 it be possible to have array1 as another array. Hope it is...
[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 does this produce 4.2*10^9? // playing with variables ...
[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("You Edited The Box!"); I use wxDev-C++ with the Ming...
[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 written a very basic VAT calculator; would someone tell me if I...
[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 even used if (false) {...code} and they still execute. If ...
[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 to a function to figure out which number is the largest and ...
[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 plan to add more features to when I get it working correctly...
[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 to make a simple program in which that i could make an acc...
[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 companies use letters to show their telephone numbers. For exampl...
[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.