totalspectrum / flexprop

Simple GUI for Propeller development (both P1 and P2)
Other
38 stars 15 forks source link

Iostream #88

Closed Foxtfour closed 8 months ago

Foxtfour commented 9 months ago

Loading flexprop 6.8.0 does not populate include folder with iostream header file. This fails to debug when compiling.

Wuerfel21 commented 9 months ago

There is no iostream header because there is no full C++ support, only regular C (and if there were c++ support, using iostream would immediately fill your entire RAM with horrible bloatware)

Foxtfour commented 9 months ago

Thanks for the immediate response! Understand to use regular C.

Appreciate your help!

From: Wuerfel21 @.> Sent: Sunday, February 11, 2024 3:20 PM To: totalspectrum/flexprop @.> Cc: Foxtfour @.>; Author @.> Subject: Re: [totalspectrum/flexprop] Iostream (Issue #88)

There is no iostream header because there is no full C++ support, only regular C (and if there were c++ support, using iostream would immediately fill your entire RAM with horrible bloatware)

— Reply to this email directly, view it on GitHub https://github.com/totalspectrum/flexprop/issues/88#issuecomment-1937858706 , or unsubscribe https://github.com/notifications/unsubscribe-auth/BGBRENSRZZKWRV3TIN5S5VTYTERWFAVCNFSM6AAAAABDDZFS3KVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTSMZXHA2TQNZQGY . You are receiving this because you authored the thread.Message ID: @.***>

totalspectrum commented 8 months ago

Yes, I don't think we want to try to support the STL. The compiler only understands a tiny subset of C++ at the moment.