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
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 want to learn c++ from beginning
There are a lot guide line at network
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
C
C++ is better than C
alessandro
It's more easier.
Anonymous
C++ is better than C
Well I'm a beginner so.
Anonymous
Looks like i can't send any media here. Can i DM you?
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
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
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.
Otherwise, it feels like with this tool junior developer could be much more effiecient from the very beginning. It will help them to make more short iterations
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
It's more easier.
? In what sense?
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
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...
Amrith
How can I do it , please
are you building your own game engine? i am also working on one right now. for fun
alessandro
hey does someone knows one advanced parsing
alessandro
if are there libraries about it
RØB
How exactly would that look like/work
At starting we will learn basic for yt Then dsa & last development, project .
Chat Boss
Manoj Verma sent a code, it has been re-uploaded as a file
Manoj
Manoj Verma sent a code, it has been re-uploaded as a file
how can find object value please help me expert Thank you
Chat Boss
Manoj Verma sent a code, it has been re-uploaded as a file
Manoj Verma sent a code, it has been re-uploaded as a file
DaviChan
At starting we will learn basic for yt Then dsa & last development, project .
Would be interested, even though im not a total beginner. But always like to learn and maybe I can answer some questions that arise
Pavel
how can find object value please help me expert Thank you
Do they have to be with the same name? Can you have an array of them grouped by unique names instead?
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
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?
lg n = log₂n * lg 2 lg 2 is a constant. Therefore O(lg n) is the same as O(log₂n)
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
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
This seems to answer your question https://stackoverflow.com/questions/15706776/c-ifstream-not-reading-n
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
Denys
Sasha
l have include it dont work btw
It looks like you re missing development libraries
klimi
l have include it dont work btw
can you show your includes?
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