Click here to Skip to main content
15,898,538 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionadaptive niblack algorithm Pin
Bindas Samanta17-Feb-09 4:14
Bindas Samanta17-Feb-09 4:14 
AnswerRe: adaptive niblack algorithm Pin
Stuart Dootson17-Feb-09 4:31
professionalStuart Dootson17-Feb-09 4:31 
JokeRe: adaptive niblack algorithm Pin
SandipG 17-Feb-09 4:54
SandipG 17-Feb-09 4:54 
GeneralRe: adaptive niblack algorithm Pin
Stuart Dootson17-Feb-09 6:02
professionalStuart Dootson17-Feb-09 6:02 
JokeRe: adaptive niblack algorithm Pin
CPallini17-Feb-09 22:07
mveCPallini17-Feb-09 22:07 
Questioncreate file directly Pin
josip cagalj17-Feb-09 2:04
josip cagalj17-Feb-09 2:04 
AnswerRe: create file directly Pin
«_Superman_»17-Feb-09 2:26
professional«_Superman_»17-Feb-09 2:26 
AnswerRe: create file directly Pin
Stuart Dootson17-Feb-09 2:44
professionalStuart Dootson17-Feb-09 2:44 
josip cagalj wrote:
Now my question is, after I find out that file doesn't exist can I create it only by specifying full path-name not worrying if some of sub folders exist. It needs to recreate the whole path.


You'll have to do that separately from the file create.

And even the functions you could use to create a directory (_mkdir or CreateDirectory) will only create a directory if its parent exists. So you're going to have to write something that recurses through a path, creating directories that don't exist in teh appropriate order.

Java, Basic, who cares - it's all a bunch of tree-hugging hippy cr*p

GeneralRe: create file directly Pin
josip cagalj17-Feb-09 3:23
josip cagalj17-Feb-09 3:23 
GeneralRe: create file directly Pin
«_Superman_»17-Feb-09 4:05
professional«_Superman_»17-Feb-09 4:05 
GeneralRe: create file directly Pin
Stuart Dootson17-Feb-09 4:15
professionalStuart Dootson17-Feb-09 4:15 
QuestionInterface not responding Pin
MsmVc17-Feb-09 1:32
MsmVc17-Feb-09 1:32 
AnswerRe: Interface not responding Pin
Cedric Moonen17-Feb-09 1:40
Cedric Moonen17-Feb-09 1:40 
GeneralRe: Interface not responding Pin
MsmVc17-Feb-09 1:51
MsmVc17-Feb-09 1:51 
GeneralRe: Interface not responding Pin
Cedric Moonen17-Feb-09 2:07
Cedric Moonen17-Feb-09 2:07 
QuestionResizing frame Pin
baerten17-Feb-09 0:51
baerten17-Feb-09 0:51 
AnswerRe: Resizing frame Pin
Stuart Dootson17-Feb-09 1:03
professionalStuart Dootson17-Feb-09 1:03 
GeneralRe: Resizing frame Pin
baerten17-Feb-09 2:29
baerten17-Feb-09 2:29 
QuestionHow to access child window controls? Pin
Abhijit D. Babar17-Feb-09 0:35
Abhijit D. Babar17-Feb-09 0:35 
AnswerRe: How to access child window controls? Pin
Stuart Dootson17-Feb-09 0:57
professionalStuart Dootson17-Feb-09 0:57 
Questionuse GdiPlus :: Font to SetFont of a static text control or convert GdiPlus :: Font to CFont Pin
_T("No name")17-Feb-09 0:33
_T("No name")17-Feb-09 0:33 
AnswerRe: use GdiPlus :: Font to SetFont of a static text control or convert GdiPlus :: Font to CFont [modified] Pin
Nuri Ismail17-Feb-09 3:17
Nuri Ismail17-Feb-09 3:17 
QuestionUser account that connect to a shared folder. Pin
Green Fuze16-Feb-09 23:47
Green Fuze16-Feb-09 23:47 
QuestionProblems with std::ofstream function on std::ios::binary parameter Pin
josip cagalj16-Feb-09 23:35
josip cagalj16-Feb-09 23:35 
AnswerRe: Problems with std::ofstream function on std::ios::binary parameter Pin
Cedric Moonen16-Feb-09 23:41
Cedric Moonen16-Feb-09 23:41 

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.