Hello Jos,
I am trying to incorporate the code you gave me into what I already have...(forgive newbie)...could you give me a hint on how to incorporate it into the piece of code where i am doing a directory listing?
Thanks,
Tukeind
User Profile
Collapse
-
Jos,
I am attempting to see if it works now...I'll let you know...I am not trying to lead down the path of red herring trickery...its always challenging to start explaining where you are exactly stuck at in writing a piece of code.
-TukeindLeave a comment:
-
Here is the output when I run the application:...Leave a comment:
-
Jos, I apologize for not getting back to you sooner.
What I am trying to do is:
concatenate multiple InputStream (via SequenceInputSt ream)...
Details: the program creates several directory once the user key-in their username.
- in the Accounts directory of the user lies test data which I want to open as if I
was at the command line in unix and issued a 'cat Exp_*'...this will display all...Leave a comment:
-
Attempting to open several files from FileInputStream
Hello, I've opened a file (code below) containing file names onto a FileInputStream , and attempting to open each file and place its contents onto a FileOutputStrea m (or buffer) and need help getting it accomplished.
I am developing the application for a Capstone project at school...where we are developing a:
- Consumer Financial Software System (personal
finance manager)
I am using Java's j2sdk1.4.2_12... -
Thanks...it was worth a shot!...I better get it written for class today......Leave a comment:
-
Hi Chella,
I was hoping that you would have a working copy that I could use?
Thank you,
Tukeind...Leave a comment:
-
Recursive funct that calculates the sum of first n odd numbers
Hello,
Does anyone have a recursive C++ program that calculates the sum of the first 50 (more or less) odd natural numbers?
Thank you,
Tukeind -
Converting a decimal integer number to binary form
Thank you that worked...earlie r i had void to_binary(int) as my prototype
...should had written it like you have it...Thanks a lot!!...Leave a comment:
-
Converting a decimal integer number to binary form
Hello,
I am receiving the following error: error C2065: 'to_binary' : undeclared identifier
while running the code below.
If anyone can help I'll appreciate it?
Thank you,
Tukeind
// File: fractal.cxx
// A demonstration program for the random_fractal function from Chapter 9.
#include <cassert> // Provides assert
#include <cstdlib>...
No activity results to display
Show More
Leave a comment: