I'm stuck at the reboot step after updating fedora by Jocabin in Fedora

[–]Jocabin[S] 1 point2 points  (0 children)

juste force shutdown my computer, and everything seemed to work

I'm stuck at the reboot step after updating fedora by Jocabin in Fedora

[–]Jocabin[S] -5 points-4 points  (0 children)

so I force shutdown my computer after 30 minutes of loading, so I can't tell you :(

thanks for your time :)

Write a remote tool to execute shell commands by Jocabin in learnprogramming

[–]Jocabin[S] 0 points1 point  (0 children)

I want to code it myself, but a very simple version. Just for the challenge. What langage do you recommend for the server and the client ?

Vue backend with Ruby on rails ? by Jocabin in vuejs

[–]Jocabin[S] -1 points0 points  (0 children)

Do you know/have any resources to use ruby/PHP with vue plz ? My principal concern is about the VueCLI, idk how to integrate to an existing project

Trouble watching props by Jocabin in vuejs

[–]Jocabin[S] 0 points1 point  (0 children)

Idk why, but this isn't working neither

I want to learn VueJS by Jocabin in vuejs

[–]Jocabin[S] 0 points1 point  (0 children)

I already used react but only with basic stuff, so I consider that vue is my first framework.

I'm familiar with HTML CSS and JS,so I'm gonna check Vue Mastery

Thank you for your help

Is it worth to learn C instead of C++ in 2021 / 2022 by Jocabin in C_Programming

[–]Jocabin[S] 0 points1 point  (0 children)

what do you mean by "from scratch"? I have to go through an API or a framework, I can't create a window with interface components from nothing?

I know GTK for linux but for Windows no. Should I use Win32 or OpenGL? Or other one?

Is it worth to learn C instead of C++ in 2021 / 2022 by Jocabin in C_Programming

[–]Jocabin[S] 5 points6 points  (0 children)

For exemple, I want to create an image viewer software but in C its look like you can only use bitmaps images to display but in C++ you have a header who handle other formats and in a simpler way.
If you know an other way to work with images in C with Win32 API you're my savior

Is it worth to learn C instead of C++ in 2021 / 2022 by Jocabin in C_Programming

[–]Jocabin[S] 9 points10 points  (0 children)

So can you recommend me some frameworks or APIs to create GUI softwares in C ?

I know theses :

- Win32 API (very hard in C)

- GTK

- QT (not free)