Skip to Content
Innovation in Programming Dev++ is in its early stage download compiler

DEV++

Programming with innovation, DEV++ - something positive

Download Compiler

How to Download Dev++


Download Dev++ Compiler From here!

its totally free extract the .zip file in to C Drive and add the bin folder to environmental variables now you can compile by running:

d++ filename.dpp

Download

!import iostrm   

func num main(){
​prt("Hello World")
num a = 2
​if(a==2){
​prt("A is 2")
}else{
​prt("A is")
​prt(a)
}​
​return 0;
}