Author Topic: C++ library  (Read 20342 times)

Offline Fad-king

  • Single posting newcomer
  • *
  • Posts: 3
C++ library
« on: May 28, 2021, 08:35:56 am »
Pls is there a way to check all the c++ functions library in codeblocks. I need to know so I can add any new functions i need later

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: C++ library
« Reply #1 on: May 28, 2021, 08:56:01 am »
Yes, just: Read the source Luke...
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline Fad-king

  • Single posting newcomer
  • *
  • Posts: 3
Re: C++ library
« Reply #2 on: May 28, 2021, 11:50:31 am »
How do I do that

Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: C++ library
« Reply #3 on: May 28, 2021, 12:06:12 pm »
Find it and then read it.  8)
Your questions are so generic that I can only give you generic answers.
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]

Offline nowhereman

  • Single posting newcomer
  • *
  • Posts: 3
Re: C++ library
« Reply #4 on: May 28, 2021, 02:33:52 pm »

Offline Fad-king

  • Single posting newcomer
  • *
  • Posts: 3
Re: C++ library
« Reply #5 on: May 28, 2021, 04:51:03 pm »
Thanks .