CrazYmonkeY159
Expert Member
I am having trouble with the program i am trying to write maybe i am declaring my class wrong or something but ive tried almost everything 
main.cpp
http://pastebin.co.za/84883
in main.cpp i made a static method and it doesnt seem to work when i call it? how do i call it? (method displayText()
imp.cpp
http://pastebin.co.za/84884
this is my implementation file for my class called DataBase
and heres the header database.h
http://pastebin.co.za/84885
what is wrong?
main.cpp
http://pastebin.co.za/84883
in main.cpp i made a static method and it doesnt seem to work when i call it? how do i call it? (method displayText()
imp.cpp
http://pastebin.co.za/84884
this is my implementation file for my class called DataBase
and heres the header database.h
http://pastebin.co.za/84885
what is wrong?