"THINKING IN C++" a real cool book in C++ is available online and can be down loaded free of charge. The site is!!!


http://www.codecuts.com/mainpage.asp?WebPageID=315

Recommended Answers

All 13 Replies

sir
hello
actualy i am having problem in my coding
actualy i am unable to create a logic of a program
i will be thank ful if you help me.
the program is to convert the numerical nos into digital form.means if a user enters 2004 the output should be like "two thousand and four" . how can it be done
sir plz help me i will be very thankful to you
my email id is ghori14@hotmail.com

SIR
ASLAMO-ALIKUM
ACTUALLY I HAVE PROBLEM IN CODING OF GRAPHS USING C++
KINDLY HELP IN IN THIS PROBLEM
MY EMAIL IS saima_486@yahoo.com

I am facing a problem in my PC.Everytime i try to download a attached file to my PC,just the page showing the download message is displayed and not the whole attachment.
Please help as i am fed up of this problem
thanx
lalit

thanx !
i had been searching for website who provide free books to downlaod.
Thank you very much .
Bye..............

Hi
first try to convert this no. to string i.e. "2004"
Then calculate the strlen.
so strlen("2004") is 4.
assign n = strlen("2004") -1; i.e. n = 3;
then retrive character one bye one from the string.
And display the string according to the strlen.

if n == 3 then the no. corrosponds to thousands
if n == 2 then the no. corrosponds to hundreads
if n == 1 then print {...;twenty,thirty,fourty;.....}
if n == 0 then print that no.

thanx bro....

Hi
first try to convert this no. to string i.e. "2004"
Then calculate the strlen.
so strlen("2004") is 4.
assign n = strlen("2004") -1; i.e. n = 3;
then retrive character one bye one from the string.
And display the string according to the strlen.

if n == 3 then the no. corrosponds to thousands
if n == 2 then the no. corrosponds to hundreads
if n == 1 then print {...;twenty,thirty,fourty;.....}
if n == 0 then print that no.

Hello Good day.

anyway this is Caster Beazar From Philippines, do you have an email address so i can send my solution for your problem, i already make a project like your project, every time you input number automaticaly convert into word, send your email so i can send my source code.


Caster Beazar
Programmer
Label Line Enterprises

casterqa@yahoo.com

SIR
ASLAMO-ALIKUM
ACTUALLY I HAVE PROBLEM IN CODING OF GRAPHS USING C++
KINDLY HELP IN IN THIS PROBLEM
MY EMAIL IS saima_486@yahoo.com

Hi Saima Good Day,

this Is Caster Beazar from Manila Philippines, are you Muslim? anyway did you already used the graphs.h? like C language?

Caster Beazar
programmer
casterqa@yahoo.com

sir
hello
actualy i am having problem in my coding
actualy i am unable to create a logic of a program
i will be thank ful if you help me.
the program is to convert the numerical nos into digital form.means if a user enters 2004 the output should be like "two thousand and four" . how can it be done
sir plz help me i will be very thankful to you
my email id is ghori14@hotmail.com

Hello Good day.

anyway this is Caster Beazar From Philippines, do you have an email address so i can send my solution for your problem, i already make a project like your project, every time you input number automaticaly convert into word, send your email so i can send my source code.


Caster Beazar
Programmer
Label Line Enterprises

Started reading Thinking in C++ for a while, got preatty far in, then I found version 2. The beatings may now commence.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.