Anonymous
xD
Anonymous
Thats a typo there
Anonymous
Funny thing... anyone uses ZFS here? Try my code on there... hella freeze your system
Anonymous
Will hit swap fast
Ludovic 'Archivist'
Also, with librt you could pipe 16 concurrent writes on the output
Ludovic 'Archivist'
Ah... good idea
Not extremely good tho, I don't remember how pipes behave facing librt
Anonymous
Okey
Anonymous
#googleit
😂😂
Anonymous
Hello I am making my c++ project on classes and data file handling so require help of all of you guys there are so so errors
Anonymous
Anonymous
What ❓ is problem here this function is defined in public section of class
Anonymous
And then called under this function
Anonymous
Don't use Turbo C++ and use a more modern IDE
Why here in my high school all uses that It does not make much differences they will give same errors
Dima
it won’t teach you old-school experience, it’ll just make you suffer
Dima
😂
Anonymous
must be idiotic
Are you really admin
Dima
Are you really admin
yes I am and I recommend you to delete this and use modern ide lol
Anonymous
DOS it's about 90th
So but my friend and my teacher in school lab use that
I_Interface
Be smart and modern
Anonymous
So give example of modern ide all are paid bro and may be expensive
Anonymous
Except few
I_Interface
Visual studio
Mihail
CodeBlocks is good
Anonymous
CodeBlocks is good
But it's paid I will nowhere get it free
kapil
codeblocks is good
Sanidhya
Try atom
Anonymous
How where 📍❓
kapil
How where 📍❓
http://www.codeblocks.org/downloads
Francisco
Try atom
It's not an IDE but an editor
Anonymous
Atom is good text editor
Mihail
there's no such member function getrno in std::fstream. Here https://en.cppreference.com/w/cpp/io/basic_fstream you can check all the available ones
Anonymous
With auto completing syntax
Anonymous
just type main and you gonna get main ready
Francisco
Atom is good text editor
I use it for almost everything, but it's not an IDE
kapil
codeblocks is best for learning, according to me. and its free, light weight. so can be eaisly used on older computers. atom used to take forever to launch on my system.
Anonymous
I use it for almost everything, but it's not an IDE
Yes it's not an ide but has Auto completion
Francisco
Yes it's not an ide but has Auto completion
I KNOW, but that doesn't make it an IDE
Anonymous
I use it for almost everything, but it's not an IDE
But do you know anyway of making it's style to Allman style braces ? #ot
Sanidhya
Thn try eclipse
Anonymous
I KNOW, but that doesn't make it an IDE
I didn't say it's an IDE
Anonymous
Read carefully
Anonymous
I never said it's an ide
Anonymous
int main() { } Allman : int main() { }
Anonymous
That's what I'm asking and please reply in #ot
Francisco
notepad++ is bad ?(
It's just another editor
Anonymous
notepad++ is bad ?(
Notepad++ on Linux?
I_Interface
windows
Anonymous
I don't use no windows
Francisco
windows
For C++ in Windows, you really should use Visual Studio
I_Interface
For C++ in Windows, you really should use Visual Studio
as IDE - yes as text editor - too heavy
Anonymous
Fined getrno under class
Anonymous
Which I should use I mean I de
And called under function
Francisco
as IDE - yes as text editor - too heavy
That's why I pointed for C++
Francisco
Otherwise, I'd use Atom
Anonymous
Hii gyzz
Anonymous
Hi
Vinod
hii
Anonymous
It has not happened to them that they enter to YouTube and they are surrounded by videos with a thematic similarity with the TV (gossip, sensationalism, information with little quality) when sometimes you only want to see informative videos, divulgation, etc. of topics. . that interests you ... think of a platform that brings together all the knowledge channels ejm (SmarterEveryDay , siraj raval, coldfusion, *your preferred channel of knowledge*, etc.) and the community: comments from people focused on acquiring knowledge 🤔
MᏫᎻᎯᎷᎷᎬᎠ
.
BinaryByter
Thats harsh
Swaroop
Can anyone help me with how compiler puts the header files content into the .c file ?
Swaroop
I want to build a program which will scan the words present within angular bracket <>
BinaryByter
Can anyone help me with how compiler puts the header files content into the .c file ?
depends on how you implement it, but most compilers prolly just copy the content
Swaroop
And if the words scanned, there exists a file with that word name then i want to copy the contents to separate file