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#
Abde
Anonymous
https://youtu.be/DK_0jXPuIr0
Anonymous
U
Hello guys!! i want to learn C , How should i start??
Anonymous
Sololearn.com
U
Thnx guyZ
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?
Jay
U
many
Macro vs function vs template, which is better in performance?
Evgenii
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
Jay
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
ROCKER 😎
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
Jay
Jay
Head first C is also good for newbies
Anonymous
Thank very much !! I will look for it..
Anonymous
Droidjack users
Anonymous
???
Anonymous
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.
Jay
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;
Jay
Anonymous
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
many