Forum: C++ Jun 29th, 2008 |
| Replies: 9 Views: 5,146 http://www.winprog.org/tutorial/ |
Forum: C++ Jun 29th, 2008 |
| Replies: 0 Views: 1,014 Ok, so I'm done with my "Code Break" and I'm back in "action". A couple months ago I completely dropped programming to pay attention to other things in my life. I was only on the forums a brief... |
Forum: C++ Jun 18th, 2008 |
| Replies: 12 Views: 2,139 I think someone put the winprog tutorial in here, follow it to the tee, it has helped me loads. I'm getting a little better with Windows API, but I am by no means an expert, especially since I'm... |
Forum: C++ May 14th, 2008 |
| Replies: 4 Views: 1,032 |
Forum: C++ May 14th, 2008 |
| Replies: 4 Views: 1,032 No, I'm sorry I just re-read that first post, I was tired when I made it, let me revise.
I'm writing a tool that will be used to create an SQL file. I know the table structure for the SQL, I just... |
Forum: C++ May 14th, 2008 |
| Replies: 4 Views: 1,032 I've posted something along these lines before, but it's a tad bit different this time, hopefully some of you can point me in the right direction.
I'm designing a tool that will make adding things... |
Forum: C++ May 1st, 2008 |
| Replies: 13 Views: 5,177 Wow, Hubris + Ignorance != goodOutcome. |
Forum: C++ Apr 7th, 2008 |
| Replies: 8 Views: 1,297 Also, make sure if you do not want the same out put everytime you use the srand() function. rand in itself is really useful, but it produces the same "random" numbers everytime unless you use srand()... |
Forum: C++ Apr 7th, 2008 |
| Replies: 7 Views: 725 "hacker9801" I understand how to store them in a database, I do not understand how to GET THEM TOO THE DATABASE using C++. Please, quit saying the same thing, when it quite clearly is not what I am... |
Forum: C++ Apr 6th, 2008 |
| Replies: 7 Views: 725 I'm familiar with SQL, my problem is how to upload a file into a server with C++. |
Forum: C++ Apr 5th, 2008 |
| Replies: 7 Views: 725 |
Forum: C++ Apr 4th, 2008 |
| Replies: 6 Views: 607 A little more information would be appreciated, what exactly do you want changed? What exactly is the problem? |
Forum: C++ Apr 4th, 2008 |
| Replies: 8 Views: 559 I'm sorry I can't help, I'm getting ready to switch classes, I might be able to look on the next class. Goodluck with this though. |
Forum: C++ Apr 4th, 2008 |
| Replies: 8 Views: 559 Let me retry, I was altering your code a bit to see what worked and what didn't. As ancient said, those brackets made my brain hurt :p
As I said above you may try and declare your variable only once... |
Forum: C++ Apr 4th, 2008 |
| Replies: 8 Views: 559 after choice==2 you have two brackets, why? I'll continue to comb through, just a suggestion, if you didn't have it formatted in your .cpp file, you might want to read up on style a bit. When you ask... |
Forum: C++ Apr 3rd, 2008 |
| Replies: 7 Views: 725 I guess that would be helpful huh >.<
The parts I do have completed: I think I have a "login" system, but I'm not sure if it will be compatible with whatever MySQL system I use. I so far can ask the... |
Forum: C++ Apr 1st, 2008 |
| Replies: 7 Views: 725 I understand that title was rather vague, but it still holds true. Lurking these forums I have noticed how incomplete my 2 year education on C++ really is, and I am asking for your help in area's,... |
Forum: C++ Mar 27th, 2008 |
| Replies: 3 Views: 531 I have no idea what wput is, but I will google it and search these forums to see if I can find what it is. |
Forum: C++ Mar 26th, 2008 |
| Replies: 3 Views: 531 Hello, thank you for taking a look at this thread. I've been using the C++ language for almost two years now, although my knowledge doesn't amount to much due to the fact that my teacher is a... |
Forum: C++ Mar 6th, 2008 |
| Replies: 27 Views: 149,540 Wonderful tutorial, I thank you very much. I've been doing C++ for 2 years now (school) and I've only done logic programming. |