No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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 …
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++. …
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 …
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
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]
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 …
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 …
The End.
helpme87