- Strength to Increase Rep
- +4
- Strength to Decrease Rep
- -1
- Upvotes Received
- 1
- Posts with Upvotes
- 1
- Upvoting Members
- 1
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
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 close the console and re-open it to find another number. [CODE] int yes = ; … | |
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 if at all possible is there a way to make … | |
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 tangent? I havent started this project yet but i was wondering … | |
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 information? Here is the site thats going on: [url]http://competitive.rebornservers.com/[/url] What I … | |
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 on the left stop scrolling. heres the site: [url]http://designersforsale.freebiehost.net/a3preview/[/url] … | |
hello everyone. my site is [url]http://designersforsale.freebiehost.net/teamthrust/[/url] 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 web. i would also like to know how to create a iframe within the content on the right. something … | |
Re: experiment with pentool and gradient blending options to get that. | |
Re: all i did is look at good websites and learn from whats already made. makes learning more understandable... it worked for me. | |
Re: i think this should do it. i didnt test it out but this is just by experienced guessing =) [code=html] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>CSS Test 2/22/08</title> <style type=text/css> #container { max-width: 800px; margin: 10px auto; background-color: #fff; … | |
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. [CODE]#include <iostream> using namespace std; int main () { int goldennumber; int finalnumber; int ratio; cout<<"Welcome to Easy Golden Ratio Finder!\n"; cout<<"\n"; cout<<"\n"; … |