• Users
  • Maimaje Bello Abdullahi

User profile: Maimaje Bello Abdullahi

User info
User name:Maimaje Bello Abdullahi
Old user name:Bello Abdullahi Maimaje
Email:bellomaimaje01@yahoo.com
Location:Nigeria
History
Joined:
Number of posts:52
Latest posts:

A little help
Try to use fuctions. [code]#include <iostream> using namespace std; float division (float a, float...

Asking for advice for a beginner
It may be better to find someone who truly know c++ to teach and guide you. Though it may be weird e...

Annoying error.
missing semicolon [code];[/code] after first struct declaration.. you can learn more on struct here:...

AVL Tree program
hope this will help, though i'm also new in c++.. [code]#include <iostream> #include<cctype> #inclu...

AVL Tree program
can you post what you have done so far?