Search Results

Showing results 1 to 22 of 22
Search took 0.00 seconds.
Search: Posts Made By: scream2ice ; Forum: C++ and child forums
Forum: C++ Aug 17th, 2008
Replies: 14
Views: 1,812
Posted By scream2ice
thanks alot for all the replies
but i'm still not convinced that even with this function i'd be able to work with high digit numbers!
i guess it's just the c++ weakness in this case!
Forum: C++ Aug 17th, 2008
Replies: 14
Views: 1,812
Posted By scream2ice
can u plz tell me how many parametres this atoi() function takes?
how do u use it?
Forum: C++ Aug 16th, 2008
Replies: 6
Views: 3,234
Posted By scream2ice
with the recursive functions you should always have a stop point somewhere in ur function otherwise it will go on forever. Your stop point in this case is the "return 1" which means that you can only...
Forum: C++ Aug 15th, 2008
Replies: 14
Views: 1,812
Posted By scream2ice
thanks
but how do u think u'd try to answer this problem:

Problem code: ARITH
One part of the new WAP portal is also a calculator computing expressions with very long numbers.
To make the...
Forum: C++ Aug 15th, 2008
Replies: 6
Views: 3,234
Posted By scream2ice
why don't u trace for a number like 4?
of course the code u've come up with 'is' actually more complicated than a simple code for a factorial should be! but tracing it will help


int...
Forum: C++ Aug 15th, 2008
Replies: 14
Views: 1,812
Posted By scream2ice
hey all;
is there a conversion from "char" to "int" or to
"double" possible ? If yes, how? and if not, how do
we work with numbers that have more than 32 digits, for instance
a 500 digit...
Forum: C++ Jun 25th, 2008
Replies: 5
Views: 1,592
Posted By scream2ice
i use Microsoft Visual C++ 6.0
and my operating system is Windows XP
Forum: C++ Jun 25th, 2008
Replies: 5
Views: 1,592
Posted By scream2ice
hi,
does anyone know if there is a code in c++ that allows print on paper instead of monitor?

i mean instread of using 'cout<<' to see what you want on monitor, use a code to print your info on...
Forum: C++ Jun 1st, 2008
Replies: 5
Views: 590
Posted By scream2ice
could you plz write your code using a class
for some of your code my compiler gives error
(PS. i use a Microsoft Visual C++ 6)
Forum: C++ Jun 1st, 2008
Replies: 5
Views: 590
Posted By scream2ice
i've tried getline() but it runs an error and the program ends
how can i store the contents of my file in a linked list?
Forum: C++ Jun 1st, 2008
Replies: 5
Views: 590
Posted By scream2ice
i've created a linked list which stores some info about documents
such as code,title,creator,filename,...
i've also stored some info about some other documents in a *.txt file
i've got a search...
Forum: C++ May 11th, 2008
Replies: 2
Views: 983
Posted By scream2ice
i've got the algorithm but haven't got started on the c++ program yet..i desperately need help with the cpp code plz

input: n,a power of 2(the board size); and the location L of the missing square...
Forum: C++ May 11th, 2008
Replies: 2
Views: 983
Posted By scream2ice
hi

i have an n*n page (n is a power of 2) with an empty place in it, and i want to fill in this sqaure with right trominos (a tromino has an 'L' shape)

i want to show the empty spaces with...
Forum: C++ Apr 27th, 2008
Replies: 0
Views: 666
Posted By scream2ice
i'm writing a program that reverses the first 600 characters of a bitmap picture (it basically swaps character 0 with char 599, 1 with 598 and ......)
This is what i've written so far but it's not...
Forum: C++ Apr 24th, 2008
Replies: 0
Views: 471
Posted By scream2ice
i want to write an object oriented program using classes and sequential files

there is a store which keeps record of its customers' info in a file:

customer code char6
customer name char30...
Forum: C++ Apr 24th, 2008
Replies: 2
Views: 403
Posted By scream2ice
i'm trying to write a program that reads a text from the user(keyboard) sentence by sentence and then prints the 'morse code' of them char bay char on a text file. I'm just testing it for the letter...
Forum: C++ Apr 23rd, 2008
Replies: 2
Views: 469
Posted By scream2ice
thanx ever so much
it wuz gr8 help
i thought i knew a bit of c++ ! ;)
Forum: C++ Apr 23rd, 2008
Replies: 2
Views: 469
Posted By scream2ice
i have text file with a series of words in it. some word contain the expression '.zip' , i'm trying to rerad the characters of the file and replace the .'zip' with '.rar'

this is my prog, bu it's...
Forum: C++ Apr 23rd, 2008
Replies: 1
Views: 352
Posted By scream2ice
i'm trying to write a program that reads a text from the user(keyboard) sentence by sentence and then prints the 'morse code' of them char bay char on a text file. I'm just testing it for the letter...
Forum: C++ Mar 12th, 2008
Replies: 4
Views: 601
Posted By scream2ice
thanks a lot....yes it worked perfecly

sth else that i had problem with was the "+" operator....
this is the + operator overloading definition:

fmatrix operator + (fmatrix& a, fmatrix &b)
{...
Forum: C++ Mar 12th, 2008
Replies: 4
Views: 601
Posted By scream2ice
thanks for the idea...but it's not helping
i don't think the error has much to do with defining the operator...i'm not trying to add or subtract anything, just inputing float type numbers into my...
Forum: C++ Mar 12th, 2008
Replies: 4
Views: 601
Posted By scream2ice
hey evryone;
I've created a matrix class (called fmatrix), and im facin a problem with one of the functions: read()......i cannot fill the matrix through keyboard as an input device and keep getting...
Showing results 1 to 22 of 22

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC