Hello, I was curious about what you guys think would be the appropriate windows controls to use to create an excel-like spreadsheet layout with some columns being text and some columns being a...
I found a better way of how to open a file. But I need help trying to match a url using boost::xpressive. I got the following off the web that doesn't match anything, other examples I tried throw a...
Hi, like the title says, I'm trying to open a file and perform a regex on it, then print the matches, but I'm not sure if I have it right. I think I need to remove the line -
Ok thanks, is this ok to do? Also, why is it that I'm only calling dir.push_back once, yet I have 2 elements? The first is empty, the 2nd is my push_back call.
yes, sorry. I'm just trying to understand TCHAR and it's correct usage for the most part. Is it possible to make a vector containing a TCHAR[] array or is that just a no no? I tried Paul's...
Hi, I'm using the following code to capture all files in a directory -
but when I pass the "path" var such as "C:\SomeDir" ffd.cFileName is just simply "SomeDir" and is seen as a valid folder and...
Hello, I'm trying to get a Browse Directory dialog to update a text box with the path selected. I had it working fine in Unicode build but now using TCHAR - I see the variable contains the correct...
The overall design was to have a loop through a number of meshes to process, and the data stored for each loop ( mesh ). I've simplified the design now based on your feedback and you brought up a lot...
you said -
but I'm careful to initialize all 4 struct members( the ... area) . I guess I just wanted to defer the array initializing until later in my code, which now that I look at it, I don't...
Its a access violation writing location 0xCCCCCCCC. I know this usually means writing to an unitialized variable but I thought that's what I'm trying to do on that line.
Hey guys, I was trying to write a character controller but when I went to add my pointer to my character I get error C2143: syntax error : missing ';' before '*'