Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
dev
- Page 1
What are some underrated React JS best practices?
Programming
Software Development
2 Months Ago
by James_228
…? Are there any anti-patterns you see often in junior
dev
codebases? Have you used React Server Components or Signals yet…
Integrating OpenAI Web Search API in LangGraph
Programming
Computer Science
1 Month Ago
by usmanmalik57
… apt-get update # !sudo apt-get install -y graphviz libgraphviz-
dev
!pip install -U -q \ langgraph langchain-openai langchain-core \ openai…
I looking for long term cooperation possible client.
Programming
Software Development
1 Month Ago
by Stiven_1
I am a full-stack full-time developer. I have 5 years of development experience and My basic skills are Blockchain, TypeScript, ReactJS, Shopify. I am a full-time
dev
, so I can answer your inquiries at any time. I can work on weekends if needed and communicate fluently in English.
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Dani
… article, as well as related ones such as [this](https://
dev
.mysql.com/doc/refman/8.4/en/performance-schema-wait…-tables.html) and [this](https://
dev
.mysql.com/doc/refman/8.4/en/performance-schema-event…
Re: Delete unused MySQL indexes
Programming
Databases
1 Month Ago
by Reverend Jim
See [performance-schema-consumer-filtering](https://
dev
.mysql.com/doc/refman/8.4/en/performance-schema-consumer-filtering.html)
Re: How Does Flutter Handle State Management Internally?
Programming
Software Development
1 Month Ago
by kearawill
… documentation on state management is a good starting point: flutter.
dev
/docs/development/data-and-backend/state-mgmt Additionally, blog posts…
Re: I looking for long term cooperation possible client.
Programming
Software Development
1 Month Ago
by Dani
You might want to check out Upwork or Toptal to get freelance development work. May I ask what the code you provided here does? It seems to just be a constructor function with some getters and setters, but is missing the rest of it. Was it written by ChatGPT?
Re: I looking for long term cooperation possible client.
Programming
Software Development
1 Month Ago
by Stiven_1
Sorry, I used a code I had practiced before to sign up quickly. This code is This JavaScript code simulates a basic blockchain — like a mini version of Bitcoin — without a network or mining. It helps you understand how blocks are linked and verified.
Re: I looking for long term cooperation possible client.
Programming
Software Development
1 Month Ago
by Dani
What does the crypto class look like?
Re: I looking for long term cooperation possible client.
Programming
Software Development
1 Month Ago
by Stiven_1
I hope learn more about you.
Re: I looking for long term cooperation possible client.
Programming
Software Development
1 Month Ago
by Dani
> I hope learn more about you. > This is me: https://www.daniweb.com/welcome/about
Re: Dev C++ error or code problem?
Programming
Software Development
15 Years Ago
by Fbody
Dev
-C++ comes with the MinGW compiler, but it's probably an old version. The Code::Blocks version is most likely newer. You'll have to mark the thread "solved" yourself. There should be a "mark as solved" button at the bottom of the listing, next to the "Reply to this Thread" button.
Re: Dev-c++ options
Programming
Software Development
14 Years Ago
by jonsca
Dev
is outdated, comes with an older version of gcc, and is no longer in development. Try Code::Blocks it definitely has that feature you are looking for. Eclipse has it too, I believe.
Re: Dev C++ linker errors, undefined reference
Programming
Software Development
20 Years Ago
by vegaseat
Dev
-C++ creates a new makefile every time it compiles. Messing with the old one is futile, it gets overwritten.
Re: Dev C++ Color Schemes
Programming
Software Development
17 Years Ago
by Ancient Dragon
Dev
-C++ is free. You get what you pay for. VC++ …
Re: DEV-C++ equation solver
Programming
Software Development
14 Years Ago
by pseudorandom21
Dev
-C++ is no longer supported, last I checked. A better IDE will probably compile it.
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
18 Years Ago
by uspdf
i get the same error even with
dev
's example projects,
dev
4 works and
dev
4.9.9.2 works on my … log: [code] Compiler: Default compiler Building Makefile: "C:\
Dev
-Cpp\Examples\Hello\Makefile.win" Executing make... make.exe…[/code] Makefile: [code]# Project: Hello Sample # Makefile created by
Dev
-C++ 4.9.9.2 CPP = g++.exe CC = gcc…
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
14 Years Ago
by jotzebee
… [QUOTE]Compiler: Default compiler Building Makefile: "C:\
Dev
-Cpp\CPP_Programs\Makefile.win" Executing make... make.exe …-f "C:\
Dev
-Cpp\CPP_Programs\Makefile.win" all g++.exe -c…quot; -o "hello_world.exe" -L"C:/
Dev
-Cpp/lib" -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 …
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
19 Years Ago
by bops
… LanguageID=1033 CharsetID=1252 CompanyName= FileVersion= FileDescription=Developed using the
Dev
-C++ IDE InternalName= LegalCopyright= LegalTrademarks= OriginalFilename= ProductName= ProductVersion= AutoIncBuildNr…=0 [/CODE] Makefile... [CODE] # Project: Project1 # Makefile created by
Dev
-C++ 4.9.9.2 CPP = g++.exe CC = gcc…
Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
19 Years Ago
by bops
…to compile gives the same error... [CODE]C:\
Dev
-Cpp\Current_Project\Makefile.win [Build Error] [main.o…CODE] Compiler: Default compiler Building Makefile: "C:\
Dev
-Cpp\Current_Project\Makefile.win" Executing make... make.exe… -f "C:\
Dev
-Cpp\Current_Project\Makefile.win" all g++.exe -…
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
19 Years Ago
by splinterz
…to compile gives the same error... [CODE]C:\
Dev
-Cpp\Current_Project\Makefile.win [Build Error] [main.o…CODE] Compiler: Default compiler Building Makefile: "C:\
Dev
-Cpp\Current_Project\Makefile.win" Executing make... make.exe… -f "C:\
Dev
-Cpp\Current_Project\Makefile.win" all g++.exe -…
Dev C++ [Build Error] [main.o] Error 2 unexpected end of file
Programming
Software Development
15 Years Ago
by Austinnh
… that occurs whenever I try to build a project in
Dev
C++. I can compile an individual source file fine.…to tell me: Compiler: Default compiler Building Makefile: "C:\
Dev
-Cpp\Makefile.win" Executing make... make.exe -f "…;C:\
Dev
-Cpp\Makefile.win" all g++.exe -c main.cpp…
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
16 Years Ago
by ZiggaZiggaZ
… Building Makefile: "\\ls5-central.lab.cpcc.edu\home\zperkin0\
Dev
-Cpp\Makefile.win" Executing make... make.exe -f &…quot;\\ls5-central.lab.cpcc.edu\home\zperkin0\
Dev
-Cpp\Makefile.win" all g++.exe -c grade1.…quot; -I"//ls5-central.lab.cpcc.edu/home/zperkin0/
Dev
-Cpp/include" '\\ls5-central.lab.cpcc.edu\home\…
Dev c++ makefile.win error1
Programming
Software Development
13 Years Ago
by IcantC
…return 0; }[/CODE] I get this error: [ICODE] C:\
Dev
-Cpp\Makefile.win [Build Error] [helloworld.o] Error 1 [/…: [ICODE] Compiler: Default compiler Building Makefile: "C:\
Dev
-Cpp\Makefile.win" Executing make... make.exe -f &…quot;C:\
Dev
-Cpp\Makefile.win" all g++.exe -D__DEBUG__ -c…
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
19 Years Ago
by bops
… I compile a project from scratch..ie... C:\
Dev
-Cpp\New_Project\Makefile.win [Build Error] [main.…1 Compiler: Default compiler Building Makefile: "C:\
Dev
-Cpp\New_Project\Makefile.win" Executing make... make.exe… -f "C:\
Dev
-Cpp\New_Project\Makefile.win" all gcc.exe -…
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
19 Years Ago
by Dave Sinkula
… created by the compiler in the same directory, "C:\
Dev
-Cpp\" from which I create a another directory depending… on what Im creating for example "C:\
Dev
-Cpp\New_Project" is where I have saved all the… main.cpp in the compiler's home directory "C:\
Dev
-Cpp\"? First, that a practice I generally avoid. …
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
15 Years Ago
by anuragpatil
I have done this successfully. Say your
Dev
C++ is in C drive of Windows (C:\
Dev
-Cpp\) Copy following text to Tools >> Compiler Options >> Directories >> Binaries and click OK. C:\
Dev
-Cpp\Bin C:\
Dev
-Cpp\libexec\gcc\mingw32\3.4.2 Hope this helps.
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
13 Years Ago
by ketu83
…the following error. ------------------------------------------------------------------------------------------------ Compiler: Default compiler Building Makefile: "C:\
Dev
-Cpp\Makefile.win" Executing make... make.exe -f "….o -o "Aadhaar_Proj.exe" -L"C:/
Dev
-Cpp/lib" "../Borland/libxml library/lib/libxml2.a…
dev c++ problem please help
Programming
Software Development
11 Years Ago
by centenond
…to compile it give me error 2816 ive never used
dev
c++ although i have used netbeans and i had…put C:\cygwin\bin but now im using mingw cuz
dev
c++ came with it. so this is the …/mingw32/3.4.2/include" -I"C:/
Dev
-Cpp/include/c++/3.4.2/backward" -I…"C:/
Dev
-Cpp/include/c++/3.4.2/mingw32" -I…
Re: Dev-C++ - [Build Error] [main.o] Error 1
Programming
Software Development
19 Years Ago
by bops
…any project whether it would be a template given by
Dev
-C++ when creating a windows application or something I …created by the compiler in the same directory, "C:\
Dev
-Cpp\" from which I create a another directory depending… on what Im creating for example "C:\
Dev
-Cpp\New_Project" is where I have saved all the…
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
Backlink Auditor
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC