DaviChan
If you have 0 information about the original content and anything else... it can be impossible to recover. So it depends on the information you have or can reasonably guess
klimi
DaviChan
Mosly yes. But encodings are not meant to be hard to undo, so it's often not too hard to even figure out an unknown one if you its usecase and have some idea about the content that was encoded
DaviChan
But yeah true, if ylu encode noise. There is no way to tell that you figured out the right decoding
DaviChan
At least not that i can think of
Ибраги́м
https://www.youtube.com/watch?v=TIDA6pvjEE0
Mohit
I want to learn c++ from beginning
alessandro
I advice you read many docs
alessandro
https://riptutorial.com/
Anonymous
Can anyone help me?
Anonymous
I'm actually trying a simple program but can't get the result...
alessandro
alessandro
C or c++?
Anonymous
alessandro
alessandro
It's more easier.
Anonymous
Looks like i can't send any media here.
Can i DM you?
alessandro
Konstantin
Hi! Is there some web-based tool I can use to remotely compile c++ winapi code and download an exe ?
Andrew
Gun h54u6yy.y66
alessandro
alessandro
If it exists I wouldn't trust in it
Konstantin
My previous question about online compiler was exactly because of my test with this chat. Seems after some time, when the project will stable it will be hard to find a job for junior developers.
Sasha
Konstantin
Sasha
labyrinth
https://github.com/mongodb/mongo-cxx-driver/blob/r3.7.0/src/bsoncxx/config/config.hpp.in
labyrinth
what does this extension mean? .hpp.in?
DaviChan
alessandro
alessandro
In c you need implement it
alessandro
With calloc etc
DaviChan
Okay I see. So because of high level abstractions like the STL.
I would argue that adding new stuff ontop of C will never result in an "easier" language itself, even though it might have simpler to read/write solutions for some problems 🤔.
alessandro
alessandro
But in reality management the memory is not easy
alessandro
You could get some errors
alessandro
But if you program in assembly it's obvious you think c is easy
King
An yone inter ested in pa ir prog ramming d m me
DaviChan
But if you program in assembly it's obvious you think c is easy
I think we view things differently on what makes a language "easy" or "simple".
But i think you will have to agree that C++ is harder to master than C is, just because there is much more things you need to know about. But you are right, you need to know less to get started.
DaviChan
Ofc. I know asm, but I don't think anyone writes bigger projects in it anymore, right? 😅
alessandro
i agree what you said
alessandro
but I always advice begginer to start in C++
alessandro
and then C
DaviChan
Mhmm 🤔
DaviChan
depends on how you learn. I advice the other way around most of the time. Since I learn better myself from the bottom up than the other way around. But both is valid. You can learn with abstractions and take a look under the hood as you progress also. I think that is a good approach also
RØB
Anyone thinking of group study with me in c++ lag
Can dm me
Aileen
good evening 🤗
DaviChan
Aman
Hii everyone can anyone tell me the application of C++ in development...
DaviChan
alessandro
hey does someone knows one advanced parsing
alessandro
if are there libraries about it
Chat Boss
Manoj Verma sent a code, it has been re-uploaded as a file
lEave
hey guys what cpu are you using for programming
Anupam2.7
If big O notation of time complexity of a program comes out to be (log₂n) then we can say that it is (log n), right?
Anonymous
Yes
ali
Hi
ali
Anyone can help me in c?
ali
Write a C program to implement the given UNIX command:
ls | grep “D” | sort | wc –l > output.txt
Anonymous
Alireza
I want to get input in c++ but in a way when I press enter the `/n`will be in my variable ,how can I do that
Sasha
https://dontasktoask.com/
Sasha
Alireza
Tnx
Denys
Hello, l have an error with compiling my C file. l add a graphics.h header to my C file but compiler say [Error] sstream: No such file or directory l dont know what to do?
Denys
l try to switch the C file to C++ but it not working too
klimi
Denys
klimi
Denys
can you show your includes?
#include <stdio.h>
#include <conio.h>
#include <sstream>
#include "graphics.h"
Denys
and in compiler ops -static-libgcc -L. -lbgi -lgdi32 -lcomdlg32 -luuid -loleaut32 -lole32