5 Discussion / Question Topics

Remove Filter
Member Avatar for
Member Avatar for Baradaran

I have a Sony Vaio SVE1511C5E which turns on and off, an endless loop. I tried everything to find out the reason. Finally I got the BIOS IC out, put it into a reader and tried to update the BIOS, however, there is no .bin file to programm the IC …

Member Avatar for rproffitt
0
389
Member Avatar for Victoryy

I am using MySql 5.1. I want to create a dump file through command prompt. I am using the MySQL Command Line Client. I have searched on web and got a command as. `mysql -u username -p password -h host database_name > dumpfile.sql` While executing it in my client command …

Member Avatar for cereal
0
236
Member Avatar for efxee

I am trying to read a structure from a .dat file...the first integer to be read is the no of readings, then there is the data in following structure format struct Oven { int rec_no; int temp; int status; char string[10]; }; below is the method through which I read …

Member Avatar for Ancient Dragon
0
2K
Member Avatar for Michael_SB

Hi, I recently re-installed Win 7 Ultimate on a fresh hard drive in my Dell XPS 1340, and used my OEM-supplied disk to install drivers. I also used Driver Robot to auto-install or update the drivers, as well as searching the Dell website. I then burned a System Recovery disk …

Member Avatar for Michael_SB
0
304
Member Avatar for Rishikeshan

I am trying to dump the memory of my c++ app. [code=c++] #include <iostream> #include <fstream> using namespace std; int main () { ofstream myfile; myfile.open ("example.txt"); myfile << "Writing this to a file.\r\n"; myfile.close(); int *p; *p = 25; char b[] = "hello"; int a; for (a=0; a==-1; *(p++)){ …

Member Avatar for Rishikeshan
0
268

The End.