469 Posted Topics
Re: What is a cdg file? Maybe I can help if you tell me what runs it. | |
Re: That's funny and informative. I agree, keep your phone out of your pants pockets! | |
I just got a new Toshiba laptop for Christmas, and it came with a FREE upgrade to Windows Vista Home Premium (yay). Is Vista good enough to write over my Media Center (XP) install permanently? Or should I keep the XP Windows files? Is it possible to 100% get rid … | |
Re: Hehe, I liked it. There are a bunch of those, but that one was really good. | |
Re: The new Google is weird. I'm used to the old one, so now when I try to click images on their homepage I click nothing. I have to click in the top of my browser. Getting annoying.... But yeah, they're adding lots of AJAX to the site to make it … | |
Re: Both links you provided don't work. 404 Page not found. | |
Re: Can't you just open the .frm file in notepad to do this? | |
Re: Paintball is fun. It doesn't hurt to get hit at all (well, the first time it does). I'm on a team with a bunch of friends. We've won several competitions since '04, when we got together, so yeah. It's fun. | |
Re: Yeah, I didn't understand a thing you said. Can you maybe explain in English, then we can help you. | |
Re: Why don't you do as the error message says and replace the dot with a space? ![]() | |
Re: First off, you might want to put this in the C++ section, and also put the code into [ code ] tags, because the code is hard to use otherwise. I'll look this over in a little bit. ![]() | |
Re: You might want to look into PHP, Perl, Ruby On Rails, Python, ASP, or another language like that. HTML/CSS won't handle this. I could do this with a desktop application, written in C++ or Visual Basic (if you need it done, I could do it, and maybe do it using … | |
![]() | Re: I mean I guess you could do something like [code]if (usersGuess > random) { cout << "Too high!" << endl; } if (usersGuess < random) { cout << "Too low!" << endl; } else { cout << "You got it! The number was " cout << random << endl << … |
Re: Yes, there is. Not with just built in C++, as far as I know, but using Qt4, as I do, you can. You can also use Tcl/Tk with C++ (I think...). With the book "C++ GUI Programming With Qt4" by Jasmin Blanchette and Mark Summerfield. | |
Re: I don't see the problem with DirectX. It's fine for what you're trying to do. And the people that say "I hate Microsoft," stop ranting about it. Face it, the world uses Windows, and there's nothing you can do about it. | |
Re: He probably has an assignment due in an hour, and he wants a quick solution. Read the sticky, Malouka. We only offer homework help to those who show effort. | |
Re: You need to, in Dev-C++, make a new project file, and then make a new source file (File -> New -> Source File) and name it "main.cpp". | |
Would it be possible to write a proxy in C++? I mean a CLI application that would take a users input (a site name) and open Internet Explorer / FireFox to that page, bypassing network restrictions all the other fun stuff that a proxy does, much like proxy.org? | |
I have Comcast, but I am at my mother's, who has Adelphia. I can't use Outlook 2003 to check my comcast email... What ports do I use/settings do I change? | |
Is there a way to open, say, cout, and edit it to your own personal use? | |
I downloaded the installer for Visual C++ from the Microsoft website, and when I run it, I get this error message (below). Help me! | |
Re: Read the sticky -- it says "We only offer homework help to those who show effort" | |
Re: I use Ruby! It's easy to learn (if you know other languages, like python, it's REALLY easy). I would suggest this language to anyone. | |
Re: Hello. I have been programming in Java for a while, but not much with games. You could try a book on Java game programing (like Java Game Programming for Dummies) or, there's always *Google*. I can't you much there. | |
Re: First off, it's Linux. Linux is amazing if you know what you're doing. Switch to Linux and be professional and cool or stay with Windows and be another "average joe." Hackers, you say? Why not use a firewall? Why not use Linux AS A FIREWALL? So many ways to stop … | |
Okay. Brand new laptop (Christmas). Worked find until NOW. It's not major. If I leave it on from 8:30 PM (bed) to 6 AM (awake), and I try to click any links, I have to click it a few times for it to "catch," or for it to go to … | |
I'm making my website using Visio, namely the "Windows XP GUI" template. I want my navbar to be like the buttons on a GUI in real Windows, check the attachment. I can't find a way to make a button do a link or an event in Visio. Is this even … | |
Re: Use something like: [code=python] def callback(): functionone(x) #tab me woot functiontwo(y) #tab me woot [/code] As a base for your callback code. * Sorry if this is incorrect; I'm new to python! vegaseat, please correct me if I'm wrong. | |
Before I start, is Borland C++ free? Or do you have to pay money for it? Second, I found a Borland C++ 4.5.2 CD in my dad's old computer bag. If I install it on XP, will it have any compatibility errors? | |
M.Y.S.P.A.C.E. Meet Your Stalkers, Peter And Cindy Edmonton Change the names if you like, but I still think it's completely true. | |
| |
Has anyone here heard of the Icelandic author HallgrÃmur Helgason? He has written the book "101 Reykjavik" (it has been made into a movie) and also the book "Hella." This is a quote from his website ([url]http://www.bokmenntir.is/rithofundur.asp?cat_id=640&author_id=40&lang=8):[/url] [quote] HallgrÃmur Helgason was born on February 18th 1959 in ReykjavÃk. He studied … | |
| |
I just started Delphi and wanted to toy around with some of the features of it, so I started to. I made a TRichEdit box on Form1. If I run the application and try to type in the textbox, nothing appears, the cursor keeps blinking, as if I did nothing … | |
Re: I don't know Liberty BASIC (I know some JustBASIC, but...), so this might not help but: [code]If studid$<>id$ then ' open a form with an error[/code] Does that work? | |
Re: VB is easy to learn, too, but with better results. | |
Re: What he's asking is not of the message box at all. I know nothing of PASCAL, so I can't help, but I can explain what he is saying. He means that when a certain key or button? is pressed, the program should bring the user to a webpage.com/programupdate.exe program and … | |
Hey! I have a few questions about Delphi... Is there a free compiler / interpretter for Delphi (if any, which) and / or an IDE? Is Delphi easy to learn, or hard? I mean, I know plenty of languages (C, C++, Java, Perl [some], HTML, Javascript, Ruby, VB6 [woot], Python...) … | |
| |
Re: Haha. I have a recording of his speech when he said "I invented the internet" | |
Re: I think he means if the user enters a date and if it's in the wrong format, then the program tells the user that. Correct me if I'm wrong. | |
Re: [quote=jwenting;291801]Books are cheap. What you learn from a decent book costing $40 will earn itself back many times over in the space of a few days work.[/quote] I'll say! I bought some C books for $50 a pop (bought 4 different ones, ahaha I was broke afterwards) and it paid … | |
Re: Wow... That seems like an interesting program (and helpful, too)! Can you send me the exe in a zip file to my email address or send me the link to it? I could use some organization... | |
Re: I see every image up there fine in FF2... What's up with your firefox? |
The End.