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
Ranked #4K

11 Posted Topics

Member Avatar for Spiderpig085

Quick Question. Is it plagiarism to use code from a youtube video tutorial?? I used some of the code but not all of it. Will I still need to cite that video? Thanks to all!! :)

Member Avatar for sufyan2011
0
145
Member Avatar for Spiderpig085

Hi to all, first of all thanks to all those who reply... appreciate the input I am using OpenContacts as an address book style program. However it uses a firebird backend db. I have a mySQL webserver and I want to synchronize the two databases by "Replacing All of Local …

Member Avatar for Spiderpig085
0
152
Member Avatar for paycity

you could do something like this... its not much of a code change. [CODE] public void paint(Graphics g) { // need to call the original paint method to paint the // panel itself.. super.paint(g); g.setColor(color); //g.drawRect(5, 5, 200, 300); g.fillRect(draw_x, draw_y, width, height); } [/CODE]

Member Avatar for paycity
0
1K
Member Avatar for CorruptionInc

[CODE] double coneSurArea = Math.PI * r * Math.sqrt(Math.pow(r, 2)+(Math.PI * (Math.pow(r,2)); [/CODE] That works for me!!

Member Avatar for Spiderpig085
0
670
Member Avatar for Spiderpig085

Would it be possible to make a program which would go online, take in a book title as a parameter and then search through amazon in a searcha nd return the tags and other information from the website? Just a thought for all of my ebooks to catalogue into a …

Member Avatar for griswolf
0
425
Member Avatar for Spiderpig085

hi Guys, Just started java and so far not too bad but i tried to sort out packages today and got this error. Stuck on it for hours. I'm not sure if im importing or setting up the pacakages properly but that where I'm hoping you can help... Im dealing …

Member Avatar for Spiderpig085
0
221
Member Avatar for Spiderpig085

Hey guys, just wonderin why I am getting a compiler error on this code... I've had this error before and spent ages tryin to fix it.... But i can tfor the life of me remember... Thanks to all who reply...:) [ICODE] class Date { public: Date(); private: }; class Time …

Member Avatar for Spiderpig085
0
112
Member Avatar for Spiderpig085

Hi guys, uve been workin on a restaurant program and im tryin to write the time to the end of the receipt. so im writing information to a file. only problem is i cannot make my time function return the current time. I've tried everything. can you guys help?? im …

Member Avatar for abhimanipal
0
177
Member Avatar for Spiderpig085

how do i get a function to write to a file for me?? im getting the error error: invalid use of void expression i want to save my tic tac game board to this file in order to save it..... am i going the right way about it?? [code] if(save_or_not …

Member Avatar for Ancient Dragon
0
118
Member Avatar for Spiderpig085

im having major issues saving my TicTacToe game in C++. it is mainly in the function to save the game.. im not sure also if the code is calling that function properly. il show the code.......: [CODE] { char save_or_not; cout<<"Would you like to save the game?"<<endl; cin>>save_or_not; if(save_or_not == …

Member Avatar for mrnutty
0
991
Member Avatar for Spiderpig085

i have code which has a menu.. this code is for a tic tac toe game and i cant prevent the program from crashing . So......... when the user enters a variable e.g 'q' the program crashes. the happens whilst playing the game and whilst selecting a menu option. is …

Member Avatar for Spiderpig085
0
150

The End.