- Strength to Increase Rep
- +3
- Strength to Decrease Rep
- -0
- Upvotes Received
- 5
- Posts with Upvotes
- 3
- Upvoting Members
- 5
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
- Interests
- Programming
Ok, so right to it. int CSQLDB::Init(const char *host, const char *user, const char *passwd, const char *db) { //Init mySQL mySQL = mysql_init(mySQL); my_bool rec = 1; mysql_options(mySQL, MYSQL_OPT_RECONNECT, &rec); if(!mysql_real_connect(mySQL, host, user, passwd, db, 3306, NULL, NULL)) { printf("(!!!) mySql connection rejected!\n"); mysql_close(mySQL); return 0; } failed = … | |
Hey all, I am trying to implement a remote keylogger into my reverse tcp connection program but IM not sure where to start, I dont usually deal with socket programming so I dont understand giving remote commands, so Id like you guys to either give me a few links or … | |
Re: Do you know any languages? If you do why not tell us so we don't have to guess Also there are many online website hosting services that do the very thing your asking | |
Re: I swear you guys need a home and learn certificate | |
I need to find out how to cut text and insert text into a textfile.....I know about StreamReader and StreamWriter but i dont think any of these will do unless theres some method in the class that I dont know about. I want to be able for example read from … | |
so recnetly I released a product of mine to a few close friends, one of these friends runs windows 8 and I coded my program in C# 2010, Windows 7..He gets an error saying improperly formatted, is the fix for that me upgrading to c# 2012 or in there a … | |
Re: First before I attempt to assist let me ask you these: By old videos do you mean other videos recorded with the high resolution? If so then sometimes when you convert a video, the converter will have an option of how high Quality you want the video,Obviously the higher it … | |
if (listBox1.GetSelected(0)) { richTextBox1.AppendText(Environment.NewLine + "upgrade cottage" + listBox2.SelectedItem); } WHen this code is executed, it prints into the richTextBox1 the words upgrade cottage + the selection of listbox 2, I was wondering how do I put a space between the two? | |
private void Cottage_Click(object sender, EventArgs e) { richTextBox1.Text = "create cottage"; richTextBox1.Text = "create Bob"; } So when I run the code what gets printed is Bob of course I knew this would happen from the moment I wrote the code but I do not know what to put instead, … | |
Re: I simply don't understand people these days. I only need phones to call and text :) | |
Re: I see nothing to help if there is no code. I don't know the error unless the error is "pls help". The only way we help with these kind of things is if there's code, where not here to guess. | |
Re: Hold on, Before I say what I want to let me just point out I have not favorites of phones. While apple may be thinking they won something and are skyrocketing in cash, this isn't the case and ill explain why. People say Steve jobs wasn't smart an inventor/innovated but … | |
Re: Welcome Peter, Hope you enjoy your time here and yes what you said is true so more questions more knowledge :) | |
Re: Fairly advanced don't you think but here's what I found: http://www.codeproject.com/Articles/380027/Csharp-Speech-to-Text http://www.codeproject.com/Articles/483347/Speech-recognition-speech-to-text-text-to-speech-a http://www.se7ensins.com/forums/threads/c-speech-recognition-tutorial.908221/ Btw speech recognition is sooo old school, K do brain wave recognition lmao Hope I helped :) | |
Re: I'm not extremely good at this are but what I can say is that for networks, tripping over a cable could be as simple as "Just plug it back in" or it may escalate to even more server weaknesses but the point is I believe it had something to do … | |
Re: Please explain in more detail what you want to do because I really don't understand what your saying | |
Re: So from what I read above the code, you want to delete just a single record? I don't see you specifying that within the code unless I missed it(Terrible sight today) so that's what I suggest you do if you still wish for the code tell me in your reply … | |
Re: First PHP wouldn't really be used for designing. Second PHP is script-sided ex. Databases Third I won't explain because the makers themselves has a good explanation. http://php.net/manual/en/intro-whatcando.php | |
Re: Hey bro take a look here and you'll get some ebooks. http://stackoverflow.com/questions/194812/list-of-freely-available-programming-books I can't really tell you which one is suitable for you sine I don't know how you learn so I would suggest you read thought a page or two of each XML/JSON ebook and see if it suits … | |
Re: Just a tip. Paying people who now are professionals wont help you become one. The smart thing to do is to tell us what this assignment is and we will try to help you with it. If it was a regular project I would take the money and try to … | |
Re: Never heard of them, Id suggest you wait until youve got more people to vouche for them | |
Alright guys I need some assistance with this. Ok In a few days I will start my project but I need to how to do something, Read Below: I need to find out how to display a Users specific table within My MySQL database for example here is a picture … | |
Re: I also use homeAnlearn it is advices you read about three times unless you have some seriously good memory I sometimes even read it while I'm making a new program | |
Help me please my name is micheal Minner and I am a flight simulator enthusiast and I am attempting to put together a little progran but I need your help its just three questions and all three I wouldn't consider advanced Briefing: I have a login screen connected to a … |