sathish kumar wrote a new post, Palindrome checking using function overloading 1 month ago
#include “iostream”
using namespace std;
#include “conio.h”
#include “string.h”
class func
{
public:
void pal(int );
void pal(char c[]);
};
void func :: pal(int n)
{
int […]
sathish kumar wrote a new post, Find the Area of shapes using function overloading 1 month ago
#include “iostream”
#include “conio.h”
using namespace std;
class measure
{
public:
void shape(int r);
void shape(int l,int b);
void shape(float t,int d,int e);
void shape(long a);
void […]
sathish kumar became a registered member 3 months, 3 weeks ago
This is the one stop educational site for all Electronic and Computer students. If you want to learn something new then we are here to help. We work on Microcontroller projects, Basic Electronics, Digital electronics, Computer projects and also in basic c/c++ programs.
#Home #Sitemap #Resources #Terms of Use
Copyright©2012 electrofriends.com All Rights Reserved
Contact:info@electrofriends.com