Search:

Type: Posts; User: Rafa T.

Search: Search took 0.00 seconds.

  1. Replies
    14
    Views
    11,914

    Thank You

    Thank you and all here for the help, it worked!
  2. Replies
    14
    Views
    11,914

    An example please guys.... how i use the...

    An example please guys.... how i use the iterators of the ListLetterx, that is inside od ListListLetter...

    ListListLetter
    |
    |------- ListLetterx|
    | |---- AAAA...
  3. Replies
    14
    Views
    11,914

    almost this... i need to acess the field of one...

    almost this... i need to acess the field of one of the ListLetters that are inside ListListLetters
  4. Replies
    14
    Views
    11,914

    But how i use the interator of the list inside of...

    But how i use the interator of the list inside of the list? how i acess members of the list inside of the list?

    is a list of lists of structs, i need to compare a field of the struct, like:
    ...
  5. Replies
    14
    Views
    11,914

    another doubt...

    how i access a member of the list inside of the list?
  6. Replies
    14
    Views
    11,914

    i know man, i use g++ too, but its work....

    i know man, i use g++ too, but its work....
  7. Replies
    14
    Views
    11,914

    what compiler are u using? i'm using the compiler...

    what compiler are u using? i'm using the compiler of MS Visual Studio 6.

    the code is the same of the post, and this is the warnings:

    c:\arquivos de programas\microsoft visual...
  8. Replies
    14
    Views
    11,914

    a List of Lists on C++

    Hi =D, i want to make a list of lists that contain structures, like this:



    typedef struct{

    char AAAA[20+1];
    char BBBB[40+1];
    char CCCC[60+1];
  9. Replies
    6
    Views
    1,364

    #include "stdafx.h" void TrataStruct(char...

    #include "stdafx.h"

    void TrataStruct(char parametro[3+1]);
    int _tmain(int argc, _TCHAR* argv[])
    {

    typedef struct{
    char teste1[3+1];
    char teste2[4+1];
    }struct2;
  10. Replies
    6
    Views
    1,364

    1 - i Tried to use wthout '&' but it results in...

    1 - i Tried to use wthout '&' but it results in the same error
    2 - This is a example, on the real case the struct will not be visible to other function

    i dont know what to do, i tried to use...
  11. Replies
    6
    Views
    1,364

    How i use a struct field on a function?

    Hi, i'm trying to use a struct field on a function (by reference). i will show a example:

    Struct declaration:


    typedef struct{
    char teste1[3+1];
    char teste2[4+1];
    }struct2;
  12. Replies
    4
    Views
    2,755

    ...

    No, i have a lot of begineer's book and nothing about DLL, threads or database connections... just, types, pointers, structures, pointers to structures, enums, unions and etc...

    if you are sooo...
  13. Replies
    4
    Views
    2,755

    A good advanced C Book with....

    Hello World! =D .... My First Post Here

    I'm Looking for a book that explain things like how to make DLL's, Threads, Database Connection.

    Any sugestion?
Results 1 to 13 of 13