Search:

Type: Posts; User: LrdChaos

Search: Search took 0.00 seconds.

  1. Replies
    2
    Views
    2,126

    C++ Text Parsing

    Does anyone know of any good libraries/guides on doing text parsing in C++? I'm looking for something that allows regexp matching and replacing on a string of text.
  2. Replies
    8
    Views
    2,408

    C > C++ (humorous)

    #include <limits.h>
    #include <stdio.h>
    #include <iostream.h>

    int main()
    {
    int C = INT_MAX;
    int C_plus_plus = C + 1; // C_plus_plus is equivilent to C++
    if (C > C_plus_plus) {
    ...
  3. Thread: I concede!!!

    by LrdChaos
    Replies
    6
    Views
    1,313

    In your case, the lpszArgs variable hold the...

    In your case, the lpszArgs variable hold the command line.
  4. Thread: Linux Or C#

    by LrdChaos
    Replies
    5
    Views
    2,128

    Poll: Linux!!

    Linux!!
Results 1 to 4 of 4