Forums WoW Modding Support Archives WoWModding Support Archives [DiscordArchive] but why would you want non-oop...?

[DiscordArchive] but why would you want non-oop...?

[DiscordArchive] but why would you want non-oop...?

Pages (2): Previous 1 2
rektbyfaith
Administrator
0
10-13-2018, 02:23 PM
#11
Archived author: Skarn • Posted: 2018-10-13T14:23:43.429000+00:00
Original source

<@283455627538333696> https://github.com/cython/cython/wiki/WrappingCPlusPlus
[Embed: cython/cython]
The most widely used Python to C compiler. Contribute to cython/cython development by creating an account on GitHub.
https://github.com/cython/cython/wiki/WrappingCPlusPlus
rektbyfaith
10-13-2018, 02:23 PM #11

Archived author: Skarn • Posted: 2018-10-13T14:23:43.429000+00:00
Original source

<@283455627538333696> https://github.com/cython/cython/wiki/WrappingCPlusPlus
[Embed: cython/cython]
The most widely used Python to C compiler. Contribute to cython/cython development by creating an account on GitHub.
https://github.com/cython/cython/wiki/WrappingCPlusPlus

rektbyfaith
Administrator
0
10-13-2018, 02:23 PM
#12
Archived author: Skarn • Posted: 2018-10-13T14:23:49.461000+00:00
Original source

that's what I did
rektbyfaith
10-13-2018, 02:23 PM #12

Archived author: Skarn • Posted: 2018-10-13T14:23:49.461000+00:00
Original source

that's what I did

rektbyfaith
Administrator
0
10-13-2018, 02:24 PM
#13
Archived author: Quantam • Posted: 2018-10-13T14:24:12.652000+00:00
Original source

The big problem is that C++ implements overloading through name encoding. The TRUE name of a function is a human-unreadable string containing the given name as well as all parameters. And there is NO standard for the format of this string.
rektbyfaith
10-13-2018, 02:24 PM #13

Archived author: Quantam • Posted: 2018-10-13T14:24:12.652000+00:00
Original source

The big problem is that C++ implements overloading through name encoding. The TRUE name of a function is a human-unreadable string containing the given name as well as all parameters. And there is NO standard for the format of this string.

rektbyfaith
Administrator
0
10-13-2018, 02:24 PM
#14
Archived author: Skarn • Posted: 2018-10-13T14:24:32.141000+00:00
Original source

it is not working with dynamic libs
rektbyfaith
10-13-2018, 02:24 PM #14

Archived author: Skarn • Posted: 2018-10-13T14:24:32.141000+00:00
Original source

it is not working with dynamic libs

rektbyfaith
Administrator
0
10-13-2018, 02:24 PM
#15
Archived author: Skarn • Posted: 2018-10-13T14:24:37.671000+00:00
Original source

it is working with sources
rektbyfaith
10-13-2018, 02:24 PM #15

Archived author: Skarn • Posted: 2018-10-13T14:24:37.671000+00:00
Original source

it is working with sources

rektbyfaith
Administrator
0
10-13-2018, 02:24 PM
#16
Archived author: Skarn • Posted: 2018-10-13T14:24:42.089000+00:00
Original source

so it knows which overloading you used
rektbyfaith
10-13-2018, 02:24 PM #16

Archived author: Skarn • Posted: 2018-10-13T14:24:42.089000+00:00
Original source

so it knows which overloading you used

rektbyfaith
Administrator
0
10-13-2018, 02:24 PM
#17
Archived author: Quantam • Posted: 2018-10-13T14:24:53.157000+00:00
Original source

Right. So in your case it will work.
rektbyfaith
10-13-2018, 02:24 PM #17

Archived author: Quantam • Posted: 2018-10-13T14:24:53.157000+00:00
Original source

Right. So in your case it will work.

rektbyfaith
Administrator
0
10-13-2018, 02:25 PM
#18
Archived author: Quantam • Posted: 2018-10-13T14:25:40.357000+00:00
Original source

But that's why the API is C, not C++
rektbyfaith
10-13-2018, 02:25 PM #18

Archived author: Quantam • Posted: 2018-10-13T14:25:40.357000+00:00
Original source

But that's why the API is C, not C++

rektbyfaith
Administrator
0
10-13-2018, 02:26 PM
#19
Archived author: Quantam • Posted: 2018-10-13T14:26:25.461000+00:00
Original source

Well, that and the fact that C functions are callable from all common languages, while C++ classes are only accessible from C++
rektbyfaith
10-13-2018, 02:26 PM #19

Archived author: Quantam • Posted: 2018-10-13T14:26:25.461000+00:00
Original source

Well, that and the fact that C functions are callable from all common languages, while C++ classes are only accessible from C++

Pages (2): Previous 1 2
Recently Browsing
 1 Guest(s)
Recently Browsing
 1 Guest(s)