Parra
I have multiple build pipelines
Anonymous
you use msvc for 1/4 object files
Anonymous
mingw for 1/4 object files
Anonymous
I have multiple build pipelines
this means you use 1 compiler max
Anonymous
for your project
Parra
😂
Parra
okay man
Parra
I'm gonna leave here
Anonymous
what is multiple compilers is you have some of your code only work when compiled by gcc and some only work when compiled by clang
Anonymous
and some only work when compiled by mingw
Anonymous
and you link all the code together
Anonymous
which besides the fact those ones each use different specifications
Anonymous
and that you would need to use inline asm to call functions from there in most cases
Anonymous
you also could just use catchsegv
Anonymous
http://man.he.net/man1/catchsegv
Walter
Anyone have docs related to system calls??
Walter
Pls share it here
Ибраги́м
Dang it
Ибраги́м
I have a better message for that
Ибраги́м
you took that JOOOOOOOOOOOOOOOOOOY awaaaaaaaaaaaaaaaaaaaay!
Ludovic 'Archivist'
Thanks @Kurimi kun
Ludovic 'Archivist'
klimi
You are way too sadistic
ludo do you have experience with lower level devices and comunication?
Ludovic 'Archivist'
klimi
i have cerbuino
klimi
its dead community
klimi
but the chip and everything works
klimi
except it lacks software
klimi
it has arm stm32
klimi
[64735.243084] usb 1-1: USB disconnect, device number 7 [64737.434816] usb 1-1: new full-speed USB device number 8 using xhci_hcd [64737.562091] usb 1-1: New USB device found, idVendor=1b9f, idProduct=0102, bcdDevice= 1.00 [64737.562093] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [64737.562095] usb 1-1: Product: Cerb-Family [64737.562096] usb 1-1: Manufacturer: GHI Electronics
klimi
do you have any idea how i can research more?
Ludovic 'Archivist'
It is arduino compatible so you can code for it with an arduino IDE
Ludovic 'Archivist'
You need to connect it as Netduino
Ибраги́м
You are way too sadistic
In term of rank, you will be having a degree in that regard and me... < O-Level
klimi
gotta try it
Mihail
and you link all the code together
You could either do what you said or actually write cross-platform code like he said. Don't try and force your useless opinion on people
Mihail
And stop measuring the quality in "less than x lines of code"
Mihail
Because that's quite the useless measure
Shubh
Suggest an application for C lang
Shubh
Use ubuntu
For windows
Walter
Turbo c
Shubh
Turbo c
I heard that it shows error even when code is correct
Anonymous
Pls give a total PDF of C language course which is based for engineering and computer courses students
Anonymous
Urgently required
Anonymous
/warn
Walter
Anonymous
/warn
Anonymous
Okk
Shubh
Else use Ubuntu by using virtualbox
Means i need do install ubuntu 😑
Walter
Means i need do install ubuntu 😑
Yeah els go with code block or turbo c itself
Anonymous
Yeah els go with code block or turbo c itself
Why does everyone talk about turbo c...
Walter
Why does everyone talk about turbo c...
It's good for compiling purpose step by step
Anonymous
Anonymous
@Parthi you seem pretty obsessed with Ubuntu .
Walter
Walter
@Parthi you seem pretty obsessed with Ubuntu .
Not obsessed ...Bt I love working in linux
Anonymous
Shubh
What?
Mean it is best fir beginners
Shubh
For*
Anonymous
No... Just use a modern normal compiler.
Anonymous
Gcc, clang, MSVS...
Walter
Gcc, clang, MSVS...
Some brief info
Anonymous
If you're under linux, use gcc or clang, if you're under windows use it with mingw or use MSVS...
Anonymous
I'm not sure who the fuck said every beginner should use turbo C now... but no.
Anonymous
What's mingw?
A minimal gnu development env for windows.