Recent content by priyasood

  1. P

    Cprogram errrors in code::blocks in main.cpp

    Hello, m begginer to c++, i've a problem in program in codeblocks..my program is simple and i've built it in main.cpp.its about circumference nd volume of the circle: here is the program: #include<stdio.h> #include<conio.h> #define PI 3.1427 void main() { int r; float cir, vol...