Harsh
Correct. I mean you can change string literals inside of a variable
Then it's not literal man. If a literal is assigned to a variable, Then the variable hold that value, not literals itself
Harsh
It doesn't have any memory address of its own and just sits in the source code.
V01D
Oh. I don't know the terminology. I am a lost case in C terminology.
V01D
Lol
Anonymous
what do you prefer c or c++
Anonymous
I am suggested that functional programmng is trendng instead so no point to ditch c for cpp
Anonymous
whats wrong.
Anonymous
lol
Anonymous
Angry? Really? You should learn some English too...
Dima
Please learn English
Look who’s talking
Anonymous
chill chats are the best chats
Anonymous
I mean My senior suggested me that I should learn functional programming lang. like c and not to focus much on oop&STL from c++
Alex
guys, this is not exclusive russian channel, please be polite
Wisenky
C is not a functional language
what does that mean sir ?
Alex
I mean My senior suggested me that I should learn functional programming lang. like c and not to focus much on oop&STL from c++
very doubtful decision. true functional language is like field for experiment, staff from it goes to top rated languages
Vlad
what does that mean sir ?
It does not support functional paradigm well enough
Anonymous
Alex
C for example has tail recursion optimization, "at all" - not correct
Vlad
It doesn't support it at all
Well you can write fp style code in C if you feel masochistic :P
Anonymous
I mean My senior suggested me that I should learn functional programming lang. like c and not to focus much on oop&STL from c++
If your senior suggests you not to focus on STL, I don't think he is worth to be heard
Anonymous
Anonymous
Well you can write fp style code in C if you feel masochistic :P
No, I don't think you can Unless you use something like https://github.com/Hirrolot/poica
Dima
Did I ask you?
learn some more english
Anonymous
lol ok
Anonymous
lol ok
Read the rules before posting
Dima
anyways don’t listen to your “senior” because he had recommended fp to you
Dima
fp is a disaster
Talula
fp?
Anonymous
fp?
Function pointer
Talula
Oh Functional Programming.
Dima
fp and python yes. lol
Anonymous
fp?
functional programming
Talula
Frankly I tried but I couldn't even understand what the heck is hype about FP... seriously it was annoyng.
Dima
FP doesn’t work like computers do, thats what I really hate. just some hipster stuff
Anonymous
FP doesn’t work like computers do, thats what I really hate. just some hipster stuff
On the other side, trying to apply loop invariant theorem on anything more than three lines causes brain damage
Talula
I'm not a programmer anyways, I'm into Embedded systems.
Talula
Hardware design as well as embedded programming, so I design the board and I write the program for the chip.
Anonymous
ide for c++?
Anonymous
and book for c++ knowledge ,please suggest
Anonymous
Linux: Geany Crossplatform: *Vi/Vim
Anonymous
Anonymous
Geany is not updated for last year according to Google
Anonymous
Vim is not an IDE
Can be configured as IDE Geany is not an IDE too
Anonymous
Anonymous
Codeblock is cross platform too
It's not good too
Anonymous
It's not good too
Codeblock is too hectic But I've always either used vim or geany or DevC
Anonymous
Good option that is not mentioned in the list is VS Code
Anonymous
Don't think that any of these is good
Personal choices As long as they help to get the work done
Anonymous
Personal choices As long as they help to get the work done
Try to use CLion and you won't change it to anything else
Anonymous
Try to use CLion and you won't change it to anything else
Nah Not interested I use QT creator for GUIs For other time I'm good with my preferences
Anonymous
Need moni
You actually don't 1) student license is free 2) Early-Access Jetbrains products are totally free and they can give one-year license if you report enough bugs from EAP version
Anonymous
Yes, but it's more rare case here
Anonymous
Corona graduate here
Anonymous
There are a lot of conditions to get an OSS licence for a Jetbrains product
Anonymous
Well there is GitHub student thing that can be used for JetBrains verification. According to a friend they even accept shit like FITJEE
Anonymous
I'd just download EAP
Anonymous
I'd just download EAP
Or just keep formatting pc once every 30 days
Anonymous
Anyway, jetbrains made me learn the basics of things like CMake, clang-tidy, testing tools. Now that I'm on vscode, I'm learning those in detail
Anonymous
No, .edu domain is not necessary
Anonymous
My university email is on .ru domain and I'm eligible for the student pack
Anonymous
@vstu.ru
Anonymous
You can submit documents, or use some international student card or something, or github student thing
Anonymous
Probably they just have a list of websites Because most universities in Russia don't have .edu domain
Khan
how to count Big-O notation for if statement inside this nested loop?
Vlad
if is O(1)
Khan
btw func is clearly n^2
the function is n*n ?