Forum: C++ May 1st, 2009 |
| Replies: 7 Views: 1,365 Alright. So i havent compiled any programs for a while and im compiling this using the Microsoft Visual C++ Toolkit 2003. When i click build it gives me an error saying:
Any idea what is wrong?... |
Forum: C++ May 1st, 2009 |
| Replies: 7 Views: 1,365 Since this program is a anti-cheat parameter for the league, the picture wont be needed till once the player is in game. so once in game i would like the players to push lets say Shift+Alt+S to bring... |
Forum: C++ May 1st, 2009 |
| Replies: 7 Views: 1,365 I am creating this simple program that will capture screen shots. I want to make it so the name of the image that is saved is what the user enters into a text field before the picture is taken. and... |
Forum: C++ Apr 23rd, 2009 |
| Replies: 2 Views: 226 So I'm trying to create an easy Trig-Functions calculator where you plug in an angle and a sig and it'll give you the other sides and angles back. In c++ is there a way to use sin, cosin, and... |
Forum: PHP Apr 23rd, 2008 |
| Replies: 3 Views: 563 can you explain more on how to write directly to a html file? |
Forum: PHP Apr 22nd, 2008 |
| Replies: 3 Views: 563 I am running this site which I've gotten allot of responses about and its been a hassle to edit the html constantly to add more content. Is there a way I can make a extreamly easy CMS to add... |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 6 Views: 1,995 will this mess up the alignment of the template? |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 6 Views: 1,995 i set the scrolling to hidden. use your mouse wheel click if you can or highlight the text. |
Forum: HTML and CSS Apr 7th, 2008 |
| Replies: 6 Views: 1,995 I know dynamic content would be alot easier to use but because i dont know php and all that jazz yet iframe is my subsitute while i learn. my problem is that i cant figure out how to make the column... |
Forum: HTML and CSS Mar 12th, 2008 |
| Replies: 5 Views: 1,001 thank u jamison. thats exactly what i needed |
Forum: HTML and CSS Mar 4th, 2008 |
| Replies: 8 Views: 1,854 yup. did you see what i did? oh and you also didnt close the last line of your css section with a } but i fixed that too for you. |
Forum: Graphics and Multimedia Mar 4th, 2008 |
| Replies: 9 Views: 2,657 experiment with pentool and gradient blending options to get that. |
Forum: HTML and CSS Mar 4th, 2008 |
| Replies: 6 Views: 1,033 all i did is look at good websites and learn from whats already made. makes learning more understandable... it worked for me. |
Forum: HTML and CSS Mar 3rd, 2008 |
| Replies: 5 Views: 1,001 when i add more than 3 news items it messes up. how do i make it so that section is scrollable? such as at mugnweb.com |
Forum: HTML and CSS Mar 3rd, 2008 |
| Replies: 8 Views: 1,854 unless you probly mean you want the header image to be ontop the background and not aligned above it. in that case use this code.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: HTML and CSS Mar 2nd, 2008 |
| Replies: 8 Views: 1,854 oh like that? ok easy fix. on the image line i added b4 add the tag valign="top". i think atleast. |
Forum: HTML and CSS Mar 2nd, 2008 |
| Replies: 8 Views: 1,854 i think this should do it. i didnt test it out but this is just by experienced guessing =)
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: HTML and CSS Mar 2nd, 2008 |
| Replies: 5 Views: 1,001 hello everyone. my site is http://designersforsale.freebiehost.net/teamthrust/
as you can see it is very messy and everything is blah to say the least. it looks fine in dreamweaver but not on the... |
Forum: C++ Jan 12th, 2008 |
| Replies: 19 Views: 3,962 i like iamthwee's solution better but im still trying to find how to clear the text from before from the box after you type 'Y' to restart the app. |
Forum: C++ Jan 12th, 2008 |
| Replies: 19 Views: 3,962 nope. FillConsoleOutput undeclared |
Forum: C++ Jan 12th, 2008 |
| Replies: 19 Views: 3,962 yeah i included it. the compiler im using is called Code::Blocks |
Forum: C++ Jan 12th, 2008 |
| Replies: 19 Views: 3,962 i get a error. it says clrscr(); is undefined |
Forum: C++ Jan 12th, 2008 |
| Replies: 19 Views: 3,962 Ok im a noob so where should i put that in the code? |
Forum: C++ Jan 12th, 2008 |
| Replies: 19 Views: 3,962 not restarting the computer but just the application
my os is XP
The code you gave me causes the box to constantly repeat Would you like to reset the program to enter new numbers? (Y or N).
... |
Forum: C++ Jan 12th, 2008 |
| Replies: 19 Views: 3,962 Is there a C++ command that restarts the application. The program I'm making is just a console application that acts like a calculator. But once you enter your number and press enter you have to... |
Forum: C++ Jan 11th, 2008 |
| Replies: 4 Views: 1,259 Thank you alot. It Worked. I learned alot in these past 10 minutes and i thank you for that. |
Forum: C++ Jan 11th, 2008 |
| Replies: 4 Views: 1,259 |
Forum: C++ Jan 11th, 2008 |
| Replies: 4 Views: 1,259 I started c++ a few days ago and I am trying to make this program for my math class just to test myself.
This is my code.
#include <iostream>
using namespace std;
int main ()
{ |