We Provides you with Different CPP and OOP codes. Codes that can be used by beginners of Computer Sciences.
If you want any program codes then you can contact on my email.
For complaints and suggestions you can contact us.
Categories
About Me
Popular Posts
-
#include<iostream> #include<string.h> using namespace std; class book { private: int page; string name; float price; publi...
-
Write a program to fill the entire screen with a smiling face.The smiling face has an ASCII value 1.C++ Code #include<iostream> using namespace std; int main() { char a=1; int i=0; while (i<5000) { cout<<a;...
-
C++ Code #include<iostream> using namespace std; int main() { int a=0,b=1,r,i,c; cout<<"Enter range="; c...
Popular Posts
-
#include<iostream> #include<string.h> using namespace std; class book { private: int page; string name; float price; publi...
-
Write a program to fill the entire screen with a smiling face.The smiling face has an ASCII value 1.C++ Code #include<iostream> using namespace std; int main() { char a=1; int i=0; while (i<5000) { cout<<a;...
-
C++ Code #include<iostream> using namespace std; int main() { int a=0,b=1,r,i,c; cout<<"Enter range="; c...