Forum: C++ Aug 6th, 2008 |
| Replies: 3 Views: 396 |
Forum: C++ Aug 4th, 2008 |
| Replies: 3 Views: 396 It might sound stupid to most of you.....but it is the first time i want to write 2 columns of data in a txt file.....The first column will be an index of the second column. The second column has... |
Forum: C++ Jul 25th, 2008 |
| Replies: 2 Views: 478 that worked fine but i also tested this which stores the wanted line to a a string s.
Thanks mate +1 from me
for (i = 0; i < 4; i++) {
for (j = 0; j < 4; j++) {
s[j]=b[i][j];
}
for (l = 0;... |
Forum: C++ Jul 25th, 2008 |
| Replies: 2 Views: 478 Hello mates
I have a new question...
I have 2 2-d arrays with the same dimensions and contents.
The first one, say a [15][4] and the second on, say b[15][4] and are both char type.
They... |
Forum: USB Devices and other Peripherals Jun 18th, 2008 |
| Replies: 21 Views: 10,900 check connection cable,print a test page is it blank too,connect it to another pc with its own cable adn with another one......if nothig works try to search a driver from wind update......try connect... |
Forum: Windows NT / 2000 / XP Jun 18th, 2008 |
| Replies: 4 Views: 4,329 try using Firefox or any other browser.....and check for viruses and unwnted sw |
Forum: Windows NT / 2000 / XP Jun 18th, 2008 |
| Replies: 4 Views: 2,490 only a collector would like this sw since MS doesnot support it any more.try to search on any esale site...i would be cheap and original |
Forum: Windows NT / 2000 / XP Jun 18th, 2008 |
| Replies: 4 Views: 1,341 run updated anti-virus and a malicius softaware removal progs ......most of the files you posted are windows system progrs.....in my opoinion if format is an option do ti and set the whole system... |
Forum: Networking Hardware Configuration Jun 18th, 2008 |
| Replies: 1 Views: 447 you just have to buy a access point, install it to the 2nd office and then connect it via net cable or wireless......always depending of the budget there are many good brends but since it is an... |
Forum: Networking Hardware Configuration Jun 18th, 2008 |
| Replies: 3 Views: 836 if i understand correctly you want to use your lan connection using a dial up modem......surely there must be a way but if you want it for internet connection just try to find a usb lan adapter....if... |
Forum: Networking Hardware Configuration Jun 18th, 2008 |
| Replies: 1 Views: 739 Hi mate
the 3 pc's work in wireless or wired conection?
Does your laptop finds any other wireless networks when you search......whta OS do you have..... |
Forum: Troubleshooting Dead Machines Jun 18th, 2008 |
| Replies: 4 Views: 593 it depends...not all the cpu's require colling all the time and so the fan will not work all the time.......this is for energy saving in many laptops.....Have tried to boot in safe mode?(i suppose... |
Forum: Troubleshooting Dead Machines Jun 18th, 2008 |
| Replies: 9 Views: 867 hi mate
well if you manage to find thesw components new(which i doubt) it will probably cost you less than 100$..... |
Forum: C++ Jun 17th, 2008 |
| Replies: 0 Views: 366 Hi mates
well i have a problem
i used fstream in console mode in a class function and worked fine
the txt file was created and tha data were written normally
when i copied this class in the... |
Forum: C++ Jun 12th, 2008 |
| Replies: 2 Views: 1,243 thanks mate it was very helpful |
Forum: C++ Jun 11th, 2008 |
| Replies: 2 Views: 1,243 Hi mates
So i have a big project for my school...and the bad news are that i am a noob in C++..
In VCL enviroment i try to take an AnsiString Text from a listbox or EditBox and convert it into... |