Anonymous
but google seems to be fixated on clean code
I did read some of the chromium code
Anonymous
Guess what
BinaryByter
ouch
V
My special list is Google Microsoft Apple
But these companies don't suggest aspirants(or junior, not know how correctly)?
Anonymous
You won't run chromium after reading those
Anonymous
forced to ;_;
More than 100 times, no return checks
Anonymous
because it works
BinaryByter
BinaryByter
they are wasted resources
Anonymous
1. Check this: http://bxr.su/OpenBSD/bin/echo/echo.c 2. Now compare with this: http://git.savannah.gnu.org/cgit/coreutils.git/tree/src/echo.c This is what happens when you need features 😆
Anonymous
cmu
university of california >
BinaryByter
cmu
carnegiee mellon ❤️❤️
Ariana
Yup
Ariana
Its op
BinaryByter
❤️❤️❤️❤️❤️❤️❤️❤️
BinaryByter
i want go der
BinaryByter
❤️❤️❤️<
BinaryByter
3
BinaryByter
i love leet uni
Ariana
SAME
BinaryByter
:D
BinaryByter
do you think they will take us?
BinaryByter
read as: im too stupid for life
Anonymous
https://www.youtube.com/watch?v=fYgG0ds2_UQ&feature=youtu.be&t=2112 Lool that rust guy xD
Saurabh
Anyone know about FFMPEG
MᏫᎻᎯᎷᎷᎬᎠ
I don't
MᏫᎻᎯᎷᎷᎬᎠ
BinaryByter
i dont remember its successor
Om
Yes
Anonymous
Hallo everyone !!
Anonymous
Happy new year ❤️
MᏫᎻᎯᎷᎷᎬᎠ
Yes
I think you are the first Arabian girl in this group
Jonathan
hello world, thanks for the greetings.
klimi
Welcome
Luis José
#include "libxl.h" using namespace libxl; int main() { Book* book = xlCreateBook(); // xlCreateXMLBook() for xlsx if(book) { Sheet* sheet = book->addSheet(L"Sheet1"); if(sheet) { sheet->writeStr(2, 1, L"Hello, World !"); sheet->writeNum(3, 1, 1000); } book->save(L"example.xls"); book->release(); } return 0; i'm trying to run this example on code blocks, wich uses the library libxl but im getting this error : error: no matching function for call to 'libxl::ISheetT<char>::writeStr(int, int, const wchar_t [15])' error: no matching function for call to 'libxl::IBookT<char>::save(const wchar_t [12])'
BinaryByter
read the documentation of your library
BinaryByter
we don't know that library
Luis José
is the first library i'm installing ever
BinaryByter
Well... you need to include it correctly
BinaryByter
then you need to find out wether the functions you call are corrfect
Luis José
Well... you need to include it correctly
It's done as it says on the website
Mihail
BinaryByter
can't everybody just use std::string?
Om
كيفكم
Om
كل عام وانتم بألف خير
Ariana
English
klimi
كيفكم
im fine
BinaryByter
/warn arabic
can we warn those who use arabic digits too please? :D
klimi
4
BinaryByter
4
/warn arabic digits
klimi
oh
klimi
i mean
klimi
IV
BinaryByter
IV
/warn roman nummerals
klimi
HAPPY???
Mihail
BinaryByter
FOUR!
very good
مهند علاء الدين
What the difference between c and c++
BinaryByter
BinaryByter
C++ has classes
BinaryByter
C++ has a whole array of tools
BinaryByter
C++ has name mangling
BinaryByter
(eww)
BinaryByter
C++ used to have triglyphs
BinaryByter
C++ has templates
Mihail
OOP, STL, templating are just the big ones