Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~999 People Reached
Favorite Tags

6 Posted Topics

Member Avatar for tralfas

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 the one on the gtkmm site. I downloaded [URL="http://gladewin32.sourceforge.net/"]Glade/Gtk+ for …

Member Avatar for Salem
0
193
Member Avatar for winky

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 by using new with a statement like char* ptr; ptr = new char[]; …

Member Avatar for hinduengg
0
268
Member Avatar for tralfas

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 [code]#include <iostream> using namespace std; double power(double,int); int main() { double n; int p; cout << "Enter a number …

Member Avatar for krnekhelesh
1
179
Member Avatar for tralfas

here is the code [code]/* Chapter 6: Borders Programmer: ELIIIIIIIIIIIIIIIIIIIIIIIIII DOOOOOOOOONNNNNNNNAAAAAAAAAAAAAAAAAAAAAAAHHHHHHUUUUUUUEEEEEEEEEE Date: Filename: Borders.java Purpose: */ import java.awt.*; import java.awt.event.*; public class Borders2 extends Frame implements ActionListener, ItemListener { public Borders2() { setBackground(Color.red); //set the layout setLayout(new BorderLayout(50,50)); //Add buttons Button Red = new Button("Red"); Button Yellow = new Button("Yellow"); …

Member Avatar for Ezzaral
0
136
Member Avatar for tralfas
Member Avatar for tralfas
0
136
Member Avatar for tralfas

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 2. i would like to delete …

Member Avatar for zelkea
0
87

The End.