mastodon.cardina1.red: 概要 · プライバシーポリシー
Mastodon: 概要 · アプリを入手 · キーボードショートカット · ソースコードを表示 · v4.4.2
Hey i'm dooraim.
I'm a #softwaredeveloper in a company that creates #embedded #linux systems.
Before I worked for an #opensource project (#pulp) which uses #riscv, for which I implemented the #drivers for #I2C and #SPI.
I know #c as a programming language and now I'm using #python.
Right now I'm working on an interface between gateway and #cloud. I like to study #SoC architecture and core #ISA (#ARM).
Just joined fosstodon and wanted to share an #introduction. I'm a programmer and enjoy programming in #C/C++. I also like #gardening, singing (especially #publicdomain music), #writing (including #fanfic ) and #baking. I'm a #FLOSS advocate and am always searching for useful, portable, lightweight #libre #software. Am happy to share recommendations on favorite #programs and #libraries.
It seems I have to introduce myself or something like that. #introduction #intro #introductions since it seems those hashtags are popular or something, idk
My name is Ștefan (ș being sh or s if you're English), 20 y.o., , he/him, leftist and all that. I'm sadly living in Romania, I'm an undergrad in computer science and I've tried waaaay too many programming languages.
My usual speciality is... programming, ofc, I prefer functional programming (Lisps such as #scheme, #clojure and #commonlisp sometimes), but also #c, #c++, #pascal recently, #csharp, #fsharp #java, #scala and whatever other language I can try.
I am also interested in #linguistics, post-WWII history (especially post-'89), math, #compilers and #emulators, #typography and #latex, #linux and #bsd (and #dos stuff) and #philosophy, #astronomy and #astrology (yes, both) among many other things.
I came here after a friend finally made me pull the switch. Also, #iusearchbtw, but I want to get back to #fedora ASAP. I'm glad to meet you all!
#c++ #cpp #emscripten #programming
I have this c++ code:
```
...
stringstream stream("23.4f");
float f;
char c;
stream >> f;
stream.get(c);
cout << "Float = " << f << endl << "Character = " << c << endl;
...
```
In ideone.com it works as expected (f = 23.4, c = 'f'). But when I have a code, that should be essentially equivalent, and I compile it with em++ (emscripten), I get f = 0 & failed stream. What could be causing this problem?
prsyahmi/GpuRamDrive: RamDrive that is backed by GPU Memory
https://github.com/prsyahmi/GpuRamDrive
#C++