0

How to call a function from a prototype in c++? Any suggestions?

Oak Bytes
  • 4,649
  • 4
  • 36
  • 53
Ali Baba
  • 11
  • 2

2 Answers2

1

see example ...

http://msdn.microsoft.com/en-us/library/a5s9345t(v=vs.80).aspx

Brandon Frohbieter
  • 17,563
  • 3
  • 40
  • 62
1

I would rather suggest you to get an introductory C++ book from this list and read it properly :

The Definitive C++ Book Guide and List

Then you'll know what you're asking. You need to study a book first, before asking such questions!

Community
  • 1
  • 1
Nawaz
  • 353,942
  • 115
  • 666
  • 851