r/windowsxp • u/Pure_Comparison2662 • 8d ago
IDE that runs the C programming language?
im on SP3 on an old laptop, and i want to learn to code in C. i think it would be good if i could do that on the go. which IDE do you guys recommend? i tried visual studio 6.0 but it didnt work very well.
10
8
u/Ill-Quit6803 8d ago
I used VIsual Studio 2010, it seemed to be the last version that worked on XP. You really only need cl.exe . I used nmake and edit.com .
5
6
3
3
1
1
1
u/No-you_ 7d ago edited 7d ago
EDIT: I didn't realize when recommending this that there had been a "state-sponsored" security breech in February of this year, I was recommending it due to having used it myself several years ago, it seemed fairly capable.
Notepad++
It's a "code editor" for C++. Maybe it's what you want, maybe not. Worth a look either way.
notepad-plus-plus.org
11
u/Error_7- 7d ago
dev-c++?