Search:

Type: Posts; User: jlbfunes

Search: Search took 0.01 seconds.

  1. Replies
    5
    Views
    2,247

    It compiled!

    Hello guys.
    Let's start with the good news. I could compile the thing. I didn't include the rights files into my project as foxman pointed out. Thank you! This mistake will show you that I am a...
  2. Replies
    5
    Views
    2,247

    Help on error LNK2019

    Hello,
    The message from the linker is:



    main.obj||error LNK2019: unresolved external symbol "class std::vector<int,class
    std::allocator<int> > __cdecl vfnd(class std::vector<int,class...
  3. Replies
    23
    Views
    4,460

    I thought the same!

    Hello arpsmack,

    I thought the same. In the book I used to learn C++ (Koenig and Moo. Accelerated C++ Practical Programming by Example. Addison Wesley 2000) they said the two things were the same....
  4. Replies
    23
    Views
    4,460

    End Of Thread

    Thank you so much MarkZWEERS. You have helped me a lot in my code and also in my overall understanding of the tools involved.

    I think your answer marks the final of this thread.

    Bye.
  5. Replies
    23
    Views
    4,460

    It Worked!

    Hello MarkZWEERS,

    Hey man, it worked. Now let me ask you some doubts regarding some of your statements.

    1. These lines represent the first statements in the definition of the generic function. ...
  6. Replies
    23
    Views
    4,460

    Update

    Hey fellas,

    I just did something interesting (at last!).
    I thought the problem could be not in the definition on the layout of the generic function or the way that the compiler was interpreting...
  7. Replies
    23
    Views
    4,460

    Still not working

    Thank you, MarkZWEERS

    First of all, I am very new in C++. This is my first attempt to code something and I still have many doubts, even in details as simple as the use of the operators. I...
  8. Replies
    23
    Views
    4,460

    Thank you!

    Hello Laserlight,

    The first alternative in the link I had already tried. It was the one that generated only one error message. The second one, including in the main file the .cpp file of the...
  9. Replies
    23
    Views
    4,460

    Ok. Thank you very much for your patience,...

    Ok. Thank you very much for your patience, Laserlight. I will update this thread soon (less than 1 hour).
  10. Replies
    23
    Views
    4,460

    No I haven't yet. I will post an updated version...

    No I haven't yet. I will post an updated version as soon as I finish reading the info in your link.
  11. Replies
    23
    Views
    4,460

    The one posted (function code and header are...

    The one posted (function code and header are separated). It produces the two error messages list.
  12. Replies
    23
    Views
    4,460

    When I try to compile the entire project. The...

    When I try to compile the entire project. The initial messages were these:



    d:\dogma\data\research\codes\zcppzone\test01\sscr.h|9|error C2065: 'T' : undeclared identifier|
    main.cpp|55|error...
  13. Replies
    23
    Views
    4,460

    It's there! right in the definition of the...

    It's there! right in the definition of the generic function! I will look forward to the link you mentioned. Thank you.
  14. Replies
    23
    Views
    4,460

    Problem with generic function

    Hello,

    I am new to C++. I tried to create a function for doing the following:

    1. Read a matrix from a .txt file
    2. Store the retrieved data as a vector of vectors
    3. Put the result in...
Results 1 to 14 of 14