klimi
Its just in your screen
klimi
Meh
Mat
If you want you can tell people to start comparing their work with Linux from the beginning if they want to learning about kernel development because otherwise they're not doing anything useful 🤷‍♂️
Anonymous
I agree with @dunklecat. No task is too complicated or big for a beginner, you might be able to finish what you started but you can make progress and learn a lot from it. Also if the task wast too big you might even finish it with some dedication
Igor🇺🇦
Gosh, is like saying Hello world applications aren't real applications because they don't do anything
Yes, printing hello world is not a real application. Application is a program or piece of software designed and written to fulfill a particular purpose of the user. There is no purpose for any user for such "application"
Anonymous
Except from the joy you get when you see that hello world on the screen and also knowing that your setup / compilers are working and are configured correctly
Mat
Yes, printing hello world is not a real application. Application is a program or piece of software designed and written to fulfill a particular purpose of the user. There is no purpose for any user for such "application"
I made an entire Neural network just to play Pong. Totally useless. DeepMind made one that can play DOTA. Useless, too. But they're neural networks, they're applications, and the time I spent on mine was really well spent
Anonymous
You turn up your pc, the pc displays hello world, now you can shutdown your pc
Mat
Yes, printing hello world is not a real application. Application is a program or piece of software designed and written to fulfill a particular purpose of the user. There is no purpose for any user for such "application"
It wouldn't be a real and ready OS or kernel, but it would be a really simple os indeed. I'm not saying a newbie should start working on the main parts of Linux, but they're able to learn (if they want) starting from simple stuff as a simple OS
Mat
You turn up your pc, the pc displays hello world, now you can shutdown your pc
My simple idea wouldn't be able to turn on a PC :P That's why i said qemu
Anonymous
Anonymous
The only "achievement" I've made with C was this
Anonymous
Mat
It's amazing
Mat
It's really cute 😆
Anonymous
Anbody has any patent ideas??
Mat
For sure it isn't a game, but it's a start
Anonymous
I've made the same with lisp and clx, and finished it
Anonymous
For sure it isn't a game, but it's a start
It's just a non rextangular window "walking" on your screen
Anonymous
Related to tech
Anonymous
With C and xlib, using the xshape extension
Mat
Related to tech
Like? Give us some tips about it. Do you mean https://en.wikipedia.org/wiki/Patent?
klimi
Like? Give us some tips about it. Do you mean https://en.wikipedia.org/wiki/Patent?
He wants to give him your secret ideas so he could patent it and make money
Dima
Lol!
Dima
patent ideas
Dima
lool
Asdew
I'm a little bored, are there proejcts that I could do in a day or two (because I can't keep my motivation up for longer)?
klimi
Yeah
klimi
Make a dmenu clone
klimi
(App runner)
Asdew
I haven't worked with X11 before.
klimi
You dont need that
klimi
It can be terminal
Asdew
Like what would that look?
klimi
Are you familiar with "fg, BG, jobs" commands?
Asdew
Yes.
klimi
It can be something like that
Asdew
I don't really understand.
Asdew
Are there any other suggestions?
Dima
/ban @Hesamillllll pm pervert
Anonymous
while loop🤣
M.Ridvan
I have a problem when i try to write c++ class and header file. Are there any source to show me how to write these two files. (If I learn these things I will continue to OOP for c++) Kind Regards...
Anonymous
You need create 2 file is
Anonymous
*.cpp and *.h
M.Ridvan
I did it.
Anonymous
and in *.cpp
Anonymous
#include "*.h"
Anonymous
and you can using file header
Anonymous
and you can using file header
I have a question, can I Writing code without use. h in C++ ?
klimi
Hm yes
Anonymous
Thank you bro
klimi
(But I wouldnt recommend it.... Its nice to use header files (.h, .hpp)...
Anonymous
Precently C++ have support a format new is .hpp
klimi
(You can have whatever file type you want if you then tell it to the compiler what it is)
nomad
Any one have Source code of
nomad
Text based game
Anonymous
problem is?
Anonymous
Oh ?
András
I have a question, can I Writing code without use. h in C++ ?
You can write the whole project in one .txt file and it'll compile and run successfully
András
Oh ?
It's as old as a lot of in c++
András
I mean at least 20 years
Anonymous
^^
Anonymous
It's as old as a lot of in c++
There is no difference This depends on the programmers Don't forget that C++ is sophisticated 😏
klimi
Boost library is header only library)
Rename it to .CPP and use it xD
Chernykh
Awgg, yah I can, but for what?
klimi
To not have .h xD