Forum: C++ Dec 4th, 2008 |
| Replies: 7 Views: 801 Oh, thank you guys all so much. I got it to work using the "pow (2.0, x)" method (using Visual C++ Express, just fyi).
#include <stdlib.h>
#include <stdio.h>
#include <fstream>
#include... |
Forum: C++ Dec 4th, 2008 |
| Replies: 7 Views: 801 You're right, I was thinking about how all this math ties together. It's crazy to think about sometimes!
Okay, so thank you for pointing out the power thing. I think this is where I got stuck... |
Forum: C++ Dec 3rd, 2008 |
| Replies: 7 Views: 801 Thanks. I actually just now figured out how to make the triangle print properly. I kept trying to add +1 in different places before. And then I realized, woops - I should have made it <= (less than... |
Forum: C++ Dec 3rd, 2008 |
| Replies: 7 Views: 801 Hi there. I had to make a code to print out a Pascal Triangle. But I'm not getting it to display properly.
For example, if the user types in 4, then it will print:
1
1
1 2
1 3 3
But... |
Forum: C++ Nov 3rd, 2008 |
| Replies: 6 Views: 654 Thank you! I think this is what he's looking for. |
Forum: C++ Nov 3rd, 2008 |
| Replies: 6 Views: 654 Hey there, everyone.
Here is the question I had to write code for:
Include the following code:
char test[15] = {‘T’, ‘h’, ‘i’,’s’, ‘_’, ’i’, ’s’, ‘_’, ’a’, ‘_’, ’t’, ’e’, ’s’, ’t’};
for (int... |
Forum: HTML and CSS Jan 9th, 2008 |
| Replies: 18 Views: 2,191 |
Forum: HTML and CSS Jan 7th, 2008 |
| Replies: 7 Views: 1,883 Ohhhhh yeah. You might be right. It's been annoying me trying to figure it out.
Thanks. |
Forum: HTML and CSS Jan 4th, 2008 |
| Replies: 7 Views: 1,883 Hey, that's very perceptive of you to notice that it does seem to line up with the ad at the top. That might be a clue to help me figure out what I did incorrectly.
I'll keep trying to figure it... |
Forum: HTML and CSS Dec 27th, 2007 |
| Replies: 18 Views: 2,191 That doesn't mean it's better or that you have to use it except for if you make websites and want to double-check that it looks okay in the browser.
Most people use IE because they don't know... |
Forum: HTML and CSS Dec 27th, 2007 |
| Replies: 18 Views: 2,191 Yeah it's good for testing out your sites to make sure they look okay in IE. I use it for that also since most people still use IE just because they don't know better. But the percentages of people... |
Forum: HTML and CSS Dec 27th, 2007 |
| Replies: 7 Views: 1,883 Here is a link of a picture that will show what I'm talking about. Look how the left side is cut off and notice the how the scrollbar won't go to the left so you could see it. It will only go the... |
Forum: HTML and CSS Dec 26th, 2007 |
| Replies: 7 Views: 1,883 Thanks but I don't think you understood my issue correctly. My issue isn't that there is overflow within each individual div. The issue is that the very left div halfway disappears in people using... |
Forum: HTML and CSS Dec 26th, 2007 |
| Replies: 18 Views: 2,191 Definitely Firefox. It's a more security browser for one. I know quite a few people who had very infected PCs and were about to throw them out for new ones because they could barely use them anymore.... |
Forum: HTML and CSS Dec 25th, 2007 |
| Replies: 7 Views: 1,883 Hi guys! I'm a n00b here on this community. So hello there!
I re-did my myspace profile www.myspace.com/cherryteresa (http://www.myspace.com/cherryteresa) in CSS and I can't figure out to fix a... |