anyone knows why?
Hi. I am using the debugger. I have some doubts. Can someone help me? 1) What is the difference between next education and next line? 2) Why when the debut encounter "cout" no longer advances to the next line? 3) Is it possible to view the stack? Thanks
I downloaded version 5.11, created a simple project, and loaded an existing CPP file. It locked up while it was "parsing" I removed it, and installed verison 5.7.1, and it correctedly loaded the file and parsed it. This is on a Window 10 machine, just installed a few weeks ago. I see the author seems to have last posted back in 2012. So it there ongoing support from the author or others?
Hello guys I have a job in programming c language and honestly I work around 24 hours. Can you please tell me how to invert the lines of a two-dimensional table into columns and vice versa ??
Hi. I'm building a simple Android C++ app in Visual Studio 2019 for my eCommerce site : An app on Android phone devices when clicked will go to a specified url. I'm new to C++ coding language and Visual Studio. I sort of guess a simple C++ coding in Visual Studio for Android and got errors. See attached file. Would appreciate suggestions on how to get the app functioning. Thanks.
It WAS pilot error: the .exe ran fine, but I'd forgotten to "pause" the system. All OK now. Sorry for the mixup 73.... ~jess
New download of DEV C++ will compile and run sources, then save the source (.cpp) and Application (.exe). DEV C++ will let me re-load the source, and it will run again. The Application appears to re-load, but it will not run. The ONLY msg I get is that DEV has turned the problem over to our NOD32ANTIVIRUS. I suspect pilot error, but even that is a WAG. I'd be grateful for advice. regards... ~jess
Uninstall the version of dev c++ that is causing compilatio/builde errors ...and thereafter install the portable versionw which be downloaded from https://sourceforge.net/projects/orwelldevcpp/ ...I had the same problem and it was fixed after installing the portable version.
Uninstall the one and install the portable version https://sourceforge.net/projects/orwelldevcpp/ , I had the same proble and was fixed after installing the portable version.
Hola Pedro, aquí te dejo algunas de mis sugerencias: Cambia Archivo Editor por Editor de archivos, Ejemplo Animación por Ejemplo de animación, Inpup Loop == Bucle Entrada por Input Loop == Bucle de entrada, Recargar BaseDatos por Recargar base de datos, BarraHerramientas por Barra de herramientas, Detalle por Detalles, Detalles Paquete por Detalles del paquete, Libería Estática por Biblioteca estática, ïndice por Índice, Nombre función por Nombre de función o Nombre de la función Proyecto Vacio por...
Hi, I'm using this software since 2017 I faced new problem during opening my college lecture sources. It was caused from these acts, 1. Open multiple files at once (photo 1) 2. And open multiple files at once again (photo 2) After 2, Dev C++ is not working with unlimited loading circle... Who faced this problem? Anyone solved? OS version: Windows 10 1809, 17763.805 Dev C++ version: 5.11
Hi, I'm using this software since 2017 I faced new problem during opening my college lecture sources. It was caused from these acts, 1. Open multiple files at once (photo 1) 2. And open multiple files at once again (photo 2) OS version: Windows 10 1809, 17763.805 Dev C++ version: 5.11 After 2, Dev C++ is not working with unlimited loading circle... Who faced this problem? Anyone solved?
Please help me figure out what I'm doing wrong with my makefile/compile options. I'm getting this error: Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "C:\Users\user\Documents\Dev-C_Projects\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -g3 C:\Users\user\Documents\Dev-C_Projects\Makefile.win:28: recipe for target 'main.o' failed mingw32-make.exe:...
Please help me figure out what I'm doing wrong with my makefile/compile options. I'm getting this error: Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "C:\Users\user\Documents\Dev-C_Projects\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -g3 C:\Users\user\Documents\Dev-C_Projects\Makefile.win:28: recipe for target 'main.o' failed mingw32-make.exe:...
Please help me figure out what I'm doing wrong with my makefile/compile options. I'm getting this error: Processing makefile... -------- - Makefile Processor: C:\Program Files (x86)\Dev-Cpp\MinGW64\bin\mingw32-make.exe - Command: mingw32-make.exe -f "C:\Users\user\Documents\Dev-C_Projects\Makefile.win" all gcc.exe -D__DEBUG__ -c main.c -o main.o -I"C:/Program Files (x86)/Dev-Cpp/MinGW64/include" -g3 C:\Users\user\Documents\Dev-C_Projects\Makefile.win:28: recipe for target 'main.o' failed mingw32-make.exe:...
When i try to open a cpp file in dev-c++ a message comes up and says the file is not found
Hi Please find the attached code for the issue i faced. Can anyone hel me out from this.
Hi All, Is there any way to convert extended ASCII charters(from the range 128-255) to its corresponding decimal values programmatically? Brief:: standard ASCII charters ranging from 0-127 we can store it in simple character variable and we do the conversion like below example. e.x:1) for Standard ASCII charter to decimal conversion char myString [] = "+"; // input is '+' corresponding decimal value is 43. printf("myString decimal val = %d, size = %d, %d\n",myString[0], sizeof(tmpBuffer)); O/p: myString...
I am having problems with the upload. I didn't write this: int main() { it must be: int main() {
I am having problems with the upload. I didn't write this: int main() { it must be: int main() {
I am having prpblems with the upload. I didn't write this: int main() { it must be: int main() {
How to create a sort of stringarray ? I would like to store the available wfd.cFileName in an array. Later I could address them by their numbers. #include <windows.h> #include <iostream> using namespace std; int main() {</iostream></windows.h> WIN32_FIND_DATA wfd; char langarray_filename[200]; // ???; int langarray_fileposition[200]; int counter=1; HANDLE File_hnd; char buffer[50]; //################### File_hnd=FindFirstFile("languages_menu\*",&wfd); FindNextFile(File_hnd,&wfd); // .directory FindNextFile(File_hnd,&wfd);...
How to create a sort of stringarray ? I would like to store the available wfd.cFileName in an array. Later I could address them by their numbers. #include <windows.h> #include <iostream> using namespace std;</iostream></windows.h> int main() { WIN32_FIND_DATA wfd; char langarray_filename[200]; // ???; int langarray_fileposition[200]; int counter=1; HANDLE File_hnd; char buffer[50]; //################### File_hnd=FindFirstFile("languages_menu\*",&wfd); FindNextFile(File_hnd,&wfd); // .directory FindNextFile(File_hnd,&wfd);...
How to create a sort of stringarray ? I would like to store the available wfd.cFileName in an array. Later I could address them by their numbers. #include <windows.h> #include <iostream> using namespace std; int main() {</iostream></windows.h> WIN32_FIND_DATA wfd; char langarray_filename[200]; // ???; int langarray_fileposition[200]; int counter=1; HANDLE File_hnd; char buffer[50]; //################### File_hnd=FindFirstFile("languages_menu\*",&wfd); FindNextFile(File_hnd,&wfd); // .directory FindNextFile(File_hnd,&wfd);...
I have just installed the Windows 10 on my PC, but it cannot be run as I can't find the valid Windows 10 license to activate the OS. It is showing Windows Activation Error 0xc004f074 on my PC and the installation remains incomplete. Can anybody suggest me some solutions for the error?
I'm an SDET working at Amazon India. And apart from regress preparation (mainly using offline study stuff) for those several rounds at Amazon, I also referred to this for amazon SDET interview questions, and it helped me a lot.
I want to create a dialog box so can visually add common controls to my application. Is this possible?
Ian recently facing some problems with my Arlo camera and it is showing that my camera memory storage is full. I have deleted all the photos from the camera, but still, the same problem is showing. I have searched on https://netgears.support/blog/fix-arlo-camera-offline-issues/ to fix out the issue but failed. Has anyone any wat out to solve the issue?
It is one of the most common error that we all more or less face. You can do one think that change the ip of the system. You may also visit snapchat australia for further solutions for this particular issue.
Thank you very much.
Even if you get synedit installed it will fail to run, i just tried with a later version of synedit with support for delphi 2007 and while dev-cpp builds running it just hangs the exe. Debugging tells me that its looking for a missing variable, but nothing else so its hard to pin it. Works like a charm on delphi 2006 though so something obviously changed.
Debug stops when adding watch
Debug stops when adding watch
Debug stops when adding watch
Hello, I've been working on a c++ visual studio project with my team and we're ready for distribution. When i create a release build it runs perfectly fine on my computer (I'm using SFML). When I run the application on another computer that doesn't have visual studio installed on it it comes up with an error saying missing MSVCP140D.dll. I read up on this error and i tried changing the runtime library in my project from MTd to MT and when I do that I get and exception error on the SFML line of text...
I have also faced the same issue on my new laptop and my laptop is running Windows 10. I can't understand what to do and I have reported this to epson printer error code 0xf3. This is really the ebst resource to solve such an error and it really helped me a lot.
Thank you
Can anyone suggest a SEO link builder for our site, We are not looking for india company but cant afford the big buck either. Any suggestion. we are ranked #1 in bing and yahoo for Pitot Tube Pump (we are gtorhino) we cant seem to get to page#1 for Google so need seo link builder that we can source out.
Display - 'current line' background color is always cyan.
you can see option to change current line color in tools->editor->general
Hi all my problem is that DEV C++ in fact continue to run previous compiled file, not the current one I'm running very simple example of SW, and when starting a new one (partially obtained via copy and paste from the old one...) and compiling the new one, DEV C++ runs the old version. I closed the compiler and reopened it, finally I also uninstalled and reinstalled it, but the result is still that it runs N-1 version, not N version (also when from N-1 to N it changed drastically) Unexplicable!! Please...
Anyone know how to make error F37232 go away? When I try to register at sourceforge.net, Speed Test I get F37232. I've tried several browsers on several Scrabble Word Finder machines in several states. Solitaire No dice. Anyone know what this might be or how I can work around it?
Anyone know how to make error F37232 go away? When I try to register at sourceforge.net, I get F37232. I've tried several browsers on several machines in several states. No dice. Anyone know what this might be or how I can work around it?
Dev-C++ version 5.5.2 gives compilation error that occurs in the last line in main(): [Error] 'srand48' was not declared in this scope #include <sys/time.h> #include <cmath> #include <cstdlib> #include <stdlib.h> extern double drand48(); extern long lrand48(/*long*/); extern int rand(); extern void srand(long seedval); //main program main() { //set random number generator struct timeval tp; struct timezone tzp; gettimeofday(&tp,&tzp); srand48(tp.tv_usec); //compilation error occurs here: [Error]...
compilation error occurs in the last line in main(): [Error] 'srand48' was not declared in this scope #include <sys/time.h> #include <cmath> #include <cstdlib> #include <stdlib.h> extern double drand48(); extern long lrand48(/*long*/); extern int rand(); extern void srand(long seedval); //main program main() { //set random number generator struct timeval tp; struct timezone tzp; gettimeofday(&tp,&tzp); srand48(tp.tv_usec); //compilation error occurs here: [Error] 'srand48' was not declared in this...
include <sys time.h=""></sys> include <cmath></cmath> #include <cstdlib> #include <stdlib.h> extern double drand48(); extern long lrand48(/long/); extern int rand(); extern void srand(long seedval); //main program main() { //set random number generator struct timeval tp; struct timezone tzp; gettimeofday(&tp,&tzp); srand48(tp.tv_usec); //compilation error occurs here: [Error] 'srand48' was not declared in this scope return 1; }
/#include <sys time.h=""></sys> include <cmath></cmath> #include <cstdlib> #include <stdlib.h> extern double drand48(); extern long lrand48(/long/); extern int rand(); extern void srand(long seedval); //main program main() { //set random number generator struct timeval tp; struct timezone tzp; gettimeofday(&tp,&tzp); srand48(tp.tv_usec); //compilation error occurs here: [Error] 'srand48' was not declared in this scope return 1; }
/#include <sys time.h=""></sys> include <cmath></cmath> #include <cstdlib> #include <stdlib.h> extern double drand48(); extern long lrand48(/long/); extern int rand(); extern void srand(long seedval); //main program main() { //set random number generator struct timeval tp; struct timezone tzp; gettimeofday(&tp,&tzp); srand48(tp.tv_usec); //compilation error occurs here: [Error] 'srand48' was not declared in this scope return 1; }
/#include <sys time.h=""></sys> include <cmath></cmath> #include <cstdlib> #include <stdlib.h> extern double drand48(); extern long lrand48(/long/); extern int rand(); extern void srand(long seedval); //main program main() { //set random number generator struct timeval tp; struct timezone tzp; gettimeofday(&tp,&tzp); srand48(tp.tv_usec); //compilation error occurs here: [Error] 'srand48' was not declared in this scope return 1; }
/#include <sys time.h=""></sys> include <cmath></cmath> #include <cstdlib> #include <stdlib.h> extern double drand48(); extern long lrand48(/long/); extern int rand(); extern void srand(long seedval); //main program main() { //set random number generator struct timeval tp; struct timezone tzp; gettimeofday(&tp,&tzp); srand48(tp.tv_usec); //compilation error occurs here: [Error] 'srand48' was not declared in this scope return 1; }
/****/ include <sys time.h=""></sys> include <cmath></cmath> #include <cstdlib> #include <stdlib.h> extern double drand48(); extern long lrand48(/long/); extern int rand(); extern void srand(long seedval); //main program main() { //set random number generator struct timeval tp; struct timezone tzp; gettimeofday(&tp,&tzp); srand48(tp.tv_usec); //compilation error occurs here: [Error] 'srand48' was not declared in this scope return 1; }
/****/ include <sys time.h=""></sys> extern double drand48(); extern long lrand48(/long/); extern int rand(); extern void srand(long seedval); //main program main() { //set random number generator struct timeval tp; struct timezone tzp; gettimeofday(&tp,&tzp); srand48(tp.tv_usec); //compilation error occurs here: [Error] 'srand48' was not declared in this scope return 1; }
Additional features - GetOpenFileName
After a lot of searching I discovered that the real time protection of the antivirus program or the firewall of windows reads the extention ".exe" as a virus and causes this fatal error so you only have to disable real time protection.
I have install, uninstall and reinstall dev c++ from sourceforge many times. Everytime I get the same error in compiling a project even if I have a program like: #include <stdio.h> #include <stdlib.h> /* run this program using the console pauser or add your own getch, system("pause") or input loop */ int main(int argc, char *argv[]) { printf("hello"); return 0; } The error is called fatal error and the exact description is: can't create main.o: No such file or directory recipe for target 'main.o'...
Is there a resource where I can look up Make error numbers? I have the following and need to figure out what the error is. make.exe: [main.o] Error -1073741819 Executions Terminated
Is there a way to use the information entered in the Version Info tab of the Project options in your code, for example to implement a --version argument to a console program. Are they for example defined as macros? Sorry if this is a duplicate of a previous post.
Is there a way to use the informtation entered in the Version Info tab of the Project options in your code, for example to implement a --version argument to a console program. Are they for example defined as macros? Sorry if this is a duplicate of a previous post.
It would be a good idea if DevC ++ had a group of projects so we could do more complex jobs in one place
Is there a way to create 64 bit C++ .lib librariy files, via compilation of classes, in Dev-C++?
[Please delete this post from here!]
I have been successfully using the stable, 64 bit version of Dev-C++ on Windows 10 64 bit Home edition. I have been using the 64 bit TDM compiler (and linker). -If I have some non-defaulting linking instructions that I want Dev-C++ to hand on to TDM for compiling and linking, whereabouts in Dev-C++ do I go to add those in, so that they get saved and remembered?
**sir,please provide dark theme for dev-c++.
sir,please provide dark theme for dev-c++.
sir,please provide dark theme for dev-c++.
sir,please provide dark theme for dev-c++.
sir,please provide dark theme for dev-c++.
Thank you, it really helped.
NTer >> YOU ARE FANTASTIC BECAUSE OF U, I COULD ABLE TO INSTALL DEVCPP IN LAPTOP..... THANQ
Dear all, I want to use graphics in a program I am writting with dev c++... I have followed some links to download the library graphics.h, and adding those texts in the linker, however it is still not working. I have windows 10 pro, version 1803, with a Pentium (R) Dual-Core CPU E6500 @ 2.93 GHz, a 4.00 GB Ram memory, and a 64 bits operative system with a x64 processor What shall I do to get the library and manage to use graphics? Thank you very much in advance for your help and support. Best gr...
Last time I ran into this issue, it was due to DEP (Data Execution Protection) setting on Windows. You can 'whitelist' the execution for Dev-C++ in the settings.
Virus on any C code (Avira detect TR/Crypt.ZPACK.Gen7)
Virus on any C code
Virus on any C code
I got the same problem here and i dont know how to fix it
does anybody know what happened with this programme? I compile it without errors but when I run it, appears the following message: file.exe stop working. Windows is looking for a solution. the file is attached and I thank in advance who will give me a hand
Code is compiling is working fine but while running message appears at console, Error 5: Access Denied. Can't execute <path>/<filename>.cpp. I'm attaching the console image</filename></path>
I have an upcoming interview with Amazon for sde 2 role. I'm not good in alogrithms and data strcutures. I've started practicing interview problems from interviewbit - amazon . Apart from this. What should I do to prepare for interviews? Can anyone guide me on how to prepare for this part?
//Code listing for WMain.cpp include <windows.h></windows.h> extern LRESULT CALLBACK WindowF (HWND,UINT,WPARAM,LPARAM); char szWinName[] = "MyWin"; char szTitle[] = "Parabola Drawing"; int WINAPI WinMain (HINSTANCE hThisInst, HINSTANCE hPrevInst, LPSTR lpszArgs, int nWinMode) { //Defining window class HWND hwnd; MSG msg; WNDCLASSEX wcl; wcl.cbClsExtra = 0;//extra bytes wcl.cbSize = sizeof(WNDCLASSEX); //size of the struct wcl.cbWndExtra = 0;//extra bytes wcl.hbrBackground = (HBRUSH)GetStockObject(WHITEBRUSH);...
Hello I am working with simulation software written in C++ and I need some help. I created a DLL file and linked it to my original code. now I need to write a functions inside this DLL, but the variables and these functions are already identified in the original code. my question is if it's possible to write in the DLL file what is already defined in the code, and how! I'm not an expert and I hope I made my point clear :/ Thank you
Hello all I am not an expert in programming and I need help. #-o it is regarding DLL. I am working on a windows simulation software developed with WxFormBuilder and C++. I need to write a code that loads a DLL file during the simulation. are the steps shown in this link relevant for working with wxWidgets applications also? or there is another way to write such code! https://msdn.microsoft.com/en-us/library/ms235636.aspx Thank you
hi! actually i dont know what is the speacial problem with? but if u save as your file in drive F or another drive and then run it. it will be ok!.
I am getting the following compiler message when attempting to use AlphaBlend: undefined reference to `__imp_AlphaBlend' The MSDN lists the requirements for AlphaBlend: Requirements: Minimum supported client Windows 2000 Professional [desktop apps only] Minimum supported server Windows 2000 Server [desktop apps only] Header WinGdi.h (include Windows.h) Library Msimg32.lib DLL Msimg32.dll I am using Dev-C++ Version 5.1 TDM-GCC 4.9.9.2 Build Time March 20, 2015 11:59 Language Standard: GNU C++11 I...
I am getting the follow compiler message when attempting to use AlphaBlend: undefined reference to `__imp_AlphaBlend' The MSDN lists the following requirements for AlphaBlend: Requirements: Minimum supported client Windows 2000 Professional [desktop apps only] Minimum supported server Windows 2000 Server [desktop apps only] Header WinGdi.h (include Windows.h) Library Msimg32.lib DLL Msimg32.dll I am using Dev-C++ Version 5.1 TDM-GCC 4.9.9.2 Build Time March 20, 2015 11:59 Language Standard: GNU...
The MSDN lists the following requirements for AlphaBlend: Requirements: Minimum supported client Windows 2000 Professional [desktop apps only] Minimum supported server Windows 2000 Server [desktop apps only] Header WinGdi.h (include Windows.h) Library Msimg32.lib DLL Msimg32.dll I am using Dev-C++ Version 5.1 TDM-GCC 4.9.9.2 Build Time March 20, 2015 11:59 Language Standard: GNU C++11 I assume the required library file is libmsimg32.a. The searched libraries in order are: Dev-Cpp\MinGW64\lib ---...
hi, i have a problem, im starting to use files on c++, and i want to make a program that you give an id, and it first search for it on the file, if it isnt found then you can create a new id and add data to it, the thing is that i think its never saving because the output file is always 0kb #include <iostream> #include <fstream> using namespace std; struct stPeople{ int id; char name[15]; }; int main(){ stPeople people={0, ""}; fstream file; file.open("data.txt",ios::in|ios::app|ios::binary); if(!file){...
qqqqq
qqqqq
AnyAnysolution? IIhave thethethethethethethethethesameproblem
i want a project in c++ or visuel studio can you help me!!!
Dev C++ window remains maximized; Restore icon doesn't work
I was wondering how to add header files to C++. My professor wants a program that reads data from text files into the members of an array of structs. I think I can figure this out, but any advice is appreciated. What I am really confused about is he wants nothing in main.cpp but file input/output variable declaration and function calls. So I am trying to write header files for functions and data manipulation, but I do not know how to create and integrate header files into my main.cpp. Any clear cut...
I have the same problem ... But, I has reinstalled the software and i installed the Windows Resource Called "Windows subsystem for Linux", and a second error occur. The IDE does not locate the directory lib32 into MinGW64 dir. I was copyed this directory from "x86_64-w64-mingw32", and the compilation has sucessfull one time (some one time). I believe this problem is related to Windows SFC or Antivirus / Defender, but i have disabled my AV and the problem persist.
exactly the same error here... anyone a solution?? danny
Hello guys, I need to edit the source code of DEV C++ in order for the "compile logs" (if the compilation is successful or not, line of error, etc) to be output into a text file. I am using Delphi 7 to compile & run the program and it is working fine. Now, I need help on how to output the compile logs into a text file with my custom format (if possible) This is my first time programming in Delphi. Thanks.
I've the same problem to install library opencv 3.2 on dev-c++ 5.11 I must to used some program created whid opencv 3.1 and on the web stay only tutorial for hold version of opencv. I Think it's good evolution if ii nstall opencv 3.2. Someone can help us
unidentifiable Chinese code
Plz Do like, share, and subscribe https://www.youtube.com/watch?v=dnOkxZRHfdo&t=1s