CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: guyafe

Page 1 of 6 1 2 3 4

Search: Search took 0.05 seconds.

  1. Re: Why is .lib file necessary when load time linking DLL

    Thanks, Now I understand.

    I think what confused me is that I compile a solution containing both the DLL and the executable. Also I used in the executable code the headers from the DLL.

    Now I...
  2. Re: Why is .lib file necessary when load time linking DLL

    Thank you all for the replies. They were much helpful.
    I looked over the above links (unfortunately some of the links inside were broken:() and went through your answers.
    What confused me before...
  3. Why is .lib file necessary when load time linking DLL

    Hi all,
    I am new in DLL programming and trying to understand how the linking is done.
    I found several tutorials. All of them just tell "what" but neither explain "why" or "how".
    It written there...
  4. Replies
    6
    Views
    1,570

    Re: Trying to figure out Java EE

    Tanks,
    Now everything is starting to make sense
  5. Replies
    6
    Views
    1,570

    Re: Trying to figure out Java EE

    Thanks,
    Does that mean that (say) Glassfish can process JSP code?

    Guy
  6. Replies
    6
    Views
    1,570

    Re: Trying to figure out Java EE

    Thanks,
    Can you please tell me some more about application servers?
    I understand the goal of, say, web server (Tomcat, IIS, etc.) but not of application server.
    Who is using it? What does it do?...
  7. Replies
    6
    Views
    1,570

    Trying to figure out Java EE

    Hi all,
    I am trying to understand what is Java EE and what is the difference between it and Java SE.
    Googling out let me understand that EE is the SE, adding wider API: Mostly for server...
  8. Replies
    13
    Views
    1,711

    Re: Memory managment in C++

    You are right. The thing is that this exercise was specifically mentioned to use arrays instead of vectors.
    Also, I still wanted the understanding of how things work.
  9. Replies
    13
    Views
    1,711

    Re: Memory managment in C++

    Thanks.
    This link was very interesting. I spent the night reading all the FAQs in there :-)
  10. Replies
    13
    Views
    1,711

    Re: Memory managment in C++

    Thanks,
    This was very helpful. Actually I'm starting to work on Linux kernel, so hopfully I'll understand it better.
    By the way, oddly I understand well how the MMU works (I have HW background)....
  11. Replies
    13
    Views
    1,711

    Re: Memory managment in C++

    Well' you'r right. I don't want to reinvent C++. Though I want to have some idea about how the machin works.
  12. Replies
    13
    Views
    1,711

    Re: Memory managment in C++

    Thank,
    Can you please elaborate?
    Is it OS depended or compiler depended? (Or both)
    Do you know a good tutorial (or even a book) explaining this?

    Thanks,
    Guy
  13. Replies
    13
    Views
    1,711

    Memory managment in C++

    Hi All,
    I am a newbie at C++ (Transferring from Java), and would like to understand some memory issue in C++.
    Say I have an array of objects, dynamically allocated using new[] operator. When I...
  14. Replies
    4
    Views
    1,795

    CSS Re: Can't centralize a picture

    Cool!
    That not only solved my problem but also caused the right click on the image to be useless. Another small obstacle for trying to copy the image.
  15. Replies
    4
    Views
    1,795

    CSS Re: Can't centralize a picture

    Thanks, but still I have to questions:


    Why did it work on the thumbnails?
    How can I centralize the picture?
  16. Replies
    4
    Views
    1,795

    CSS Can't centralize a picture

    Hi all,
    Please take a look at the following site.
    Though it is in Hebrew, my question is not related to the wording.
    I would like to vertically centralize the main picture in this page.

    There...
  17. Replies
    5
    Views
    2,802

    Re: Explanation about InputStream

    What I meant is that probably the problem is in the server on the other side.
    But the other thing is why did SecureCRT kept running if the server sent it also -1?
    Meaning that connectiong through...
  18. Replies
    5
    Views
    2,802

    Re: Explanation about InputStream

    Thanks,
    I understand that -1 as a return value is definitely meaning end of connection or that something went wrong in the connection.
    Can I assume that the problem is in the connection itself and...
  19. Replies
    5
    Views
    2,802

    Explanation about InputStream

    Hi All,
    Can anyone clarify for me when will an InputStream send -1 upon read() method?
    What is the meaning "End of stream is received"?

    My question is concerning especially for sockets:
    I have...
  20. Replies
    5
    Views
    2,658

    Re: Using generics in reflection

    Thanks! that worked well.
    I must say, these generics are so confusing....
  21. Replies
    5
    Views
    2,658

    Re: Using generics in reflection

    The information about Obj that implements intrfc is also known at compile time, so why can't the comiler infer this?

    I like enums. Their cool!
    More specifically: I have a ComboBox that has values...
  22. Replies
    5
    Views
    2,658

    Using generics in reflection

    Hi all,
    I have a bit confusing question:
    Suppose I have the following object (A class that implements a certain interface):

    class Obj implemets intrfc{}
    Next I have an Enum that each of its...
  23. Thread: Telnet Protocol

    by guyafe
    Replies
    5
    Views
    3,146

    Re: Telnet Protocol

    Found it!
    After digging the net, I found the answer.
    Apparently the server is implementing by default (Same as probably almost all other telnet server), the VT-100 terminal, and the above...
  24. Thread: Telnet Protocol

    by guyafe
    Replies
    5
    Views
    3,146

    Re: Telnet Protocol

    Thanks dlorde,
    I'll tru the forum you sent.
  25. Thread: Telnet Protocol

    by guyafe
    Replies
    0
    Views
    504

    Telnet Protocol

    Hi all,
    If this thread should belong in a different forum, please refer me.
    I am working on a telnet program (Such as Putty and SecureCRT). Maybe some day it will be ready and I can spread it in...
Results 1 to 25 of 128
Page 1 of 6 1 2 3 4





Click Here to Expand Forum to Full Width

Featured