Learn logic and coding with the help of source code available here. Enhance your programming skills by practicing. You should try to code yourself, if you are stuck some where, then you should take help from others. If you have any queries or suggestion please feel free to comment...... Thank You!
Sunday, 8 March 2015
How to make header of a program in c++
Create a header of your program c/c++
You can create your own header of your program, to which you can include in any other program by just enclosing in #include<"header">. By doing This you can access the methods of your created header in any programs .
Impementation of stack using linked list in c++
/*
Implementation of stack using linklist
Methods included are:
push();
pop();
reverse();
display();
topofstack();
@author: vikas bek
*/
Implementation of stack using linklist
Methods included are:
push();
pop();
reverse();
display();
topofstack();
@author: vikas bek
*/
Subscribe to:
Comments
(
Atom
)