Anonymous
You should to add a space at the end of string "concat"
.
thanks alot guys
many
C++ 11 onwards makes C++ like Java and C#
Anonymous
https://youtu.be/DK_0jXPuIr0
U
Hello guys!! i want to learn C , How should i start??
Anonymous
Sololearn.com
Secu
Sololearn.com
And practise
U
Thnx guyZ
Jay
Hello guys!! i want to learn C , How should i start??
I would suggest first get your hands on unix OS it will help a lot
Jay
Preferably virtual machine
Anonymous
morpheus: Guys Iam installing Windows 10 and updating it My question is Do I have to download drivers for my mother board , WiFi, etc Or Does the window 10 automatically download by itself?
many
Macro vs function vs template, which is better in performance?
Jay
We can have code challenge everyday here for easy category and read code one Solution is provided in details so new programmers can learn too. :)
Jay
Focusing on different aspects of C
Jay
Welcome new people :)
Anonymous
Hi
many
I'm currently playing with overloading subscripting operator (I.e. [ ]). I've tried to implement a class of safe array. The class checks if it's out of bound. The [ ] operator has to handle two scenarios, SafeArray arr(SIZE); arr[3] = 100; //arr[3] stores 100 int i = arr[3]; //load arr[3] to i How to handle these two scenarios when overloading [ ] operator?
many
Problem solved. Thx
many
The solution is returning as <type&>. returning with <type> can't handle arr[3]=100. returning with <type*> can't handle both scenarios
Anonymous
its about lvalue and rvalue
Anonymous
if we want change the return val, it should be lvalue
Anonymous
and return its reference
ROCKER 😎
https://www.linkedin.com/feed/update/urn:li:activity:6298331180341268480
Jay
https://www.linkedin.com/feed/update/urn:li:activity:6298331180341268480
You can also post at https://unitedbsd.com/c/bsd-jobs-freelance 🖖
Jay
No problem 🖖
Anonymous
Hiiiiiiii!!!!
Anonymous
I was looking for you !! 😊
Palinuro
hi
Asdf
Welcome
correctmaninwrongplace
Welcome to all new people
Anonymous
A estas alturas tengo una curiosidad, este grupo es en castellano o inglés?
Mat
ingles
Anonymous
y por qué es que hay tan poco material? lo restringen a propósito o algo??
Anonymous
Ok.. perfect..
Mat
Creo ingles... Now i saw the description's spanish part
Anonymous
We, the begginers need specific materials, recomendations.. and a lot of books!!
Anonymous
Where are the books ???!!! 😊😊😊
correctmaninwrongplace
There are a book written by the creator of C++
correctmaninwrongplace
WTF is that alias? ROFL
Jay
Head first C is also good for newbies
Anonymous
The C Programming Language by K&R
The best guide to start C programming
Anonymous
Thank very much !! I will look for it..
Anonymous
Droidjack users
Anonymous
???
Anonymous
Droidjack users
What is it?
jcjordyn120
how would I convert a std::string for use in execl?
jcjordyn120
atm it either doesn't work or argv[0] is blank.
Roxifλsz 🇱🇹
string.c_str();
Anonymous
Android Rats.
deltanicola
Ahehm hi!
Jay
Hi
deltanicola
I'm a programmer too, I hope to be friend with you all ^^
deltanicola
Welcome!
Jay
🖖
Jay
many
std::cout << "Hello" << std::endl;
deltanicola
Pff
deltanicola
Cout
correctmaninwrongplace
puts
Anonymous
fprintf
correctmaninwrongplace
Why format the exit?puts its the most simple
many
printf, fprintf, puts, which one is better?
deltanicola
Cout
David
printf, fprintf, puts, which one is better?
https://github.com/fmtlib/fmt
many
https://github.com/fmtlib/fmt
I see. printf is way faster than ostream
Asdf
I see. printf is way faster than ostream
y para que quieres que sea mas rápido??
David
y para que quieres que sea mas rápido??
The language for this group is english, maybe you got confused :P