Activity for Dev-C++

  • William Torrez William Torrez posted a comment on discussion dev-cpp-users

    I have 1 project and 2 files, they can be executed single but when i execute both files at the same time i get the following error: 7 D:\Desktop\maxname.c multiple definition of `main'

  • Lakhvinder Singh Lakhvinder Singh posted a comment on discussion dev-cpp-users

    In emergency financial circumstances, a Quick Approval Personal Loan can prove to be a lifesaver. Whether you're hit with surprise medical expenses, last-minute travel arrangements, or have to fund a short-term cash deficit, these loans are meant to offer quick access to money—usually in 24 hours. The process of application is usually easy, with little paperwork, and most lenders permit you to apply online from home. One of the greatest strengths of fast approval personal loans is the convenience...

  • Muhammad Imran Muhammad Imran posted a comment on discussion Project Developers (Delphi)

    Benazir Kafalat 13500 Installment 2025 Benazir Kafalat 13500 Installment 2025 has introduced a streamlined system for beneficiaries to check and receive their 13,500 installment for 2025

  • josbuttler josbuttler modified a comment on ticket #664

    I had the same issue on my old Win98 machine with Dev-C++ 4.9.9.2. No matter what patches I installed, the system would freeze at shutdown because devcpp.exe kept running in the background. I found that manually ending the process via Ctrl+Alt+Del before shutting down solved the problem. Reminds me of the time I was working on a web design Perth project and had to use an older system for compatibility testing—same issue, had to kill lingering processes manually. Seems like a common problem with certain...

  • josbuttler josbuttler posted a comment on ticket #664

    I had the same issue on my old Win98 machine with Dev-C++ 4.9.9.2. No matter what patches I installed, the system would freeze at shutdown because devcpp.exe kept running in the background. I found that manually ending the process via Ctrl+Alt+Del before shutting down solved the problem. Reminds me of the time I was working on a web design Perth project and had to use an older system for compatibility testing—same issue, had to kill lingering processes manually. Seems like a common problem with certain...

  • naveedsaddar1111 naveedsaddar1111 posted a comment on discussion Project Developers (Delphi)

    Dev-C++ has not seen major active development in recent years. The original version was discontinued, but there is an updated fork called Embarcadero Dev-C++, which receives occasional updates. However, many developers now prefer modern alternatives like Code::Blocks, Visual Studio Code, or CLion for better support and features. By the way, I was recently checking solar panel prices in pakistan, and it made me think about how energy efficiency matters not just in hardware but also in software! Lightweight...

  • william william posted a comment on discussion Project Developers (Delphi)

    Jager Bomb Recipe Looking for a bold party drink? Drop a shot of Jägermeister into a glass of energy drink (like Red Bull) for an instant Jäger Bomb! Perfect for spicing up your night. #CocktailRecipe #PartyDrinks https://instantpotrecipe.com/jager-bomb/

  • william william posted a comment on discussion Project Developers (Delphi)

    Discover delicious and easy-to-make meals with Instant Pot recipes for every occasion. Visit https://instantpotrecipe.com/ for quick, flavorful dishes!"

  • Mr Beat Mr Beat modified a comment on discussion Project Developers (Delphi)

    Thank you for your thoughtful comment! It’s always encouraging to hear from professionals who recognize the value of ongoing contributions to projects like Dev-C++. Balancing a demanding career while staying connected to open is no small feat, and your acknowledgment speaks volumes about your dedication to the community. check out latest solar panel price in Pakistan Even if direct contributions aren’t always feasible, sharing insights, testing, or simply providing feedback can make a significant...

  • Mr Beat Mr Beat posted a comment on discussion Project Developers (Delphi)

    Thank you for your thoughtful comment! It’s always encouraging to hear from professionals who recognize the value of ongoing contributions to projects like Dev-C++. Balancing a demanding career while staying connected to open-source development is no small feat, and your acknowledgment speaks volumes about your dedication to the community. [[solar panel price in Pakistan]](https://pakistansolarprice.com/) Even if direct contributions aren’t always feasible, sharing insights, testing, or simply providing...

  • leoniefishe leoniefishe posted a comment on discussion dev-cpp-users

    I have Dev C++ installed and ready to use, but when I compile and run a program, the output window flashes by too quickly for me to see the results. How can I make the output window stay open long enough for me to view the program's output? Is there a specific method to pause or delay the closing of the console so I can review the results properly?

  • Muhammad Zakariyan Muhammad Zakariyan posted a comment on discussion Project Developers (Delphi)

    Extremely pleasant ! i'm happy to hear you carved out the opportunity to do this, and will give it a shot in a hurry. I'm very experiencing the same thing as Marek, my expert life has developed in a way I lack the opportunity to accomplish more work on Dev-C++ until further notice. Be that as it may, i'm exceptionally glad to see certain individuals really attempting to further develop it and assist the venture with proceeding.

  • ayaz ayaz modified a comment on discussion dev-cpp-users

    Buy Ozempic online UK is A Trusted Source To Buy Ozempic online. Buy Ozempic online. We have safe and 100% genuine Ozempic in our stock.

  • ayaz ayaz posted a comment on discussion dev-cpp-users

    Buy Osmic online UK is A Trusted Source To Buy Osmic online. Buy Osmic online. We have safe and 100% genuine Osmic in our stock.

  • Arham Khan 0692 Arham Khan 0692 posted a comment on discussion Project Developers (Delphi)

    On-demand was what I had in mind. In essence, the user would select the code block they wished to format. The autoformat code would be applied to that part as though the user had just started typing it. If the user made every choice, the entire file would be automatically formatted.

  • L CN L CN posted a comment on discussion dev-cpp-users

    Hello just a newbie coder here. I am trying to use the debug function in the app and it does not work

  • mike foe mike foe posted a comment on discussion dev-cpp-users

    I believe that the conio library is not present in the compiler you use (MinGW64). Turbo C++ compiler is associated with the Conio library.

  • Vinay Singh Vinay Singh posted a comment on discussion dev-cpp-users

    ifstream infile; string filename; cout << "Enter File name (no spaces): "; cin >> filename; infile.open(filename.c_str()); int count = 0; while (!infile.eof()) { infile >> inputA[count]; count++; } infile.close(); Check this code, If this is working for you or not?

  • john Lawvere john Lawvere posted a comment on discussion dev-cpp-users

    Methods of initializing character arrays and printing their elements that worked with older compilers Don't seem to work with Dev-C++. Could anyone show me an example that works?

  • thormander thormander modified a comment on discussion dev-cpp-users

    I am trying to allow the user to input the name of a .txt file so I can add the integers from it into an array. //file reading ----------------- ifstream infile; string filename; cout << "Enter File name (no spaces): "; cin >> filename; infile.open(filename); //<---------WHERE THE ERROR SHOWS int count = 0; while (!infile.eof()) { infile >> inputA[count]; count++; } infile.close(); //------------------------------ It always throws this error :[Error] no matching function for call to 'std::basic_...

  • thormander thormander posted a comment on discussion dev-cpp-users

    I am trying to allow the user to input the name of a .txt file so I can add the integers from it into an array. //file reading ----------------- ifstream infile; string filename; cout << "Enter File name (no spaces): "; cin >> filename; infile.open(filename); <---------WHERE THE ERROR SHOWS int count = 0; while (!infile.eof()) { infile >> inputA[count]; count++; } infile.close(); //------------------------------ It always throws this error :[Error] no matching function for call to 'std::basic_if...

  • Dev-C++ Dev-C++ updated /README.md

  • Dev-C++ Dev-C++ released /Binaries/Embarcadero Dev-C++/Embarcadero_Dev-Cpp_6.3_TDM-GCC_9.2_Setup.exe

  • Dev-C++ Dev-C++ updated /README.md

  • Dev-C++ Dev-C++ updated /README.md

  • Shaik Rabbani Shaik Rabbani posted a comment on a wiki page

    it shows <iostreem.h> is not compile</iostreem.h>

  • Ioannis Dimitriou Ioannis Dimitriou posted a comment on discussion dev-cpp-users

    I 'm facing the same problem. I did everything so many times but nothing seems to change. What about you?

  • Colin Laplace Colin Laplace modified a wiki page

    Home

  • nonlinearly nonlinearly modified a comment on discussion dev-cpp-users

    I think that the compiler you use (MinGW64) does not contain conio library. Conio library has to do with turbo c++ compiler

  • nonlinearly nonlinearly posted a comment on discussion dev-cpp-users

    I think that the compiler you use does not contain conio library. Conio library has to do with turbo c++ compiler

  • Serious Coder Serious Coder posted a comment on discussion dev-cpp-users

    A newbie coder, just trying to learn. Installed DevC++ and configured it. Just trying to compile a simple graphics program : #include <iostream> #include <conio.h> #include <graphics.h> int main() { int gd=DETECT,gm; initgraph(&gd,&gm,"C:\\Tc\\BGI"); setfillstyle(SOLID_FILL,BROWN); fillellipse(310,160,80,50); ellipse(310,160,110,109,80,50); setfillstyle(SOLID_FILL,BROWN); fillellipse(400,160,20,20); circle(400,160,20); setcolor(RED); arc(468,150,80,180,50); arc(468,165,180,290,50); ellipse(355,136,120,284,105,23);...

  • Fernando Echeverrigaray Fernando Echeverrigaray posted a comment on discussion dev-cpp-users

    Hi james, how did you do to perform and set the parameters? Or you used CMD of the Windows? Thanks a lot!!

  • Fernando Echeverrigaray Fernando Echeverrigaray posted a comment on discussion dev-cpp-users

    Hi james, how did you do to perform and set the parameters? Or you used CMD of the Windows? Thanks a lot!!

  • Lorenzo Rauber Gomes de Oliveira Lorenzo Rauber Gomes de Oliveira posted a comment on discussion dev-cpp-users

    I just downloaded the version 5.11 of this software from here, and programs that worked perfectly on other computers arent working on mine. The compiler window is closing immediately after inputting the variables. Its like it shows the results in a fraction of a second and then closes. I tried disabling my firewall(windows defender) and using a getchar() command at the end of the code, but nothing worked. Please someone help!!

  • JOHN DIMEGLIO JOHN DIMEGLIO created ticket #457

    obtaining source code library for dev-c++

  • prabhat Ghosh prabhat Ghosh posted a comment on discussion Bloodshed Software Forum

    Hi, Can some one let me know how can I export Borland C++ dll functions to C# code through DllImport StdCall, As the code already having StdCall embeded to it. Urgent!!! Thanks, Prabhat Ghosh.

  • prabhat Ghosh prabhat Ghosh posted a comment on discussion Bloodshed Software Forum

    Can Someone please help, It's urgent!!

  • Alhassan A. Ahmed Alhassan A. Ahmed posted a comment on discussion Bloodshed Software Forum

    Thanks for the solution @Nobody/Anonymous.I included <windows.h> and the libraries error cleared, but my program now crashes when I compile and run it.Any idea how I could resolve that?

  • prabhat Ghosh prabhat Ghosh posted a comment on discussion Bloodshed Software Forum

    I have a old C\C++ unmanaged dll. we need to call it from C#. So, trying to generate files through SWIG so the I can call it from C# project - we have 7 headers, 9 .CPP files in c++ Code Base and it is in module structure, functions are directly written in the .CPP files no class is present , they are like - RESOURCE.H - Version Info for the DLL XTYPE.H - This file contains all type definitions including structs used in the X dll XMSG.H - This file contains the message constants XCONS.H - This file...

  • igour igour posted a comment on discussion dev-cpp-users

    whenever i try to compile this program i get the following errors: [Error] conflicting declaration 'std::ifstream inf' [Error] 'inf' has a previous declaration as 'FILE inf' [Error] request for member 'open' in 'inf', which is of pointer type 'FILE [Error] request for member 'read' in 'inf', which is of pointer type 'FILE* I just can't figure out how to resolve this. Can anyone help? here's my code: include "enigma.h" include <algorithm> include <iostream> include <vector> enigma::enigma() { } enigma::~enigma()...

  • Carlos Carvalho Carlos Carvalho created ticket #733

    Losting the value of int's

  • I am learning I am learning posted a comment on discussion Bloodshed Software Forum

    Dear Clifford, it's ~8 years, and I still remember how helful you were. I always...

  • Richard Wamser Richard Wamser posted a comment on discussion Bloodshed Software Forum

    include<iostream> include<windows.h> include<ncurses.h> using namespace std; //void...

  • Richard Wamser Richard Wamser posted a comment on discussion Bloodshed Software Forum

    I sure could yuse some help. I am using Dev-C++ as my programming system for C++...

  • Matthew lack Matthew lack posted a comment on discussion Bloodshed Software Forum

    I have been trying to add something to a vector<class> using emplace_back by it gave...

  • Jim W Jim W posted a comment on discussion dev-cpp-users

    I just downloaded Dev C++. First thing I did was click on Help to find math functions....

  • Michal Molhanec Michal Molhanec posted a comment on discussion Project Developers (Delphi)

    I would just use some online refernce like http://en.cppreference.com/w/c/numeri...

  • Jim W Jim W posted a comment on discussion Project Developers (Delphi)

    I just downloaded Dev C++. First thing I did was click on Help to find math functions....

  • shubham jain shubham jain created ticket #732

    Error compiling Files having same prefix

  • Robert Wolfgang Robert Wolfgang posted a comment on discussion dev-cpp-users

    I eventually figured it out that I need to include the two files libgsl.a and libgslcblas.a...

  • Robert Wolfgang Robert Wolfgang posted a comment on discussion dev-cpp-users

    Dear Cpp users, I'm using Ver. 4.9.9.2 of Dev C++ on a Windows 7 platform. I recently...

  • Anonymous modified a comment on ticket #706

    I have the same problem (Windows 7 x64). It solved by running Dcpp as аdministrator....

  • Phil Chubb Phil Chubb posted a comment on discussion Bloodshed Software Forum

    I downloaded the apparent latest install package cpp5.11TDM-GCC4.9.2Setup.exe on...

  • Anonymous modified a comment on ticket #706

    I have the same problem (Windows 7 x64). It solved by running Dcpp as аdministrator....

  • Anonymous modified a comment on ticket #706

    I have the same problem (Windows 7 x64). It solved by running Dcpp as аdministrator....

  • Thomas Kipp Thomas Kipp posted a comment on discussion Bloodshed Software Forum

    I'm using the IDE DevC++[Version:5.8.2] I'm creating a simple Win32-Console-Project...

  • Thomas Kipp Thomas Kipp posted a comment on discussion dev-cpp-users

    I'm using the IDE DevC++[Version:5.8.2] I'm creating a simple Win32-Console-Project...

  • Anonymous modified a comment on ticket #706

    I have the same problem (Windows 7 x64). It solved by running Dcpp as аdministrator....

  • Дмитро Дмитро posted a comment on discussion Bloodshed Software Forum

    Потім.. Не сьогодні. Дві години за північ, я спати хочу.

  • Дмитро Дмитро posted a comment on discussion Bloodshed Software Forum

    У повсякденному житті 1 асоціюється з ,,так ,, і далі з ,,правда,, , ,,вірно,, та...

  • Michael Jacob Michael Jacob posted a comment on discussion dev-cpp-users

    I created a windows project and pasted the code for a window and it compiled and...

  • Anonymous modified a comment on ticket #706

    I have the same problem (Windows 7 x64). It solved by running Dcpp as аdministrator....

  • Chuck Crate Chuck Crate posted a comment on discussion Bloodshed Software Forum

    Hi All, I am having a problem with my program ceasing to work properly and shutting...

  • Arnold joseph Arnold joseph posted a comment on discussion dev-cpp-users

    It runs but crashes after i input the name of the player, i am still a beginner programmer...

  • Arnold joseph Arnold joseph posted a comment on discussion dev-cpp-users

    It runs but crashes after i input the name of the player, i am still a beginner programmer...

  • Chuck Crate Chuck Crate modified a comment on discussion dev-cpp-users

    Boy talk about getting my stuff together -- I forgot the most important part and...

  • Chuck Crate Chuck Crate modified a comment on discussion dev-cpp-users

    Boy talk about getting my stuff together -- I forgot the most important part and...

  • Chuck Crate Chuck Crate posted a comment on discussion dev-cpp-users

    Boy talk about getting my stuff together -- I forget the most important part and...

  • Chuck Crate Chuck Crate modified a comment on discussion dev-cpp-users

    I know I do not have the correct configuration with the compiler, maybe not even...

  • Chuck Crate Chuck Crate posted a comment on discussion dev-cpp-users

    I know I do not have the correct configuration with the compiler, maybe not even...

  • Jeff Wise Jeff Wise posted a comment on discussion dev-cpp-users

    For some reason I have been unable to use the inline assembler in Dev-C/C++ ver 5.11....

  • Amir Mohammadi Amir Mohammadi created ticket #731

    directories lost after restarting - in multi directories

  • pablo pablo posted a comment on discussion dev-cpp-users

    Hello, can anybody help me?

  • pablo pablo posted a comment on discussion dev-cpp-users

    Hello, I need libraries , commands and examples of libraries that allow me to send...

  • Tor E Syversen Tor E Syversen modified a comment on discussion dev-cpp-users

    try'd to read the instuction on the puma homepage? works on windows 10 and code::blocs...

  • Tor E Syversen Tor E Syversen posted a comment on discussion dev-cpp-users

    try'd to read the instuction on the puma homepage?

  • james james posted a comment on discussion dev-cpp-users

    I want to run a program called “puma” that is written in C++. The author said: "To...

  • Tor E Syversen Tor E Syversen posted a comment on discussion dev-cpp-users

    try the CODE::BLOCKS Compiler from www.codeblocks.org and test the same code in this...

  • Michael Jacob Michael Jacob modified a comment on discussion dev-cpp-users

    This message is what I get when I try to compile and run a program, any help is greatly...

  • Michael Jacob Michael Jacob posted a comment on discussion dev-cpp-users

    This message is what I get when I try to compile and run a program, any help is greatly...

  • yateanieys yateanieys modified a comment on discussion Bloodshed Software Forum

    I’m trying to improve the readability of my code within Dev C++. Is there a way to...

  • yateanieys yateanieys posted a comment on discussion Bloodshed Software Forum

    I’m trying to improve the readability of my code within Bloodshed Dev C++. Is there...

  • DimitrisP DimitrisP posted a comment on discussion Bloodshed Software Forum

    Installed latest version of Dev-C++ on a Windows XP SP3 pc. When I try to write code...

  • DimitrisP DimitrisP posted a comment on discussion dev-cpp-users

    Installed latest version of Dev-C++ on a Windows XP SP3 pc. When I try to write code...

  • Tor E Syversen Tor E Syversen posted a comment on discussion dev-cpp-users

    include<stdio.h> include<conio.h> int main() { int n=1; while(n<=10) { printf("%d...

  • Hamza mughal Hamza mughal modified a comment on discussion dev-cpp-users

    i am using dev cpp and today i was trying to study . But output is displaying nothing...

  • Hamza mughal Hamza mughal posted a comment on discussion dev-cpp-users

    i am using dev cpp and today i was trying to study . But output is displaying nothing...

  • Bonsignore Bonsignore posted a comment on discussion Bloodshed Software Forum

    [Oh, the threat is real... when _they realize you programmed a perfect eternity...]...

  • Trish Martin Trish Martin posted a comment on discussion Bloodshed Software Forum

    People on this board are not great at answering questions, Rhett are very full of...

  • Bonsignore Bonsignore posted a comment on discussion Bloodshed Software Forum

    They are all dead and the main thief is waiting for one of YOU to undo the error...

  • Robert Tausworthe Robert Tausworthe posted a comment on discussion Bloodshed Software Forum

    I have just installed Dev-C++ 5.9.0 and the Web Update feature is STILL inoperative,...

  • Dev-C++ Dev-C++ released /OldFiles/gdb-6.3_1-1spec.DevPak

1 >
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.