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

Search:

Type: Posts; User: kfger

Search: Search took 0.01 seconds.

  1. Re: Dev C++ did not compile and ran the following program

    just now i have asked then.waiting for their answers.
  2. Re: Dev C++ did not compile and ran the following program

    when you go their help forum which is
    http://www.bloodshed.net/forum
    it goes to
    https://sourceforge.net/account/login.php
    i dont know why.
    my browser is working ok.
    Regards
  3. Re: Dev C++ did not compile and ran the following program

    It is dev c++ because when I installed it,it installed an icon on my desktop underneath this icon was written name Dev C++.i also want to inform you that it’s the latest version. Version 5.4.0.its...
  4. Re: noob Dev-C++ help. Need to calc area & perimeter of a rectangle (class proj).

    please also tell me how to compile and run a program in Dev c++ latest version.usual methods dont work.but when i hit open and run it opens an open dialog box.it should compile the program shouldnt...
  5. Dev C++ did not compile and ran the following program

    //fig.1.4: fig01_04.cpp
    //printing a line with multiple statements
    #include <iostream>

    //function main begins program execution
    int main()
    {
    std::cout << "Welcome ";
    std::cout << "to...
Results 1 to 5 of 5





Click Here to Expand Forum to Full Width

Featured