Pavel
Vikram
Best IDE for c, c++, copy ?
Mat
@martinjke Marat Gimadiev: Hi everyone, I implemented stack using linked list in C. For compiling I use gcc. On fedora my code works fine. if I run on windows with gdb everything works fine too. But without -g flag malloc function causes segmentation fault. Part of the code is posted here https://pastebin.com/FP3BvLvn. Segmentation fault appears after I use push function second time.
Mat
Best IDE for c, c++, copy ?
Search the chat, you'll find plenty of talks about it
Anonymous
yes i am also does this earth has other than human
Anonymous
hi everyone
Anonymous
hows it going
Anonymous
hope all is well with you all
Anonymous
go it also my English is Al 😆 no it is so don't lol
klimi
yes i am also does this earth has other than human
Bots and spambots userbots and other chinese and arabs stuffs
Anonymous
wowwie
Dima
Lol there’s no Turbo C
klimi
Very true
Thank you
Abo alazi
Is there a way to get out of Yemen or travel outside Yemen?
Matthias
/
Anonymous
Hello
klimi
Azzam
Hello
Hey?
yue
vim is the beat ide in the universe.
yue
best
I_Interface
Francisco
vim is the beat ide in the universe.
Editor? Could be. IDE? It's not even an IDE
I_Interface
Editor? Could be. IDE? It's not even an IDE
Seems like he loves his own universe. :D
Francisco
It seems like many people don't know the difference between an IDE and an editor
NXiss7
It seems like many people don't know the difference between an IDE and an editor
Unfortunately.... A quick Wiki trip could solve most things though....
Artöm
Chill, vim might suffice for his purposes. Wouldnt call it ide though
Francisco
Chill, vim might suffice for his purposes. Wouldnt call it ide though
Because it's not an IDE. You can tune it to make it feel almost like an IDE, but it's not one
NXiss7
Because it's not an IDE. You can tune it to make it feel almost like an IDE, but it's not one
Yep, most people misunderstand this. Atom is not an IDE too, "a customizable modern code editor" at most. But you can customize it so much that most people think it's an IDE.
yue
what are you talking about?
yue
i just hear of that, if you want to start a war in a IT group ,you just say "xxx is the best langue/ide in the world"
yue
🤣
Anonymous
Vsuegdieve
Artöm
Vsuegdieve
English only
Daniele
anybody know anything about win32 api?
Artöm
Ms has good docs, go read them
Artöm
Or ask concrete question
Daniele
Or ask concrete question
asking if I could ask about it in the group lol
Artöm
You can
Daniele
aight
Daniele
so the question is: I'm using visual studio to create the .rc file. to create a menu I used the gui and everything works, but I have no idea how to make an item of the menu checked or not
Daniele
the reference for this would be notepad's word wrap menu item, it's checked when word wrap is on and clean when it's off
Anonymous
My advice: use Qt for building interfaces
Daniele
My advice: use Qt for building interfaces
the issue is not building an interface for a program, I'm actually trying to learn win32 APIs
Surge.rs
the issue is not building an interface for a program, I'm actually trying to learn win32 APIs
the ms docs arent the best, but you can probs find a tutorial online
Surge.rs
https://docs.microsoft.com/en-us/windows/win32/api/
Surge.rs
actually i lied i was talkin about win.h lol
Anonymous
the issue is not building an interface for a program, I'm actually trying to learn win32 APIs
Why would you? The good practice is to use crossplatform solutions, like Qt for GUI, boost for networking, interprocess communication, etc Good luck with learning Win32 Api
Surge.rs
i like that mentality
Daniele
I don't like Qt
Daniele
https://docs.microsoft.com/en-us/windows/win32/api/
also, of course I've been looking at the documentation for a long time, but my question was rather specific
Daniele
maybe it's written in the documentation, I won't say it can't, but I haven't been able to find it so I asked if anybody knew
Đỗ
Why would you? The good practice is to use crossplatform solutions, like Qt for GUI, boost for networking, interprocess communication, etc Good luck with learning Win32 Api
win32 api support u powerful access to system. And it can be run without mangle library or extenal SDK. Easy for build and deploy
Daniele
set though its property, i guess it's name 'checked'. Searh in MSDN for details
I found that property, but I have to idea how to toggle it properly
Đỗ
set it directly though obect, for i.e. A.checked = true If u using win 32 api, call it though appropriate function
...
wat, please tell me, which library do you install under a windows system to use the winapi?
Đỗ
Nothing, its has been pack in Operating System. But may be some api function has been depreacated, so u must be check and verify before using it
...
nope wrong, *most* winapi functions call into the ntdll which is shipped with every windows installation
Daniele
well of course you need the windows sdk for it, if you install vs2019 it's included, otherwise you need visual studio build tools
...
how can you not?
...
Daniele
how can you not?
i guess you can't do without it
...
yes you can, take a look at the ss, all functions are exported
Daniele
heh why would you tho?