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

Search:

Type: Posts; User: cohen990

Search: Search took 0.03 seconds.

  1. Re: First time using library - Error with struct declaration

    Hey, sorry this problem has been solved (rather rudely) on a different forum!
    My questions about void methods remains unanswered though (the problem was I was using the headers incorrectly and...
  2. First time using library - Error with struct declaration

    Okay so I'm writing a simple program - so far with just 1 header and 1 .cpp file to go with it. I'm getting strange errors saying that my struct hasn't been recognised even though I declare it in...
  3. Scope problem - first time using headers!

    Dear gurus -

    The three files concerned are :



    //main.cpp

    #include<stdio.h>
    #include<iostream>
Results 1 to 3 of 3





Click Here to Expand Forum to Full Width

Featured