Dima
Eww
Anonymous
M
i have a question not very related to c++.. I've compiled my program successfully (vscode IDE and mingw32 compiler). I try to run the exe file using .\*.exe but absolutely nothing happens. It should be creating objects, cout-ing things, then changing objects and cout-ing again etc. It used to work previously, now it just won't do anything although my code seems okay..
Diego
We can't do much without looking at you code though
M
i fixed it, it was a logical error in my constructor so the object wasn't generated and nothing happened after that
Anonymous
anyone use qt?
Pavel
anyone use qt?
many of the people here use qt, just ask your questions dontasktoask.com
Anonymous
what is the best site to learn qt?
Pavel
what is the best site to learn qt?
qt docs? They have (had at least, when I used it...) really good overviews
Anonymous
/unban @hope374
Mohammed
/unban
Mohammed
/unban
Anonymous
/get cbook
Caio
Hey guys, can someone please share some C resources. I'm willing to learn it for cyber security porpoises
Anonymous
Anonymous
And what you already know
Caio
Well I'm doing a technical course on software development, it covers Java, Javascript, HTML/CSS , C# and PHP. I'm also learning all the data science math (calculus, statistics etc. I'm willing to learn a system based programming language like C, for a more deep understand of machine functioning.
Blue
Hi want a developer who can build a decompiler software
Talula
Hi want a developer who can build a decompiler software
Decompile in Assembly or C++ or C or Python or Java?
Hanz
Probably no
Diego
Do you pay for that?
lmao straight to the point ain'tcha
Ramin
Money solves everything
Blue
I’ll pay for it
Blue
Kindly Dm me I’ll share the sample file
.......................
Hii I am new student in coding I want to know how should I start like what should I do I am learning c and coping codes from sites and running them I know this is not good so please guide me.
Otumian
Hii I am new student in coding I want to know how should I start like what should I do I am learning c and coping codes from sites and running them I know this is not good so please guide me.
It's okay. A step at a time. Watch a video tutorial on youtube and code along. Do the exercises if there is any. The art and science of C, comes with exercises too.
Lior
Hi, I need a little help with running my c code on visual studio
Lior
I'm not able to sent pics so it will be a little hard
Andrew
Whats the problem
Lior
1. When I press F5 it doesn't run (”launch: program.... .exe does not exist”)
Nils
Hi want a developer who can build a decompiler software
Send me the file and I will give it a try, sure
Andrew
Then run
Dima
lol
Mar!o
Happy Easter
Ehsan
Sounds like PHD degree problem
Anonymous
Return deref of this xD
Hamad
Thanks! .. I guess
Vlad
?
Today is catholic easter, bruh
Anonymous
Hi
Gaurav
I ask doubt
Vlad
I ask doubt
Question of the day
Gaurav
Param is a course instructor of c++ programming and currently he is teaching conversions to his students. He started with the basic programs and now he want to introduce some complex problems. Before starting the complex problems, he wants to start with high difficulty level problem, such as: counting the digits of a number. Help Mr. param to write a program which will accept one integer argument and returns count of digits of that argument using class to basic conversion.
Gaurav
👍
Gaurav
But suggest me how to do
Vlad
What does it mean to "count digits"?
Vlad
If it's how many there are. It's log base 10
Gaurav
I think normally count
Vlad
I think normally count
log10 is subnormal then?)
Gaurav
Can u eblorated briefly
Vlad
No idea
It gives you power of 10
Vlad
Nearest that is
Vlad
Think of scientific notation: 1.5 * 10^5 = 150000
Vlad
150000
Yeah I mistyped
Diego
iirc the best way to count digits on an integer number is to loop x%=10; and count until its 0
Veronica
## Rules #pinned * You are not entitled to an answer, getting angry about not answered questions will get you warned. * Not checking your problem in google (or any other search engine) first will get you a warn. * Asking to solve an assignment/test/whatever without trying it first yourself will get you a warn or will get you BANNED. We won’t write a code for you, but we can push you forward and suggest something. * Before posting a long code snippet think twice and read the Resources section below. * No “best book” or “best youtube channel” requests, use /get cbook and /get cppbookguide chat commands. * No “best ide” requests, use /get ide chat command to see the suggestions. * Asking for something that is in the pinned message right after joining WILL GET YOU BANNED. * C/C++ discussion preffered (assembly also allowed), asking about other languages (or groups for other languages) right after joining will get you BANNED. * Reverse enginnering, hacking and related topics are allowed, but asking to hack facebook, instagram, etc. is NOT allowed. Also if you ask "how to become a hacker" and obviously have zero knowledge on anything related to that you may get warned or banned. * Legitimate requests for help on code and programming questions are welcome. A request is considered legitimate if it describes your problem, what you've done so far and what went wrong. Requests such as "write my program" or "do my homework" are never considered legitimate. Asking not legitimate questions will result in a warn or ban. See https://stackoverflow.com/help/mcve on how to write good questions. * Asking for book recommendations is ok, but "pls give pdf book" is not allowed, find books by yourself. Posting illegally copied books (or links to those books) is also not allowed and will get you BANNED. * Only English language is allowed, if you speak shitty English or don't understand anything in English YOU WILL BE BANNED. * A little bit of programming related memes, jokes, shitposting are allowed. * NSFW content (porn, nudity, etc.) is not allowed. * Spamming/advertising (job posts are also ads, so ask an admin before posting) will grant you a warning or an immediate ban if you do it right after joining. * Religion, politics and ideological topics are forbidden. * Long code snippets must be posted via a snippet website(links below), posting pictures of code and posting long snippets in the group is not allowed. * If you encounter a problem, while using dev C++ or turbo C/C++, you will not be helped, use another more modern IDE. * Don't post compiled executables, that is obviously a security risk. * Personal messages without asking beforehand are not allowed. * If you want to post a link or some article in this chat you will need an admin approval first ## Resources C/C++ group India: http://t.me/c_cpp_india About asking good questions: * [English](http://www.catb.org/esr/faqs/smart-questions.html) * [Translations](http://www.catb.org/esr/faqs/smart-questions.html#translations) For posting long code snippets: * [GitHub Gist](https://gist.github.com) * [Ubuntu Paste](https://paste.ubuntu.com/) * [Pastebin](https://pastebin.com) ## Reports If you notice any forbidden content, please use the /report command while responding to the offending post to report it to the admins.
I agree with that👍🏻
Anonymous
Hey i love tor and i don't like the idea of bundling tor with my application. Is there any sane way i can tunnel my applications traffic through tor? I know i could just make it a requirement to have it installed already but i don't really like that idea either. Anyone has some idea what a good approach would be?
Anonymous
I took a look at some malware that tunnel traffic through tor as they face a similar situation. They tend to just bundle it or have a clearnet proxy that tunnels the traffic for them. I don't know but both variants seem not to be very elegant
Diego
If you have a dependency then you include the dependency
Diego
But you're right to try and make it to have as small a footprint as possible, maybe find a lightweight, headless version of Tor ready for bundling into your app and use that
Raghad
Hi, any help please: