qr_88
Dymanic programming for coding interviews
qr_88
Book name
Anonymous
Ok thanks
qr_88
I did not read that book only few pages but it seems target this problem
qr_88
I mean this kind of problems
Anonymous
Bt guys, why can anyone put his problem in this group to solve it?
qr_88
There are better places for that
Anonymous
It's not homework okay
Anonymous
I m programmer
qr_88
I don't do even my work to earn money
S.
no much difference
Anonymous
I m programmer
Than solve it your own
Anonymous
And I have doubt so I have put here
qr_88
Well check stackoverflow and his sister sites
qr_88
one for especially for such questions
qr_88
Its called programming
qr_88
Afaik
Anonymous
Than solve it your own
I have tried my best but it is not working
Krithik Kumar
Hi
Krithik Kumar
Can anyone give me suggestions for choosing nptel course other than DBMS,iam studying 4th sem cse
Krithik Kumar
Do edx course other than nptel it's worthy
Oh i see which course might me better bro
Anonymous
CS50 I think it's the best course for starting
Tony
The best book for learning C++ is << Inside the C++ Object Model >>. Maybe it's not suited for beginners. It's really worth to read.
ONCE
c++ plugin is msvc?
you can use clang, gcc, but you'd better stick to msvc on windows, cuz vs code is buggy with the others. just wasted 2 days on vs code + clang
ONCE
Good luck... would love to hear from any feedback
could't find resource, forget it.
qr_88
VsCode is awesome. It has plugin as remote editor too
ONCE
what is nuget tools in vs, can i uninstall it?
Tony
ONCE
Thanks
Talula
Anyone here uses C++ builder?
Talula
what is nuget tools in vs, can i uninstall it?
NuGet is like an addon, why do you want to uninstall it?
Леонтий
what is nuget tools in vs, can i uninstall it?
nuget tools allows u to manage packages which was got via nuget, mostly it uses in .Net projects, but u can use it in C++ projects too (I do it now - very useful)
Леонтий
"can i uninstall it?" - depends on your projects, something can become broken
Anonymous
Hi i have only question that i have not any knowledge of programming what should i do first....
Леонтий
thanks, I don't think I would write .Net things, but I will keep it there then.
np) I recommend u to consider using of nuget even with C++ projects, for example to get such libraries as boost, v8, vorbis etc., it can be very usefull in case of team work because make setup of environment easier
Anonymous
Thanks
Talula
Qt + C++?
ONCE
Is it ok
Talula
It's okay but then you don't need Visual Studio for that, you could write it in Dev-C++
Talula
Visual Studio C++ is specificatally for ALT and MFC
Talula
You could use it for Qt but actually then you don't need Visual Studio
ONCE
I am a newbie, just found it easy to setup
ONCE
I will give dev-c++ a try
Talula
How newbie are you newbie... like just started programming or just started working with professional programming?
MᏫᎻᎯᎷᎷᎬᎠ
Depends on their luck
Talula
Do you know programming in CLI using C++ or C?
ONCE
Depends on their luck
That judgement does not suit me
Talula
Then don't get involved with Qt and C++
Talula
Start development in C#.NET with Windows components and form...
MᏫᎻᎯᎷᎷᎬᎠ
ONCE
Start development in C#.NET with Windows components and form...
TBH, I don't like .Net frameworks, pardon me
Talula
A little bit of c
Me neither... but Qt isn't much better either..
Talula
If you want to do native applications in C++, use C++ Builder.
Talula
You can download and try it with Community license.
ONCE
Thanks I will consider all of that, it is too early to decide the tools and platforms.
Talula
Start with C++ builder actually, you could do normal C++ programs in it and it's a great tool for development of Windows/Linux/Android/iOS/Mac applications...
Walter
Can anyone suggest som good book for socket programming??
ONCE
I will try it
Anonymous
haha
Talula
Can anyone suggest som good book for socket programming??
Why do you need a book for socket programming? In this day and age socket programming is mostly in background unless you wanna use C