vlad
🙋♂
DM me and I'll send you think link to join the Zoom Meetup once it all set up :)
Probably by tomorrow :D
Javlon
Ok
Falcon
How to write in registry and set group security correctly ?
Anonymous
#howtoprogram
Anonymous
I am currently studying "bjarne stroustrup" book and I am at the Data and Algorithm section...so should I ditch it and move to "C++ primer"? Since previous message suggest that or I should just keep going?
Artöm
Anonymous
Anonymous
Mit owc provide video lectures or lecture pdf?
Anonymous
Thanks... 5th edition or 6th?
Anonymous
I meant
Anonymous
Oh that's why i got confused
Anonymous
Primer plus or the normal one
Anonymous
Should I read Bjarne's book about how C++ was designed?
Anonymous
Then which one is better to start with?
Anonymous
Anonymous
Yeah, I was talking about another one
Anonymous
By?
Anonymous
Anonymous
I don't need Programming Principles :)
Anonymous
I was asking about Inside C++ object model and Design and Evolution of C++
Anonymous
Is there any book, course specific for pointer
Anonymous
Anonymous
Anonymous
How is this vast? :)
Umm how to deal with pointer, using them safely, raw pointers, function pointer, etc
And i don't know any of them
Anonymous
Anonymous
Got it, thanks
Anonymous
Well, I was mostly talking about C++ and knowledge about them for a beginner
Anonymous
Yep
Anonymous
I don't think that a beginner should implement its own vtable
Anonymous
Anonymous
See, Madhu, he/she doesn't need that knowledge yet
Anonymous
Yes, agreed
Anonymous
Anonymous
Oh thanks
Anonymous
Actually the standard doesn't specify the way to implement polymorphism. But most compilers implement it that way. Is there any other way?
Anonymous
Anonymous
Ok i have a doubt is learning oops is necessary ?
Anonymous
Or wich program is more safe function implemented or oops implemented?
Anonymous
Anonymous
Anonymous
I am afraid of learning oops
Anonymous
Whenever i try to learn it i just feel sleepy
Anonymous
You are trying to kill him, I think
Most probably he was talking about functions in procedural way and he knows nothing about functional programming
Anonymous
Doesn't seem so
Javlon
Where i can start learning c /c++ ? Is there any nice tutorial to understand easily, to start from scratch
Javlon
Okey my pleasure
Ибраги́м
https://rigtorp.se/low-latency-guide/
Edward
I am a begineer...
I'm facing problem with compilation
Anonymous
Anonymous
If you have a problem, fix it
Edward
Pavel
I am a begineer...
I'm facing problem with compilation
Hey, if you have a problem with compilation there's usually a message that the compiler gives you in the logs.
Investigate the errors, if you can't understand the meaning of the error try to Google it (every error usually has some code/number associated with it).
If you still have problem, describe it here, but give us the error message and the code where it happens (use pastebin to share it).
Otherwise it's considered as a meta-question, which are not welcome here.
Edward
Anonymous
Can someone help me in this exercise?
Anonymous
Then create a program in C ++ that allows you to insert all the
data (freshmen and grades) and print them in tabular form.
Pavel
Can someone help me in this exercise?
Hey, what kind of help do you need?
Note that we don't do your assignments for you (asking for that would be violation of the group rules).
But if you have a specific problem, describe what you've done so far, what you stuck at, what have you already tried to solve this issue. Give an example of code if it shows the problem (use pastebin to share code snippets). Otherwise we can't help
Anonymous
I don't know how to insert data into rows
Anonymous
The matrix must be 2xM in size
Pavel
Anonymous
C++
Pavel
I see, C++
Edward
g++ code.cpp -0 code.exe
Pavel
C++
Have you tried to use nested vectors?
std::vector<std::vector<Your data>>?
Pavel
Or the issue not with this?
Anonymous
The problem is not with this
Emmy🎮🧩
Thanks
Edward
Ok Thanks
Rakib
☺️
Yogesh
"He has achieved success who has worked well, laughed often, and loved much." - Elbert Hubbard
Iroh
Hi. What do you think about learncpp.com?
Joo
Please how can you declare a pointer to an array of char
Ale
hi everyone, someone can explain me how i can do a trace table?
Ale
thanks
Hermann
Are there good tutorial for advanced programming c?
Sasuke
The Code is giving segmentation Fault
Sasuke
https://pastebin.com/ix5zvSAf
Sasuke
code is working for small strings but not for this one