Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K
~1K People Reached
Favorite Forums

7 Posted Topics

Member Avatar for helpme87

so i am trying to write a program that reads some data in from a text file and performs an operation on that data. the text file is as follows... [CODE] 611111 5 765676 4 876787 4 987897 2 611111 4 [/CODE] now i want the program to read that …

Member Avatar for mrnutty
0
163
Member Avatar for jasleen12345

i agree with ancient dragon i had to use dev c++ but there are a lot better compilers out there. if you need to use dev-c++ like i had to there are some tutorials out there. this first one will help you set up the borland graphics interface with dev-c++. …

Member Avatar for jasleen12345
0
225
Member Avatar for helpme87

i want to be able to read input from a file and find like entries and then add the corresponding data. i dont know if i explained that well so ill give an example... the file would be like this (just example numbers)... [CODE] 111111 15 222222 6 111111 4 …

Member Avatar for helpme87
0
140
Member Avatar for andrewjrmill

makefiles are a little lengthy to explain here but this is a good thorough tutorial that should help explain how to use a makefile to compile you project [URL="http://www.opussoftware.com/tutorial/TutMakefile.htm"]http://www.opussoftware.com/tutorial/TutMakefile.htm[/URL] i hope this helps

Member Avatar for helioptra
0
123
Member Avatar for camcam08

are you asking how to create a multiline editbox? if so this graphical tutorial works great with dev-c++, you should find what you are looking for in here... [URL="http://www.winprog.org/tutorial/start.html"]http://www.winprog.org/tutorial/start.html[/URL]

Member Avatar for helpme87
0
215
Member Avatar for helpme87

so i am designing some software to prompt the user to enter their account number which in turn leads them to have to input their usage of ln. this then is to be displayed in a database file. i have all the code done for this. it reads in the …

Member Avatar for helpme87
0
157
Member Avatar for helpme87

So i am trying to make a program that takes the date from windows (this is not where i have the problem). My problem is i want to use that date and create a txt file for each day. For example it would create a file named... 8_4_2010 for today …

Member Avatar for helpme87
0
164

The End.