issues Search Results · repo:GorgonMeducer/PLOOC language:C
Filter by
12 results
(49 ms)12 results
inGorgonMeducer/PLOOC (press backspace or delete to remove)For example:
https://github.com/small-c/obj.h
https://github.com/CObjectSystem/COS
2dpdlja496or43iq
- 1
- Opened on May 1, 2023
- #24
I tried to compile byte_queue.c. I copied all the plooc*.h files into example/byte_queue. I compiled it with this simple
command:
gcc byte_queue.c -o byte_queue
But it always failed with this error: ...
ghost
- 6
- Opened on Feb 17, 2023
- #21
Github Discussions is a new feature of Github. It s a support forums for users to ask questions. The traditional Issues
should be for reporting bugs only. Please consider turning on Github Discussions. ...
ghost
- 1
- Opened on Feb 17, 2023
- #20
can be fixed with modification in plooc.h below: from
#if (!defined(__STDC_VERSION__) || __STDC_VERSION__ 199901L) !defined(__cplusplus)
#define __IMPLEMENT_EX(__TYPE, __NAME) ...
versaloon
- 1
- Opened on May 12, 2022
- #19
can be fixed with modification in plooc.h below: from
#if (!defined(__STDC_VERSION__) || __STDC_VERSION__ 199901L) !defined(__cplusplus)
#define __IMPLEMENT_EX(__TYPE, __NAME) ...
versaloon
- 1
- Opened on May 12, 2022
- #18
看了example1-3,限于自身水平看了很久,幸亏有参考 帮助。
然后看main.c后,我没get到PLOOC的优势。换句话说main.c很劝退,因为使用并没有多方便,相反做完了复杂的define init、define cfg、 define
interface,然后main.c在调用的时候,并不会有多方便简洁,并没有看到什么优势。
可能是我水平太低了吧,或者我找错了库,我希望有个简单的OOC,让我方便继承,方便调用member ...
bsbandwl
- 1
- Opened on Feb 25, 2022
- #17
IMPLEMENT(INTERFACE)展开后得到
union {
INTERFACE use_as__INTERFACE;
INTERFACE;
};
下面那行的INTERFACE有什么意义吗?
zhangnanok
- 1
- Opened on Feb 5, 2021
- #15
我通过宏展开看到def_class 同样会有类的声明 ,即使不是用declare_class 貌似也不会有什么问题。 我的理解是否对?
hongshui3000
- 1
- Opened on Jul 22, 2020
- #14

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.