Click here to Skip to main content
15,910,877 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hello
I want to learn oops concepts in c++.But i need to learn like as we do development .for examplify,

there is one .h file and .cpp file .In .h file we declare function and .cpp file we define the function.
same way i want to learn oop concepts . I am using net beams

so that why c++ application.
please provide some link
Posted
Updated 6-Apr-13 17:14pm
v2
Comments
Sergey Alexandrovich Kryukov 6-Apr-13 23:25pm    
What is "net beams"?
—SA
Sergey Alexandrovich Kryukov 6-Apr-13 23:26pm    
If you declare a function in .h and defined it in .cpp, you cannot learn OOP in principle.
—SA
H.Brydon 7-Apr-13 22:03pm    
Ha ha - that statement cries out for a +5.
Sergey Alexandrovich Kryukov 7-Apr-13 22:41pm    
Thank you. :-)
—SA
ravi1989h 6-Apr-13 23:50pm    
netbeam is a IDE..

1 solution

 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900