Click here to Skip to main content
15,886,422 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Short, easy program, dont work properly. Pin
Stephen Hewitt25-Jul-09 3:25
Stephen Hewitt25-Jul-09 3:25 
GeneralRe: Short, easy program, dont work properly. Pin
CPallini25-Jul-09 3:36
mveCPallini25-Jul-09 3:36 
GeneralRe: Short, easy program, dont work properly. Pin
zutautas25-Jul-09 3:47
zutautas25-Jul-09 3:47 
GeneralRe: Short, easy program, dont work properly. Pin
CPallini25-Jul-09 5:57
mveCPallini25-Jul-09 5:57 
GeneralRe: Short, easy program, dont work properly. Pin
zutautas25-Jul-09 6:53
zutautas25-Jul-09 6:53 
GeneralRe: Short, easy program, dont work properly. Pin
CPallini25-Jul-09 9:28
mveCPallini25-Jul-09 9:28 
GeneralRe: Short, easy program, dont work properly. Pin
Rajesh R Subramanian25-Jul-09 6:47
professionalRajesh R Subramanian25-Jul-09 6:47 
QuestionJunk characters appearing after writing buffer to file Pin
kool_harsh25-Jul-09 0:09
kool_harsh25-Jul-09 0:09 
Hi everyone i m facing one problem while writing buffer into a file.
Actually i m using Ramanan T's NTFS undelete code for reading MFT table for files in
NTFS file system of a partition.
Undelete a file in NTFS

I m getting junk characters for small headers files of visual studio.Its reading all other formatted files like .doc,.xls or JPEG,.bmp etc properly.Even large sized cpp files also reading properly.i m reading 4kb ie one cluster at a time.

Here is the code where i m getting the junk characters.

class CErrorLog
{
public:
CErrorLog(void);
public:
Í ErrorLog(void);

WCHAR wcErrLogPath[QP_MAX_PATH];
}

I m not able to find out why that junk is coming in between for some files only

Thankx in advance for any help.....
AnswerRe: Junk characters appearing after writing buffer to file Pin
Randor 25-Jul-09 22:51
professional Randor 25-Jul-09 22:51 
GeneralRe: Junk characters appearing after writing buffer to file Pin
kool_harsh27-Jul-09 20:00
kool_harsh27-Jul-09 20:00 
QuestionHow to pass an array of objects from C# WebService to a VC++ COM object Pin
sara_venusir24-Jul-09 22:21
sara_venusir24-Jul-09 22:21 
QuestionHow can get occupied by CPU and Memory usage by my application? Pin
Le@rner24-Jul-09 21:27
Le@rner24-Jul-09 21:27 
AnswerRe: How can get occupied by CPU and Memory usage by my application? Pin
Rajesh R Subramanian25-Jul-09 1:11
professionalRajesh R Subramanian25-Jul-09 1:11 
GeneralRe: How can get occupied by CPU and Memory usage by my application? Pin
Le@rner25-Jul-09 1:54
Le@rner25-Jul-09 1:54 
GeneralRe: How can get occupied by CPU and Memory usage by my application? Pin
Rajesh R Subramanian25-Jul-09 2:17
professionalRajesh R Subramanian25-Jul-09 2:17 
GeneralRe: How can get occupied by CPU and Memory usage by my application? Pin
Le@rner26-Jul-09 18:49
Le@rner26-Jul-09 18:49 
Questionread(fd,buf,1) Pin
ffrankcp24-Jul-09 20:56
ffrankcp24-Jul-09 20:56 
AnswerRe: read(fd,buf,1) Pin
killabyte24-Jul-09 21:20
killabyte24-Jul-09 21:20 
GeneralRe: read(fd,buf,1) Pin
ffrankcp24-Jul-09 21:38
ffrankcp24-Jul-09 21:38 
GeneralRe: read(fd,buf,1) [modified] Pin
killabyte24-Jul-09 21:46
killabyte24-Jul-09 21:46 
AnswerRe: read(fd,buf,1) Pin
killabyte24-Jul-09 22:17
killabyte24-Jul-09 22:17 
QuestionFindFirstChangeNotification() results in "The network BIOS command limit has been reached." Pin
Still learning how to code24-Jul-09 20:50
Still learning how to code24-Jul-09 20:50 
AnswerRe: FindFirstChangeNotification() results in "The network BIOS command limit has been reached." Pin
killabyte24-Jul-09 21:54
killabyte24-Jul-09 21:54 
GeneralRe: FindFirstChangeNotification() results in "The network BIOS command limit has been reached." Pin
Still learning how to code24-Jul-09 22:05
Still learning how to code24-Jul-09 22:05 
GeneralRe: FindFirstChangeNotification() results in "The network BIOS command limit has been reached." Pin
killabyte24-Jul-09 22:22
killabyte24-Jul-09 22:22 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.