Posts
 
Reputation
Joined
Last Seen
Ranked #2K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~576 People Reached
Favorite Forums
Favorite Tags
c++ x 2
c x 2
java x 1
Member Avatar for ejiroy

I was wondering how you go about using the Start statement in COBOL to position a file to find records in an input file that are duplicates/copies. Im not sure if I am getting the syntax right. I'm trying to find all the duplicate records in an input file. I've …

Member Avatar for rainbowstew
0
123
Member Avatar for ejiroy

I am trying to make a program that will read in a text file and count the number of words that have a certain length from 1 to 20. So it should count the words that have a length of one, two, etc., and print it out. I have been …

Member Avatar for nezachem
0
106
Member Avatar for ejiroy

I am making this program that will take a positive integer and turn it into this Ex: Enter a positive integer: 245 2 4 5 I am wondering if I am doing this right. I know there might be some parse errors. but all I am concerned with, if is …

Member Avatar for BestJewSinceJC
0
72
Member Avatar for ejiroy

I am making a program that reads from a .txt file and outputs the names that are in my .txt file into an output file that the user specifies. My program compiles but then I get an error that says "int main(): Assertion `fin.is_open()' failed. Aborted" What am I doing …

Member Avatar for siddhant3s
0
184
Member Avatar for ejiroy

I am trying to make a program that computes gross by using a class and three functions. When I try to run it, it gives me this error I think something is wrong with my set function and my int main function, any help would be appreciated, I think it …

Member Avatar for VernonDozier
1
91