Search:

Type: Posts; User: nmxnmx

Search: Search took 0.00 seconds.

  1. Replies
    6
    Views
    1,059

    Hi again, well I can't pass a someType pointer...

    Hi again, well I can't pass a someType pointer but not for my compiler, but I'm need to link C++ code to a software named LabView, in that software you can call some dll's made in any language (like...
  2. Replies
    6
    Views
    1,059

    unconventional pointer values

    Hi..
    Well my problem is this: In C I had some code like this:



    int function(int fake_ptr)
    {
    someType *pointer = fake_ptr;

    /* More code here */
  3. Replies
    6
    Views
    1,471

    well I don't know how to read a file from c++,...

    well I don't know how to read a file from c++, but you can save the caracters in an int array, so when you read a character just put something like:

    intArray[i] = input + 2;

    assuming that input...
  4. Replies
    2
    Views
    966

    collection of heterogeneous colletion

    Hi, i'm newbie in C++ and I've been trying to do what the title of this thread said but i don't get it :s, I'm trying to do a table something like that:

    | field1 | field2 | field3 | ...
Results 1 to 4 of 4