Search:

Type: Posts; User: KenLP

Search: Search took 0.00 seconds.

  1. Replies
    13
    Views
    4,126

    Is there any way to duplicate that functionality...

    Is there any way to duplicate that functionality in C++? Or perhaps to add a text file in the compiling process and somehow be able to extract it during runtime?
  2. Replies
    13
    Views
    4,126

    That's the requirement of the app. I came here...

    That's the requirement of the app. I came here to ask how to do something, not to argue about why I'm doing it, whether or not I should do it, etc...
  3. Replies
    13
    Views
    4,126

    Are you kidding me? For 75k worth of text? ...

    Are you kidding me? For 75k worth of text?

    Are you really telling me that's the best way of doing this in C++?
  4. Replies
    13
    Views
    4,126

    Because that's not the only thing the program...

    Because that's not the only thing the program will do. It's just the only thing I don't know how to do. :)
  5. Replies
    13
    Views
    4,126

    It's a fixed set of data. If there's a way, I...

    It's a fixed set of data. If there's a way, I can simply make it part of the source code. It doesn't need to be generated or supplied externally. I know what it is at the time of compilation. I...
  6. Replies
    13
    Views
    4,126

    Best way to create a large text file?

    I'm new to C++, and I need to code a program that will create a text file with a large amount of text (at least 75k worth). There can be no seperate resource files in the final app, just the single...
  7. The latest version of PCRE is 8.12. The Windows...

    The latest version of PCRE is 8.12. The Windows port is 7.0. That's far too behind for me.

    That's why I was asking about how to work with the full version in its standard form. I'll try asking...
  8. My apologies if I was incorrect. I was working...

    My apologies if I was incorrect. I was working off of this:

    August « 2008 « Software Ramblings

    It compares PCRE with vc9_fp1 and vc9_sp1, and there is no comparison between them.


    That...
  9. ECMAScript, to my knowledge, is equivalent to...

    ECMAScript, to my knowledge, is equivalent to JavaScript RegEx, which is extremely limiting. PCRE is significantly more capable, as far as RegEx is concerned, and from what I was able to find, far...
  10. Thanks, but I'm looking to use PCRE specifically.

    Thanks, but I'm looking to use PCRE specifically.
  11. Can someone help me understand how to use PCRE with C++?

    I am a beginner to C++, working on Win 7 x64. I've got myself set up with MinGW and Visual Studio 2010.

    I would like to use PCRE for RegEx, but I have no idea how to install it to work with these...
Results 1 to 11 of 11