Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
3
Posts with Downvotes
2
Downvoting Members
3
3 Commented Posts
0 Endorsements
~8K People Reached
Favorite Forums
Favorite Tags
Member Avatar for Ancient Dragon

short program that will build a stl::list of directory names and all the files they contain. recursively calls itself when a new directory is encountered. This has been compiled with both VC++ 6.0 and Dev-Shed compiles on MS-Windows XP Pro. It will not work on *nix or probably MAC computers. …

Member Avatar for ll_MORTAL_ll
0
845
Member Avatar for krishnampkkm

Can a wireless node still buffer packets when it's receiver is turned off? Hii .. As per my knowledge ... Normally the AP will buffer if the stations are in power save mode, by checking the mib details stored in AP. So if the receiver is turned off, the AP …

0
89
Member Avatar for krishnampkkm

hiiii... I wanna create a small application .And by giving a user name and password only it allows the user to enter in to the application . Here I wanna store the user name a and pass word in a text file and I've to check it with the password …

Member Avatar for adcodingmaster
0
123
Member Avatar for krishnampkkm

[CODE]int main() { printf("Enter 0 or 1 :"); scanf("%d",&i_choice); if ( i_choice ==0 ) for( ;i_count_1 < i_number;) {------- ------ } if (choice == 1) for( ;i <= i_number;) {------- ------ }[/CODE] Here I raed a user input ( 0 or 1) So as per i/p I've to change the …

Member Avatar for krishnampkkm
-2
132
Member Avatar for krishnampkkm

Hii I wanna copy an NTFs partition to another partition of same type and same size.And I tried with windows function Copyfile() and it worked but slow speed is a problem.Then I did with readfile() and WriteFile() instead of Copyfile() again speed is a problem. How can I get a …

Member Avatar for krishnampkkm
0
164
Member Avatar for krishnampkkm

Hiii..... when my program running this message comes.. Windows has triggered a break-point in mypgm.exe This may be due to a corruption of the heap, and indicates a bug in mypgm.exe or any of the DLLs it has loaded Actually in my operation I was copying files... Memory is deleting …

Member Avatar for Salem
0
246
Member Avatar for krishnampkkm

hiii In my program I'm reading the clusters in the volume using the appropriate physical offsets to the disk. [CODE]for( i=0; i< total_number_ of_ clusters;i++) { // convert logical offset to physical offset phys_offset= conversion(i); // this value I get correctly if(!SetFilePointer(drive_handle, phys_offset, NULL, 0)) { printf("\nSetFilePointer Failed: Error Number …

Member Avatar for krishnampkkm
-1
387
Member Avatar for krishnampkkm

Hi In my application at reading time , writing is idle and viceversa. So I wanna to do it same time.I use Createfile(),ReadFile() and Writefile() in my application . I got details about [B]1. Overlapped IO.[/B] [B]2. Multi-threading[/B] Which method I've to use ? Which will give better performance ? …

Member Avatar for kvprajapati
0
105
Member Avatar for krishnampkkm

Hiii [B] How to use SHFileOperation() ?[/B] u have any direct link to it... thanking u..

Member Avatar for marco93
0
100
Member Avatar for krishnampkkm

Hii I wanna list all the files and folders of a particular drive. Any sample codes available... Give me a link to them... Thanking you

Member Avatar for krishnampkkm
0
100
Member Avatar for krishnampkkm

[CODE]string source; char *src = (char*)(source.c_str()); LPCWSTR lpszsrc = (LPCWSTR)src; Handle h= CreateFile(lpszsrc,.........); if(h==INVALID_HANDLE) printf("Error occured") return 0; [/CODE] [B]The above code segment always shows invalid file handle.I know the reason is my LPCWSTR conversion is not correct.How to make it correct.?[/B]

Member Avatar for krishnampkkm
0
114
Member Avatar for krishnampkkm
Member Avatar for krishnampkkm
0
4K
Member Avatar for krishnampkkm

hiii I know VCNs(Virtual cluster number) are clusters within a particular file, LCNs(Logical cluster number) are clusters on the volume. Thus VCN 0 of a file may map to LCN 2394 of a volume, VCN 1 may map to LCN 104227, and so on. So my doubt is the the …

Member Avatar for Salem
0
118
Member Avatar for champnim

I am trying to communicate with my phone over a serial port by sending AT commands to it. While I'm able to write the command to it, I'm unable to read the reply. I am using overlapped I/O & using the WaitCommEvent to retrieve the result of the write command, …

Member Avatar for krishnampkkm
0
1K