What IDE is your choice for C/C++ project?
-
A model 029 keypunch or a model 33 teletype
Kent Archie "You knew the job was dangerous when you took it" - Super Chicken
-
?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
I'll have to add myself to the VS bandwagon. I have been using it since v1.0 with the NT beta and it keeps getting better although a few versions were a bit iffy. It's been pretty good since 2015 I think. The thing is, I haven't anything else even close. I tried Eclipse for some embedded development and I went back to Notepad++ and command-line batch files. It's come to the point that unless it is absolutely required I am not going to even try anything else. I can't see how the learning curve could possibly be worth it because I am very productive with VS.
"They have a consciousness, they have a life, they have a soul! Damn you! Let the rabbits wear glasses! Save our brothers! Can I get an amen?"
-
You can, but Brief did it better - you could open two or more windows on the same file so you could build an enum, a switch that processed it, and the methods that called all at the same time; or compare two lists and have them scroll together; or ... ah, I'm getting a tear in my eye now ... :-D
"I have no idea what I did, but I'm taking full credit for it." - ThisOldTony "Common sense is so rare these days, it should be classified as a super power" - Random T-shirt AntiTwitter: @DalekDave is now a follower!
You can also duplicate a window in Visual Studio through the "Window -> New Window" commands, and drag the second copy to its own window in order to see two copies of the same file at once, but it doesn't sound as nice as Brief.
“If we get $100,000, we will go to Potato blockchain.” Enable the dream!
-
?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
KDevelop or QtCreator
-
?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
qtcreator now that i think windows10 is dieing and dieing fast.
-
?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
VSCode, but only because the only C/C++ I write is for the Arduino and similar microcontroller and Visual Studio doesn't support PlatformIO as far as I am aware.
-
?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
-
EDLIN Accept no substitutes.
Asking questions is a skill CodeProject Forum Guidelines Google: C# How to debug code Seriously, go read these articles.
Dave Kreskowiak -
A butterfly farm.
Huh. You actually need an entire farm of them? I edit my replacement microkernel for Windows 10 using a single paraplegic double-amputee lunar moth.
Software Zen:
delete this;
-
Qt Creator. It's the best cross-platform IDE I've ever used. Besides, I kinda dislike MSVC, it's just too heavy for my taste, and it's heavy mainly because of lots of features I never use.
I used Qt Creator 3-4 years back. The editing was pretty nice, but the build system had some holes in it. I had to do complete rebuilds every time I changed a resource, as the build didn't consider that significant :wtf: .
Software Zen:
delete this;
-
I used Qt Creator 3-4 years back. The editing was pretty nice, but the build system had some holes in it. I had to do complete rebuilds every time I changed a resource, as the build didn't consider that significant :wtf: .
Software Zen:
delete this;
Isn't the build system external to QtCreator?
-
-
Isn't the build system external to QtCreator?
It might have been. Like all open source tools, there's a certain amount of DIY associated with it. I would have expected, however, that it built it's own native projects correctly out-of-the-box. That was not the case when I used it.
Software Zen:
delete this;
-
:omg: Are you running one of the versions for MS-DOS/Windows, or do you have an actual DEC machine?
Software Zen:
delete this;
-
It might have been. Like all open source tools, there's a certain amount of DIY associated with it. I would have expected, however, that it built it's own native projects correctly out-of-the-box. That was not the case when I used it.
Software Zen:
delete this;
I guess you're talking about qmake. Well, there's a reason why they decided to move on to cmake.
-
?
"The only place where Success comes before Work is in the dictionary." Vidal Sassoon, 1928 - 2012
-
:omg: Are you running one of the versions for MS-DOS/Windows, or do you have an actual DEC machine?
Software Zen:
delete this;
Now one of the dos/Windows versions. I first learned TECO on a PDP 10 in 1972 when my company moved from IBM to DEC. I used it professionally in TOPS-10, TOPS-20, RSX, and VMS. I now have Windows and Linux systems at home. If I could get a VMS system at a reasonable price I'd probably do so though more to get EVE/TPU than anything. Have been watching the group porting VMS to x86 with interest, but waiting to see what they offer to non-commercial users. Right now it looks like they offer a free limited-time license (alpha emulation) but you have to backup everything before it expires and re-download and re-install/restore. I'm not sure I want the hassle, though I loved working in that environment.
-
Now one of the dos/Windows versions. I first learned TECO on a PDP 10 in 1972 when my company moved from IBM to DEC. I used it professionally in TOPS-10, TOPS-20, RSX, and VMS. I now have Windows and Linux systems at home. If I could get a VMS system at a reasonable price I'd probably do so though more to get EVE/TPU than anything. Have been watching the group porting VMS to x86 with interest, but waiting to see what they offer to non-commercial users. Right now it looks like they offer a free limited-time license (alpha emulation) but you have to backup everything before it expires and re-download and re-install/restore. I'm not sure I want the hassle, though I loved working in that environment.
I did a fair amount of work on PDP-11's/RT-11 and Vaxen in the 1980's. My final project in that environment had a requirement that the delivered source code could only be in FORTRAN-77, which didn't support some of the VAX/VMS extensions I wanted to use. I wrote a code generator that converted the sources written for the extensions into pure 77. The generator was a combination of TECO macros and VAX/VMS DCL, and was probably one of the butt-ugliest things I've ever written.
Software Zen:
delete this;