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

Search:

Type: Posts; User: CarolineS

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,219

    .d files (dependency files)

    Can anyone please tell me the usage of .d files? I saw the below explanation in a blog

    "The .d files are responsible for checking all file dependencies, i.e., which files need to be recompiled if...
  2. Replies
    4
    Views
    897

    Re: Testing strategies

    Hi Jeff,

    Here im in a situation to test interfaces as seperate classes. I shld also test the polymorphism behaviour of functions too. So it would be of help if i get to know certain basic testing...
  3. Replies
    4
    Views
    897

    Testing strategies

    Hi,

    I'm doing Unit testing for C++ software. If i could have any testing strategies for the different OOPS concepts like checking for inheritance, polymorphism then it would be very helpful. Any...
  4. Replies
    3
    Views
    1,107

    Str function in VB

    Hi,

    I'm a beginner in VB. I tried to change an integer to string using str as below

    Dim z As Integer
    Dim s As String

    z = 100
    s = Str(z)
    Combo2.AddItem (s)
  5. Replies
    4
    Views
    6,950

    Re: Source code for bgp/ospf

    Hi Hari,

    I tried with google and ended up in vain :(

    Thats y i posted it here..so tht i'd get some inputs...

    regards,
    carol
  6. Replies
    4
    Views
    6,950

    Source code for bgp/ospf

    I'm in need of source code for simulation of bgp/ospf routing protocol.

    Any suggestions where i can get the same?
  7. Re: 'HHC6003: Error: The file Itircl.dll has not been registered correctly'

    Hi Jeff,

    Thanks a lot!!! It worked :-)

    Carol
  8. 'HHC6003: Error: The file Itircl.dll has not been registered correctly'

    Hi, I'm trying to create a HELP using HTML Help Workshop. But when i try to compile it, it gives following error : 'HHC6003: Error: The file Itircl.dll has not been registered correctly'. I tried to...
Results 1 to 8 of 8





Click Here to Expand Forum to Full Width

Featured