Thread: Need some learning resources.

  1. #1
    Registered User
    Join Date
    Apr 2003
    Posts
    7

    Smile Need some learning resources.

    Greetings.

    I am a beginner in programming.,I have been doing C programming in "DOS". I have done a few simple programs using MFC with a guidance of a tutorial, however I find it very difficult to use MFC.

    I would like to write processes in C but build the interface using Visual Basic. However I do not have any idea of how to make a DLL in C language using Visual C++ and how to call and communicate between VB and the DLL.

    Would greatly appreciate if anyone can reccommend me to good tutorials on this subject. It would be wonderful if someone could give me a simple example which includes 'the full code in the DLL of a function with input and output' and 'a call from VB which will give input and receive output from the DLL'.

    So sorry that I did not try hard enough searching around before seeking help as I am currently serving my National Service and got very little time.

    Thanks in advance.

    (I am using Visual Studio 6.0)

  2. #2
    Registered User
    Join Date
    Nov 2001
    Posts
    1,348
    You may be trying to learn too much at once. Start at the foundation with C or C++. Go to windows programming after you are confident in C and/or C++.

    Kuphryn

  3. #3
    Registered User
    Join Date
    Jun 2003
    Posts
    245
    If you want an easy to use GUI (like in Visual Basic) but be able to write all the code in C++, then it sounds like you need Borland C++ Builder - this gives the exactly that - gui creation as like VB, but coding as like VC++.

    It's not going to cost you a great deal either, there are old copies of Borland C++ Builder taped to the back of several books on how to use the product.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Machine Learning with Lego Mindstorms
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 14
    Last Post: 01-30-2009, 02:34 PM
  2. Need Help On a Simple Bank Program
    By oobootsy1 in forum C# Programming
    Replies: 9
    Last Post: 08-08-2005, 10:51 AM
  3. Fun Learning a New Language
    By UnregdRegd in forum A Brief History of Cprogramming.com
    Replies: 16
    Last Post: 09-30-2003, 10:03 PM
  4. Learning C++ resources
    By uriel2013 in forum C++ Programming
    Replies: 4
    Last Post: 04-26-2003, 09:30 PM
  5. Learning Rate Of C++
    By Krak in forum C++ Programming
    Replies: 27
    Last Post: 01-29-2003, 01:53 PM