English Amiga Board


Go Back   English Amiga Board > Search Forums

Showing results 1 to 8 of 8
Search took 0.00 seconds.
Search: Posts Made By: Ernst Blofeld
Forum: Coders. C/C++ 12 March 2021, 19:44
Replies: 37
Views: 9,439
Posted By Ernst Blofeld
adjective Informal: of or designating the style...

adjective Informal: of or designating the style of an earlier time
Forum: Coders. C/C++ 12 March 2021, 19:12
Replies: 37
Views: 9,439
Posted By Ernst Blofeld
Well, true, but easily replicated with normal...

Well, true, but easily replicated with normal malloc calls. The pooled stuff takes more than 2 lines of code.

Edit: And considering your posts above, why do you even think this is worth arguing...
Forum: Coders. C/C++ 12 March 2021, 19:03
Replies: 37
Views: 9,439
Posted By Ernst Blofeld
Is this available on Kickstart 1.2?

Is this available on Kickstart 1.2?
Forum: Coders. C/C++ 10 January 2021, 16:09
Replies: 37
Views: 9,439
Posted By Ernst Blofeld
Yay! Please let us know how you get on....

Yay!

Please let us know how you get on. While I hate C++, I'm getting tired of what I have to go through without it.
Forum: Coders. C/C++ 04 January 2021, 10:27
Replies: 37
Views: 9,439
Posted By Ernst Blofeld
Here's my main.cpp: #include...

Here's my main.cpp:


#include "support/gcc8_c_support.h"
#include <exec/execbase.h>

struct ExecBase * SysBase;

class TestClass {
public:
Forum: Coders. C/C++ 04 January 2021, 09:54
Replies: 37
Views: 9,439
Posted By Ernst Blofeld
I've just had a go at compiling a simple test...

I've just had a go at compiling a simple test class, and it looks like there's more stuff missing, I get "undefined reference to `_Znwm'" and "undefined reference to `_ZdlPvm'", and I'm not even...
Forum: Coders. C/C++ 03 January 2021, 12:24
Replies: 37
Views: 9,439
Posted By Ernst Blofeld
If it's only malloc that you need, what happens...

If it's only malloc that you need, what happens if you provide your own?


void *malloc(size_t size) {
return AllocVec(size, NULL);
}
Forum: Coders. C/C++ 03 January 2021, 11:40
Replies: 37
Views: 9,439
Posted By Ernst Blofeld
What Samurai_Crow said, there is no stdlib, so...

What Samurai_Crow said, there is no stdlib, so you'll not be able to port most things.

But what kind of code is this, and how far can you get if you leave the -nostdlib flag in?
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT +2. The time now is 10:59.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.16616 seconds with 10 queries