Jussi
again: we arent seeing the entire program
yeah, maybe that's why the compiler also says "undefined symbol s", because the editor is scrolled down?
BinaryByter
whoops didnt see that error message
Jussi
the developer should scroll back up so the compiler can see the symbol
BinaryByter
Dude, stop fussing over such a small error
Anonymous
## 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 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. * 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 turbo C++, you will not be helped, use another more modern IDE. * Don't post compiled executables, that is obviously a security risk ## Resources 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.
Noted
Francisco
I don't get why some people use those prehistorical IDEs instead of other newer ones e.e
#39424E
string cmd_firewall_smb = "netsh advfirewall firewall show rule name=\"Общий доступ к файлам и принтерам(входящий трафик SMB)\""; const char *char_cmd_firewall_smb = cmd_firewall_smb.c_str(); if ((pPipeFirewallRules = _popen(char_cmd_firewall_smb, "rb")) == NULL) log_write << "\t" << "Error create the Pipe Firewall Rules.\n"; In this form does not work. How do I escape this string? PS MSVS 2015
Dima
Mat
#ot
Anonymous
is it possible to use vs 2019 ide but 2015 compiler and linker
Ariana
I am looking for a book on x86 assembly that uses the AT&T syntax. Please any suggestions?
slightly ot but Dont use AT&T, everyone would hate you for life
Sid Sun
hey, i'm using pipes to send data b/w parent and child but i'm stuck here: write(passPhrasePipe[1], passPhrase, calculateIntLen(passPhrase));
Sid Sun
that's how i write it
Sid Sun
i can't know the length for reading
Sid Sun
can i do: read(passPhrasePipe[0], passPhrase, calculateIntLen(passPhrasePipe[0]);
SHERLOCK
Can i put a question in this group regarding c programming?
SHERLOCK
Can i?
Anonymous
Maximilian
SHERLOCK
SHERLOCK
Thank you
Anonymous
hi @linuxer4fun can you leave some advice or book that can instruct me to programming in the fashion style like you do in github
Anonymous
Good c++learning book
Anonymous
Guys I am not getting right outcome
Anonymous
Anonymous
What is error in code or error in logic
Anonymous
Anyone is there
Anonymous
Yes
Anonymous
Yes
Pls try to solve my problem
Anonymous
😊
klimi
hm
klimi
why should i ?
Anonymous
Anonymous
When I input in any string
klimi
it does exactly what you told it to do
Anonymous
Programme stop from running
Anonymous
Not at all
Rahul
Just debug step by step see where it crashes
Anonymous
Just debug step by step see where it crashes
Well buddy that I don't know
Rahul
Just put the break point and click the debug button
Anonymous
Without debugging can u solve it
Rahul
You getting some error
Anonymous
Yes
Rahul
When on running
Rahul
Or compiling
Anonymous
On running
Rahul
What happened
Anonymous
I think logic
Anonymous
Is
Anonymous
Wrong
Anonymous
Where it is wrong
Rahul
Wrong
Do you know the problem I didn't get what exactly issue is
Rahul
Take array of small size
Anonymous
But in problem
Anonymous
It needed long size of arry
Anonymous
Where is the value of c
Rahul
Take from heap
Anonymous
Int c
Anonymous
Ok
Anonymous
But
Rahul
Put the debug statement cout something before sort first
Anonymous
Ha it will shows the exact
Anonymous
Error
Rahul
When you don't know the debugging you have to put the cout statements to find out on which statement it is not working . Then you will find the particular point to fix
Rahul
You already used 10000 may be code blocks dont have much stack for program . If you need more memory use heap
Rahul
Like char *data = new char[10000]
Dima
Wtf actually
BinaryByter
ask people to bash you
BinaryByter
ask people to bash you
this is prolly the most important part of my masterplan
Anonymous
Kamesh Rathore: Kamesh Rathore: Can any one help me to resolve all PMD law of demeter issues... is there any plugins available that take my file as input and resolve max and possible pmd violations please help me i have 41000 pmd violations in my project and i have to fix them with in two days
BinaryByter
are you dense?
BinaryByter
btw: we dont do your homework
Anonymous
yaa i know , but can suggest
BinaryByter
Wtf