Activity for Dev-C++

  • Mike Butler Mike Butler posted a comment on discussion General Discussion

    I recently passed the CCNA 200-301 exam, and it’s been a great boost to both my knowledge and confidence. This exam isn’t easy. It covers a wide range of topics including networking fundamentals, IP services, security, and automation. What helped me the most during my preparation was practicing with Cisco practice test. They closely reflected the actual exam format and really pushed me to identify weak areas and improve them. After going through those tests, I felt much more prepared and confident...

  • david525george david525george posted a comment on discussion General Discussion

    In today’s fast-paced digital world, certifications have become a powerful tool for freelancers to gain credibility and attract high-paying clients. One of the most respected credentials in the tech industry is the Cisco Certified Internetwork Expert Enterprise Infrastructure Certification. This certification validates your advanced networking skills, making you stand out in a competitive freelance market. As a freelancer, having the Cisco Certified Internetwork Expert Enterprise Infrastructure Certification...

  • emmascott emmascott posted a comment on discussion General Discussion

    If you're aiming to become a certified Microsoft Identity and Access Administrator, the Microsoft SC-300 Exam Questions are your stepping stone to success. This exam measures your ability to design, implement, and operate identity and access management systems using Azure AD. Understanding the exam structure and practicing with authentic Microsoft SC-300 Exam Questions can significantly enhance your confidence and performance on test day. The exam covers several key domains, including managing Azure...

  • John Doe John Doe posted a comment on discussion General Discussion

    C# Tutorial, we will learn about .net C# and also learn Windows Form Basic & Console Application using C# (Sharp) like data types, and OOP concepts.

  • fmagven fmagven posted a comment on discussion Compiling

    am also interested

  • Danial William Danial William posted a comment on discussion General Discussion

    Achieving the Tableau Desktop Specialist Certification significantly sharpened my data visualization and analysis skills. It provided a deep dive into Tableau's core features, such as data connection, organization, and visualization creation. I became proficient in designing insightful dashboards and reports, making complex data easy to understand and actionable. Mastery of key functions like data blending, filtering, and creating calculated fields also gave me the tools to tackle advanced data problems....

  • andrew100mills andrew100mills modified a comment on discussion General Discussion

    Setting up your Vivint camera and connecting it to WiFi is a simple process that can enhance your home security in no time. First, make sure your camera is powered on and within range of your WiFi router. Then, open the Vivint app on your smartphone and follow the instructions to add your camera to the system. The app will guide you through connecting the device to your home network. If you encounter any issues, double-check that your router settings are correct and that you have the right password....

  • andrew100mills andrew100mills posted a comment on discussion General Discussion

    Setting up your Vivint camera and connecting it to WiFi is a simple process that can enhance your home security in no time. First, make sure your camera is powered on and within range of your WiFi router. Then, open the Vivint app on your smartphone and follow the instructions to add your camera to the system. The app will guide you through connecting the device to your home network. If you encounter any issues, double-check that your router settings are correct and that you have the right password....

  • mark427steven mark427steven modified a comment on discussion General Discussion

    One major challenge in implementing Salesforce Health Cloud is data migration. Healthcare organizations often struggle to transfer patient records from legacy systems while ensuring accuracy and consistency. Data silos, duplicate records, and incompatible formats can further complicate the process. To overcome this, businesses should conduct a thorough data audit, standardize data formats, and use Salesforce’s data import tools, such as Data Loader and MuleSoft, for seamless integration. A phased...

  • mark427steven mark427steven posted a comment on discussion General Discussion

    One major challenge in implementing Salesforce Health Cloud is data migration. Healthcare organizations often struggle to transfer patient records from legacy systems while ensuring accuracy and consistency. Data silos, duplicate records, and incompatible formats can further complicate the process. To overcome this, businesses should conduct a thorough data audit, standardize data formats, and use Salesforce’s data import tools, such as Data Loader and MuleSoft, for seamless integration. A phased...

  • Jessica Watson Jessica Watson modified a comment on discussion General Discussion

    Debugging and error handling are essential skills for anyone preparing for the C++ Institute CPP Exam. This certification exam validates your ability to write efficient, error-free programs and troubleshoot issues effectively. The C++ Certified Professional Programmer Exam assesses your understanding of C++ concepts, syntax, and practical problem-solving techniques. Many candidates struggle with debugging because errors can appear in various forms, including syntax issues, logical mistakes, and runtime...

  • Jessica Watson Jessica Watson posted a comment on discussion General Discussion

    Debugging and error handling are essential skills for anyone preparing for the C++ Institute CPP Exam. This certification exam validates your ability to write efficient, error-free programs and troubleshoot issues effectively. The C++ Certified Professional Programmer Exam assesses your understanding of C++ concepts, syntax, and practical problem-solving techniques. Many candidates struggle with debugging because errors can appear in various forms, including syntax issues, logical mistakes, and runtime...

  • David V Fansler David V Fansler posted a comment on discussion Compiling

    Greetings - I am trying to incorporate the Fourier_0.8 libraries from here on Sourceforge.net, without much luck. The lib, includes, reside in a folder "C:\Fourier0.8\lib, C:\Fourier0.8\include, C:\Fourier_0.8\bin. The Readme for Fourier_0.8 states that to compile a program you have the following command: ** gcc -o sample_prog sample_prog.c -lfourier -lm**. So my question is how do I instruct Dev-C++ as to where to find -lfourier and -lm? Kind regards, Davod

  • Emma Olivia Emma Olivia posted a comment on discussion General Discussion

    endl This is used in C++ to insert a new line and flush the output buffer. Flushing means it forces the program to write all the buffered output to the console immediately. This can be useful when you want to make sure the output is displayed right away. \n This is a newline character used in both C and C++. It just inserts a new line without flushing the output buffer. This means the output might not be displayed immediately, but it can be faster because it doesn’t force the program to write to...

  • Robert1235 Robert1235 posted a comment on discussion General Discussion

    Using '\n' in your program can have a positive impact on performance compared to using endl. This is because '\n' only inserts a newline character without flushing the output buffer, which can lead to faster execution times. On the other hand, endl not only inserts a newline character but also flushes the output buffer, causing additional overhead, especially when outputting a large amount of data frequently. Therefore, the use of std::flush can indeed result in longer execution times, ultimately...

  • Nguyễn Huy Nguyễn Huy posted a comment on discussion Compiling

    The Travel Problem (TSP Problem) finds a cycle that goes through all classes, each class once, and returns to the starting point such that the Total Cost of the process is minimum.

  • Samuel Galdino de Araujo Samuel Galdino de Araujo posted a comment on discussion Debugging

    Application version: 4.9.9.2 Machine info Platform : Windows NT OS version : version 6.2 (build 9200) Additional info: The following error occured in version 4.9.9.2: Access violation at address 0019F7AB. Write of address 0019F7AB (at address 0x0019F7AB) Please include a description of what you were doing before the error occured (please give as much precisions as possible) : State information follows: Stack trace: 0058F80A (0018E80A): ShowExceptionInfo (ExceptionsAnalyzer - 566) 0058F9FF (0018E9FF):...

  • Samuel Galdino de Araujo Samuel Galdino de Araujo posted a comment on discussion Debugging

    Application version: 4.9.9.2 Machine info Platform : Windows NT OS version : version 6.2 (build 9200) Additional info: The following error occured in version 4.9.9.2: Access violation at address 0019F7AB. Write of address 0019F7AB (at address 0x0019F7AB) Please include a description of what you were doing before the error occured (please give as much precisions as possible) : State information follows: Stack trace: 0058F80A (0018E80A): ShowExceptionInfo (ExceptionsAnalyzer - 566) 0058F9FF (0018E9FF):...

  • Samuel Galdino de Araujo Samuel Galdino de Araujo modified a comment on discussion Compiling

    Additional info: The following error occured in version 4.9.9.2: Access violation at address 0019F7AB. Write of address 0019F7AB (at address 0x0019F7AB) Please include a description of what you were doing before the error occured (please give as much precisions as possible) : State information follows: Stack trace: 0058F80A (0018E80A): ShowExceptionInfo (ExceptionsAnalyzer - 566) 0058F9FF (0018E9FF): TExceptionsAnalyzer.GlobalExceptionHandler (ExceptionsAnalyzer - 574) 00500050 (000FF050): TSynRCSyn.KeyComp...

  • Samuel Galdino de Araujo Samuel Galdino de Araujo posted a comment on discussion Compiling

    Additional info: The following error occured in version 4.9.9.2: Access violation at address 0019F7AB. Write of address 0019F7AB (at address 0x0019F7AB) Please include a description of what you were doing before the error occured (please give as much precisions as possible) : State information follows: Stack trace: 0058F80A (0018E80A): ShowExceptionInfo (ExceptionsAnalyzer - 566) 0058F9FF (0018E9FF): TExceptionsAnalyzer.GlobalExceptionHandler (ExceptionsAnalyzer - 574) 00500050 (000FF050): TSynRCSyn.KeyComp...

  • Anuradha Gupta Anuradha Gupta posted a comment on discussion General Discussion

    In practical terms, the excessive use of std::endl for frequent line breaks, especially in loops or data-intensive operations, can significantly degrade performance due to constant flushing. For efficient output handling, prefer '\n' unless immediate flush is necessary, such as for real-time logging or user prompts. This approach optimizes performance without sacrificing output integrity.

  • Jhon Mark Mostrales Jhon Mark Mostrales posted a comment on discussion Compiling

    Is there any posible way to make Dev-C++ have the whole environment in dark mode?

  • PACO PACO posted a comment on ticket #184

    I've had the same error, with 2d arrays also

  • vithka8 vithka8 posted a comment on discussion General Discussion

    For example, my server handle a request cost 5 seconds, but the client stop waiting and cancel this request in 2 seconds, the 3 seconds left would be a waste, how can server know that and stop the handling process? And I'm using Java Spring, is it possible to do this? And If not, is there any good way to handle this case of waste caused by client cancelling?

  • Woody Baker Woody Baker posted a comment on discussion Compiling

    Installed the latest version, wrote a simple program, and am getting errors in stdlib.h and ctype.h 63 34 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\ctype.h [Error] stray '##' in program 63 36 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\ctype.h [Error] expected '=', ',', ';', 'asm' or 'attribute' before '_pwctype' 105 22 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\stdlib.h [Error] stray '##' in program 105 24 C:\Program Files (x86)\Dev-Cpp\MinGW64\x86_64-w64-mingw32\include\stdlib.h...

  • vithka8 vithka8 posted a comment on discussion General Discussion

    To redirect the compile logs from DEV C++ to a text file with your custom format, you can follow these steps: Create a text file: Create a new text file named "compile_logs.txt" in the same directory as your DEV C++ project files. Modify the project settings: Open the project settings in DEV C++ and navigate to the "Compiler" options. Under the "Output" section, enable the "Redirect output to file" option and specify the "compile_logs.txt" file as the output destination. Customize the output format:...

  • Wladyslaw Gorski Wladyslaw Gorski posted a comment on discussion Troubleshooting

    Hallo, es tut mir leid zu hören, dass Sie Probleme mit Dev C++ haben! Die Behebung von Kompatibilitätsproblemen kann definitiv frustrierend sein. Ich würde empfehlen, ein paar Dinge auszuprobieren. Stellen Sie sicher, dass Sie die neueste Version von Dev C++ installiert haben. Ältere Versionen sind möglicherweise nicht mit neueren Betriebssystemen kompatibel. Versuchen Sie, Dev C++ im Kompatibilitätsmodus für eine ältere Version von Windows auszuführen. Klicken Sie dazu mit der rechten Maustaste...

  • Wladyslaw Gorski Wladyslaw Gorski posted a comment on discussion Compiling

    I recognize how irritating this can be, however there are a few guidelines I have that would possibly assist you get to the bottom of the problem. Firstly, ensure that you have included all the necessary header files and libraries in your project. Sometimes, missing dependencies can lead to undefined reference errors. Another important thing to check is whether you have correctly defined all your functions and classes. It's crucial to declare them before they are used in your code. Remember, these...

  • vithka8 vithka8 posted a comment on discussion General Discussion

    It looks like you've made a good start on your code. Here's a continuation and completion of the code to address the requirements you've mentioned: #include <iostream> #include <string> using namespace std; // A structure that stores information about a person struct Person { string firstName; string lastName; int age; Person *next; }; // A function that prints a one-way list with a given start void printList(Person *head) { // Check if the list is not empty if (head == NULL) { cout << "The list...

  • L CN L CN modified ticket #184

    Array watch returns memory address

  • L CN L CN posted a comment on ticket #184

    the "cows" is a 1d array btw

  • L CN L CN created ticket #184

    Array watch returns memory address

  • Anonymous posted a comment on discussion General Discussion

    Hey LEOcab! I think it would help if you would open a feature request on the project issue tracker: https://sourceforge.net/p/orwelldevcpp/tickets/ Cheers!

  • Daniel Domingos Alves Daniel Domingos Alves posted a comment on discussion General Discussion

    Dear, We would like to invite you to participate in a study on interaction design in distributed software development. At first, we are identifying people who are currently participating or who have already participated in design or software development with geographically distributed teams. If you are currently participating or have already participated in design or software development with geographically distributed teams, please give your opinion in this survey. The survey has only 6 (six) questions...

  • Rohit Reddy Rohit Reddy posted a comment on discussion General Discussion

    numpy.sum() function in Python returns the sum of array elements along with the specified axis. So to get the sum of all element by rows or by columns numpy.sum() function is used. Read More

  • vladimir nikolic vladimir nikolic posted a comment on discussion General Discussion

    Closed. This question needs to be more focused. It is not currently accepting answers. Update the question so it focuses on one problem only. This will help others answer the question. You can edit the question or post a new one. Closed 4 mins ago. i would like to create a tree like structure in c++. since the number of children per node is arbitrary i would like to use stl vector for tree creation. tree should look something like this: https://i.postimg.cc/8zzT6jvJ/Diagram1.png also each node should...

  • Rick Rick modified a comment on discussion General Discussion

    Can I include libmodbus in Dev-C++? I just find how do in Vistual Studio for Windows, or in another way in Linux.

  • Rick Rick posted a comment on discussion General Discussion

    Can I include libmodbus in Dev-C++? I just find how do in Vistual Studio for Windows, or in another way in Linux.

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.