Dima
what language you can offer me? (after Python)
1) erase python from your memory 2) learn c
Огни
1) i trying do it 2) i think its useless
Огни
can you recommend JS, C# or Java etc?
Огни
I know that in this conversation only C++ coders and asking there about other languages is bad, but maybe you will say that it is not worth learning C++. or maybe the other way around
Огни
and sorry for my bad english
Dima
try Rust
Lieutenant
I know that in this conversation only C++ coders and asking there about other languages is bad, but maybe you will say that it is not worth learning C++. or maybe the other way around
Depends on your approach of learning computers. Wanna do it bottom up, learn a little assembly, C and C++ first. If the approach is top down, well, focus on your ideas first, and let the high level language like python, handle the complexity
Renan
And C.👍
After that you can jump to C++.
Renan
Then Java... 🙃
And finish with Rust. 😘
Огни
why waste time, I'll go learn the machine code right away👌
Dima
Lol Java
Dima
a nowadays programmer in a fresh vision shouldn’t choose java
Lieutenant
I guess it would depend on your software development stack heavily
Subhendu
Done
Subhendu
I need to some knowledge for the c programme
Đỗ
but u should have firm fundemental about 1 or 2 language to serve your work
Đỗ
it's very good to know vast area of programming language, but it only handy in some situation
Đỗ
in my point of view, the diffetence bw pro and nutshell programmer is very large, not only expreience
Đỗ
some task, or work require deep thought and knowledge
Đỗ
for example, when u're working in project require intensive calculation such as Game/Graphic
Đỗ
It 's very different bw novice and a pro, some one only know about using API or framework, whereas other could write elite and complex code
Đỗ
but I totally agree with u, know more than 1- 2 language is the advantage
Đỗ
Yup, but all that thing u refer like SSE/ floating pt, preprocessor ... is all related to work of a pro C/C++ devs
Đỗ
and friend, may be u misunderstanding my point of view
Đỗ
modern programming language is easy to learn
Đỗ
u could be learn in only 2-3 weeks to fully control basic aspect (such as in online camp)
Đỗ
but to work with it, u need a firm fundemental, not only using framework, API and knowing its syntax
Đỗ
I agree with u learning more than 1-2 langs is an advantage
Đỗ
it help u adapt better in complex project
Đỗ
but to get higher postition in work, u should be a pro in one main job
JCV
hi friends i need to get 3 file paths inside qt app on mac example myapp.app this work find just for one of them if i repeat the same code app not run this is the code { CFURLRef appUrlFF; appUrlFF = CFBundleCopyResourceURL(CFBundleGetMainBundle(), CFSTR("ffmpeg"), NULL, NULL); CFStringRef filePathFF = CFURLCopyPath(appUrlFF); const char *filePathFFmpeg = CFStringGetCStringPtr(filePathFF, kCFStringEncodingUTF8); pathToFFmpeg = filePathFFmpeg; CFRelease(filePathFF); CFRelease(appUrlFF); }
JCV
so if i add another block for example with CFSTR("ffprobe") my application doesn't work
JCV
any ideas?
JCV
thanks for you reply the problem with loop for example for loop is with CFSTR("ffmpeg") just admit string inside "" so i don't have idea how to get it work since i can't pass a string value for example like CFSTR(stringVal)
Đỗ
u should check in its config file, when build ffmpeg lib that other function like ffprobe, has fully export?
JCV
i have the files
JCV
please check https://developer.apple.com/documentation/corefoundation/cfstr?language=objc
JCV
#define CFSTR(cStr) cStr A constant C string (that is, text enclosed in double-quotation marks) from which the string is to be created.
JCV
thanks in the docs
Đỗ
because ffmpeg lib very complex suit, has many flavors such as support multithread or basic av encode so i think he not choose fully feature version
Đỗ
u could use a minor function set of that lib to keep it minimum size
JCV
just work for one
Đỗ
nope, it usually has build config file
Đỗ
inside that, u could choose to build or exclude some pack when compile or make it
Đỗ
i think its refer in Readme file
JCV
i think its refer in Readme file
so? i can't get the path for that's files?
Đỗ
and i think u should rewrite function, split the ffmpeg_init and release in ur class
Đỗ
so? i can't get the path for that's files?
it depend on what file u has download, but often has Build file and Readme.md file
Đỗ
if u choose to rebuild instead using fully pack, u should check it first
Anonymous
Hi
Anonymous
for (int i = 0; i < n / 2; i++)         swap(str[i], str[n - i - 1]); }
Rahul
Hi rose
Anonymous
Would you reccomend me a PDF to study windows api for C / C language?
Rahul
Hi
Anonymous
hi
Anonymous
Documentation
I tried but in documentation there are some concept I don't know ( probably that's OS stuff that I haven't studied yet )
Anonymous
Documentation
which is a good book for c++ to start with please say one book name
Anonymous
Is it so hard to google?
Anonymous
here many names are there pleae suggest one book name
Anonymous
Anonymous
C++ Primer by Lipman
Thank you! I needed that one
Anonymous
Thank you! I needed that one
It's not about WinApi😂
Anonymous
Would you reccomend me any book for win API in C/c++? If you know any
Anonymous
It's not about WinApi😂
I asked for that too
Anonymous
I can't
Too bad! Thank you anyway for your time
Dima
You shouldn’t use winapi