Forum: C++ Sep 25th, 2007 |
| Replies: 3 Views: 1,748 anyone have any experience with this?
please help! =) |
Forum: C++ Sep 25th, 2007 |
| Replies: 3 Views: 3,327 i think i can answer this one for you. the compiler has to know how much memory to set asside for the array. so the statement
cin >>x;
array[x];
cant work. however you can fix this problem... |
Forum: C++ Sep 24th, 2007 |
| Replies: 3 Views: 1,748 I have ubuntu installed on my computer upstairs and gtkmm works just fine on it but i cant figure out how to get it to work on windows. I was wondering first if there was a clearer tutorial than then... |
Forum: C++ Jul 9th, 2007 |
| Replies: 8 Views: 4,328 LOL not really ganked and its not for a class. but i did find the code in the back of the book.
well maybe ganked just a little =P |
Forum: C++ Jul 9th, 2007 |
| Replies: 8 Views: 4,328 double power( double n, int p )
{
double result = 1.0;
for(int j=0; j<p; j++)
result *= n;
return result;
}
ok i got the loop i just dont understand it can some one explain it... |
Forum: C++ Jul 9th, 2007 |
| Replies: 8 Views: 4,328 i need to know how to use powers in c++. so if i enter to and then 3 for the power i get 8.
this is what i have so far
#include <iostream>
using namespace std;
double power(double,int);
... |
Forum: Java Jun 1st, 2007 |
| Replies: 4 Views: 1,158 ok i went back and tried to fix it
this is what i came up with
(im kinda new to java)
public void itemStateChanged(ItemEvent ie)
{
String arg = choicepanel.getSelectedItem();... |
Forum: Java Jun 1st, 2007 |
| Replies: 4 Views: 1,158 here is the code
/*
Chapter 6: Borders
Programmer: ELIIIIIIIIIIIIIIIIIIIIIIIIII DOOOOOOOOONNNNNNNNAAAAAAAAAAAAAAAAAAAAAAAHHHHHHUUUUUUUEEEEEEEEEE
Date:
Filename: Borders.java
Purpose:
*/... |
Forum: C++ May 31st, 2007 |
| Replies: 4 Views: 1,238 thank you! thank you very much!! |
Forum: C++ May 29th, 2007 |
| Replies: 4 Views: 1,238 any good tutorials for windows api? online or books |
Forum: Windows NT / 2000 / XP May 22nd, 2007 |
| Replies: 10 Views: 1,432 Wow thanks for all the help guys you all are AWESOME!!!!
i did system root on both and the first one was the default C:\WINDOWS and the second one was C:\WINNT . so these folders were ... |
Forum: Windows NT / 2000 / XP May 21st, 2007 |
| Replies: 10 Views: 1,432 ok so i entered that into the cmd prompt and i got the default. then i typed start %systemroot% and got to see the folder visually. now i just delete delete !!!!!! ? or what needs to be deleted.
... |
Forum: Windows NT / 2000 / XP May 20th, 2007 |
| Replies: 10 Views: 1,432 do you know which folder it is usually in and then once i get to the folder how do i tell the difference between the good os and the bad one. |
Forum: Windows NT / 2000 / XP May 16th, 2007 |
| Replies: 10 Views: 1,432 ok i got about this far
http://i46.photobucket.com/albums/f122/tralfas/desktoppic.jpg
but after this i dont know where the os is. |
Forum: Windows NT / 2000 / XP May 16th, 2007 |
| Replies: 10 Views: 1,432 ok so i boot and it always comes up with two os's but now i want one of them deleted. one version of xp i have installed has only service pack 1 and the other has service pack 2. i use the one with... |