⚛ Hz
I'm using visual Stdio.
It is actually msvc (cl.exe)
Dima
Any C/C++ seniors there?
Dima
Always had one question, is it required to know assembly if I am going to be senior?
Dima
or at least know whats happening lol
Isc
Always had one question, is it required to know assembly if I am going to be senior?
short answer: no long answer: nooo but it helps a lot when debuging
Dima
hmm
Dima
yeah true about debugging
Isc
you need to know how whole thing works
Mr_C0d3
What compiler do you usually use.
Dev C++ is better for me
Isc
Dev C++ is better for me
DevC++ is an unmaintained IDE, not a compiler, use CODE::BLOCK instead
Dima
CodeLite is fine too
Dima
more minimalistic than cb
monu
/start
correctmaninwrongplace
short answer: no long answer: nooo but it helps a lot when debuging
also helps if you are working in some fields, for example security
correctmaninwrongplace
or if you are working with compilers
correctmaninwrongplace
Not very common, but there are people working on that, i hope not to do so never again after university
Anonymous
Asslm
Michael
OOP via assembler the most fascinating thing ever
Anonymous
Hi
Anonymous
I rescue grub before install kali and now i lost kali partition,now I only have Windows and Ubuntu, how i can rescue kali and have It in grub like the others?
Anonymous
Help pls
Anonymous
Reinstall grub?
Anonymous
I tried with rescatux
Anonymous
But don't work
Laura/Drake
What about EFI boot ?
Anonymous
And i have to rescue grub each time i start my computer
Laura/Drake
update-grub from any linux distro doesn't work ?
Anonymous
I will try this
Anonymous
I Hope It works 🤞
Laura/Drake
Yup
Anonymous
Well i can do that from Windows?
Anonymous
Change or update grub?
Laura/Drake
Nop
Laura/Drake
From a linux distro only
Mat
Why kali, though?
Laura/Drake
Mįgūëł✓ So did it work ?
Anonymous
Nop
Anonymous
I amb using rescatux
Anonymous
And trying with that to solve the problem
Kb
Please who can write an imsertion deletion and traversing algorithm in c++
Kb
For a two dimensional array
Anonymous
And i have to rescue grub each time i start my computer
I faced the same when I was writing Manjaro to USB in ISO mode through rufus, found that to be the problem. Switching to DD mode worked!
Anonymous
I Will try this, thx
Do let me know if it works!
Anonymous
Ok
Onur
Hi I am new to the programming and I don't get how string literals can assign to a char pointer. I did some research and I saw someone says don't use that way in the c++ is it true?
Michael
Hi I am new to the programming and I don't get how string literals can assign to a char pointer. I did some research and I saw someone says don't use that way in the c++ is it true?
in general if you use a pointer you have to manage memory manualy, there are statically-allocated arrays in C++, they can be freed automatically, an usual C/C++ string is a null-terminated byte array, so actually a pointer stores an address of first byte, and if you want to work with char* you have to allocate strlen+1 byte, an additional byte is for '\0', because you are a man you can sometimes forget to do all these things, that is why you had better use standard string implementation for C++
Anonymous
Do let me know if it works!
I solve the problem
Anonymous
Nice!!
Anonymous
I change the grub and I only let Windows and ubuntu
Anonymous
And now I use kali with a virtual machine
Anonymous
Cool
Anonymous
The virtual machine are a bit slow
Anonymous
But I have to cope with It
Anonymous
correctmaninwrongplace
Anonymous
Uff I know this is faster but i don't have money now to but It 😂😅
Anonymous
Anonymous
Anonymous
Anyone in here familiar with learning how to code from a complete beginner?
Chaser0x
Does anyone do user interface work with C++ here?
Anonymous
Yes. Use Qt.
I approve it
Chaser0x
Nice thanks, it's cross platform right?
Roxifλsz 🇱🇹
Chaser0x
👍
Anonymous
Hi, I´m new here 😄
Anonymous
Yes. Use Qt.
I approve it twice
Anonymous
c) Using a high level language write a segment of code that declares: A structure named Patient with the following members: (4marks) i. Student name ii. Admission number iii. Age iv. Course v. Admission date
Anonymous
Kindly help
M.Azam
In iostream what dose cerr and clog do as an output function
Anonymous
This is not for promotion .. it might help someone
Anonymous
Awesome cheatsheets, for popular programming languages, frameworks and development tools. #resources #list #cheatsheet #coding @thedevs https://kutt.it/QZA4VW