Roxifλsz 🇱🇹
harry
j@ke
is vim easier to customize? emacs is a bit trying, at times. need to make a C++ ide, get auto complete and stuff. but messing around with eLiSP functions is daunting for me
j@ke
@roxifas thanks again for the help, worked perfectly
Roxifλsz 🇱🇹
@roxifas thanks again for the help, worked perfectly
No problem, it was a simple problem to be honest
Mat
any emacs fans in the house?
I find it too difficult to learn. Maybe in the future I'll spend some time on it, but for now I'll stay with vim
j@ke
yea emacs is definitely quite an undertaking, i've been using for awhile and still am noob. eLiSP to custimize is duanting lol
Anonymous
I will learn Emacs
Anonymous
I'm using vim and nani for nwo
Ruslan
https://quedeus.com/en/what-programming-language-should-i-learn-in-2018/
harry
is there some visual studio plugin that automatically adds header files from the standard library, if you use cout in the code for example
harry
I'm fairly sure I've seen something like that around, but I cant find anything
harry
it sort of worked like Intellisense
Çòmplîçátèd
Hi I'm new here and i would like to know about c++
Anonymous
Hi! If someone is doing pumps and dumps, I just made a coin sorter program for crypto coins ! Msg me on private if you are interested 😀
quique
hello good morning
quique
i need make a little implementation RSA
quique
someone is interested in doing this, I pay for work
Anonymous
RSA?
quique
Yes
Anonymous
I published the results of the poll about the C/C++ IDE I posted a couple of weeks ago: http://blog.davidecoppola.com/2018/02/market-share-most-used-c-cpp-ides-in-2018-statistics-estimates/
mark
Yes
What RSA?
Aman Sharma
Hey friends can any1 tell me how to study Operating subject.
Roxifλsz 🇱🇹
/warn advertising
Anonymous
Aga has been warned (1/3)
Anonymous
What RSA?
https://www.wikiwand.com/en/RSA_(cryptosystem)
quique
Yes this
НОЗИМ
.
Anonymous
What do you exactly want to do with RSA
Anonymous
It should be fairly easy to implement using the right library
Anonymous
Check out GnuTLS
Kalah.wae
Hi all, introduce myname is purwanto, i am interested in c language
Anonymous
ok, welcome
ruki
welcome, you can try xmake if you want to build and run c/c++ program fastly.😄
Sanju
hy
Hamudi
Hey guys hw can i execute any scripts in notepad++ help me it doesnt work for me
Anonymous
What exactly will we call "new" that we use when making linked list? Like a function/class or what?
Anonymous
Anyone knw the prgrm for finding out the factorial of n number using function prototype
Anonymous
Anonymous
Ez
Anonymous
You should have thought of looked for it on the web
Anonymous
Thnx bro
Anonymous
Nt in basic c
Anonymous
I wnt it in function prototype
Put that whole in a function lol
Anonymous
I hav doubt in prototype so i asked u
olli
uint64_t factorial(uint64_t n);
Anonymous
int factorialcal( int num ) { int fact=1; for(int i=n; i>0; i--) fact*=i; return fact; }
olli
like this?
Anonymous
Yes
Pete
Learning using linked lists. If I have a lists of integers. And then I add one more new one to the list. The newest one added will be the first node? Or is the first one added the first node?
Pete
So if I have 1 2 3 Then if I add on one more node 4 Then I want to remove first node, will it be the 1 or the 4?
Anonymous
what is xmake ?
Kalah.wae
http://xmake.io/#/
Kalah.wae
@waruqi
ruki
anyone can help me.
please run source ~/.xmake/profile or re-open a new terminal to try it.
ruki
@PurwantoGZ
ruki
You can join group to get help. https://t.me/joinchat/F2dIAw5iTkDUMwCQ_8CStw
ruki
😄
Pieas
I have Codeblocks and CLion .. I kind of like CLion
Top T : Trollface Was Real
Codeblocks sucks...
Top T : Trollface Was Real
I want a better alternative
Pieas
try CLion
Pieas
but you have to buy it or try using student account
Pieas
any idea how i can implement 2 by 2 array in C++ with array included? array<int, 3> myArr; // 1d array int myArr2[3][3]; // how can i do this?? array<int, 3, 3> ??
ruki
try Intellij-IDEA + xmake-idea + xmake instead of CLion, it is free. https://github.com/tboox/xmake-idea 😄
correctmaninwrongplace
So if I have 1 2 3 Then if I add on one more node 4 Then I want to remove first node, will it be the 1 or the 4?
If im not wrong, list allows you to choose the position where the element Will be push
Mat
@admin
Roxifλsz 🇱🇹
Mat
There was a strange-language message up there :/
Roxifλsz 🇱🇹
Mat
:)
Kumar
How to solve this error