Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+4
Strength to Decrease Rep
-1
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
1 Commented Post
0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for kashmir323

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 = ; …

Member Avatar for WaltP
0
2K
Member Avatar for kashmir323

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 …

Member Avatar for thefly
0
764
Member Avatar for kashmir323

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 …

Member Avatar for mvmalderen
0
52
Member Avatar for kashmir323

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 …

Member Avatar for pritaeas
0
87
Member Avatar for kashmir323

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] …

Member Avatar for MidiMagic
0
92
Member Avatar for kashmir323

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 …

Member Avatar for kashmir323
0
148
Member Avatar for mikki2
Member Avatar for HI2Japan
0
148
Member Avatar for hassanalvi1989

all i did is look at good websites and learn from whats already made. makes learning more understandable... it worked for me.

Member Avatar for seoindia5
0
125
Member Avatar for npatel0317

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; …

Member Avatar for npatel0317
0
124
Member Avatar for kashmir323

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"; …

Member Avatar for kashmir323
1
86