Search Results

Showing results 1 to 40 of 56
Search took 0.01 seconds.
Search: Posts Made By: complexcodes
Forum: C++ 33 Days Ago
Replies: 6
Views: 185
Posted By complexcodes
anyone?
Forum: C++ 33 Days Ago
Replies: 6
Views: 185
Posted By complexcodes
This will basically merge the two lists but I wont get the output the way I desire. I think it will join the tail of one list with the head of another list!
Forum: C++ 33 Days Ago
Replies: 6
Views: 185
Posted By complexcodes
How can you merge two lists of different size? Is it even possible? I thought you can only merge two lists which are of the same size.
After merging two lists, the original lists will be empty..no?...
Forum: C++ 33 Days Ago
Replies: 6
Views: 185
Posted By complexcodes
Hi all,

I am playing around with list and I figure out how to merge two lists and all. But I have no idea how can I integrate one list onto another. For example A = {1,2,3,4,10,11} and B = {...
Forum: C++ Oct 7th, 2009
Replies: 3
Views: 198
Posted By complexcodes
I fix that but I need help in writing the body of that +operator overloading function.
Thanks,
Forum: C++ Oct 7th, 2009
Replies: 3
Views: 198
Posted By complexcodes
Hello,

I am writing a class that can handle large number of digits.

I am trying to overload >> operator so that it can store the user input value and if user entered nondigit then it should...
Forum: C++ Sep 23rd, 2009
Replies: 5
Views: 226
Posted By complexcodes
check ur email (private message).
Forum: C++ Sep 23rd, 2009
Replies: 5
Views: 226
Posted By complexcodes
I fix both errors still I amn't getting any useful output. How can I print X and delete the X that was printed before? In this way, it looks like X is moving inside the maze?

Thanks for pointing...
Forum: C++ Sep 23rd, 2009
Replies: 5
Views: 226
Posted By complexcodes
Forum: C++ Sep 23rd, 2009
Replies: 5
Views: 226
Posted By complexcodes
Hey guys,
I have written a recursive function mazeTraverse which finds the path of the mouse to find its food which is placed inside the maze. I am given a maze of of 15 rows and 25 columns. Mouse's...
Forum: C++ Sep 19th, 2009
Replies: 2
Views: 331
Posted By complexcodes
Hey guys,
I have written a recursive function mazeTraverse which finds the path of the mouse to find its food which is placed inside the maze. I am given a maze of of 15 rows and 25 columns. Mouse's...
Forum: JSP Feb 14th, 2009
Replies: 0
Views: 359
Posted By complexcodes
Hello,

I am trying to design a page which has a textarea and a button that says "say something", assume the page is "test.jsp". If a user hit that "say something" button, browser redirects to...
Forum: JavaScript / DHTML / AJAX Nov 21st, 2008
Replies: 3
Views: 1,232
Posted By complexcodes
dude, javascript requires "this" to access instance variable. Please if you are not sure about anything dont try to help other people. You will just mess up their thinking. thanks,
Forum: JavaScript / DHTML / AJAX Nov 20th, 2008
Replies: 3
Views: 1,232
Posted By complexcodes
Hello,

I am supposed to write a program that prompts user to enter the numbers separated by space and when user click "ok" button, it should display the numbers entered with its mean, and standard...
Forum: JavaScript / DHTML / AJAX Nov 12th, 2008
Replies: 1
Views: 1,312
Posted By complexcodes
My program should allow to display prompt box to enter values for a b and c and should display message in prompt box like "invalid number please enter number again" for a if a ==0 and a is not a...
Forum: Java Nov 2nd, 2008
Replies: 3
Views: 1,904
Posted By complexcodes
ok, how can I make my rectangle with no area?
Can you actually show me the code?
then, I will mark this thread as solved.

Thanks again,
Forum: Java Nov 2nd, 2008
Replies: 3
Views: 1,904
Posted By complexcodes
can you guys help me how can I remove all those drawn rectangles if user click the mouse in the applet field?
I am supposed to write a program that displays a rectangle and color it with green when...
Forum: Java Nov 1st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
I know the code goes in mouseClicked(MouseEvent e)
My question is what would my code be like in that method? any help, sir???
Forum: Java Nov 1st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
how can I make the rectangle disappear after I click the mouse anywhere in applet?
what line of codes do I need to add?

Thanks,
here is my working version of code:-
import javax.swing.*;...
Forum: Java Nov 1st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
I dont want my rectangle to be filled with green while dragging, rather I want my recatngle to be filled when I release my mouse(done with dragging). I dont think I need repaint method in...
Forum: Java Nov 1st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
what code goes inside the two methods, mouseExited and mouseMoved?
This problme turns out to be harder than I thought!

Thanks,
Forum: Java Nov 1st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
so, how can I fix it? just by removing that line?
Forum: Java Nov 1st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
Ezzarel, I did run the applet with the code you provided. I am confused if I have to use that canvas mentioned in your code.
Here is my updated code, and I am getting one compile error. Can you...
Forum: Java Nov 1st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
so far I got upto this part! can anyone help me how to proceed from here:
/codeimport javax.swing.*;
import java.awt.*;
import java.awt.event.*;
import java.net.*;

public class DragRectangle...
Forum: Java Oct 31st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
Ezzaral, can you show me some steps please?
so, am I in the right track????
Forum: Java Oct 31st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
Sorry, I didn't get you. I understand that I cant use e, So I am using 'event' as my object.
Where you get that myREctangle? is that an object????
Thanks ,
Forum: Java Oct 31st, 2008
Replies: 22
Views: 2,520
Posted By complexcodes
I am trying to write a program that displays a rectangle when user drag the mouse and when user release mouse, it displays the rectangle with green color.

I am terribly confused here is what I am...
Forum: MS Access and FileMaker Pro Sep 16th, 2008
Replies: 1
Views: 1,856
Posted By complexcodes
I am trying to work on VIEW command of SQL. Whenever I write the SQL as
CREATE VIEW PartOrder AS
SELECT PartNum, NumOrdered, price
FROM part;

I get an error message "Syntax error in CREATE...
Forum: C++ May 2nd, 2008
Replies: 3
Views: 412
Posted By complexcodes
1>driver.cpp
1>c:\users\owner\documents\visual studio 2008\projects\arrays\arrays\driver.cpp(9) : error C2440: 'initializing' : cannot convert from 'int' to 'opOverload'
1> No constructor...
Forum: C++ May 2nd, 2008
Replies: 3
Views: 412
Posted By complexcodes
I am working on this assignment, compiler is giving me 2 errors but I couldn't find any mistakes.

#include<iostream>
using std::cout;
using std::endl;

class opOverload
{
public:...
Forum: C++ Apr 30th, 2008
Replies: 10
Views: 1,569
Posted By complexcodes
I can use same idea to get the average as well?
Forum: C++ Apr 30th, 2008
Replies: 10
Views: 1,569
Posted By complexcodes
here is my updated one but still giving me an error :-
int List::sumOfNodes()
{
int sum = 0;
ListNode *currentPtr = firstPtr;
while( currentPtr != NULL)
{
sum = sum + currentPtr;...
Forum: C++ Apr 30th, 2008
Replies: 10
Views: 1,569
Posted By complexcodes
well that was my function and I got this error message

1>c:\users\owner\desktop\new folder\list.h(173) : error C2761: 'int List::sumOfNodes(void)' : member function redeclaration not allowed...
Forum: C++ Apr 30th, 2008
Replies: 10
Views: 1,569
Posted By complexcodes
I came up with this codes here :-

int List::sumOfNodes();
{
int sum = 0;
Listnode *currentPtr = firstPtr;
while( currentPtr ! = null)
{
sum = sum + currentPtr;
currentPtr =...
Forum: C++ Apr 30th, 2008
Replies: 10
Views: 1,569
Posted By complexcodes
Can anyone please help me to find the sum in the linked list. I have written codes to insert and remove numbers from lists but I have no idea how to calculate the sum.

void List::insert( const...
Forum: C++ Apr 25th, 2008
Replies: 9
Views: 639
Posted By complexcodes
last thing, why this program is not computing correct balance, after I set balance 120 and rate 13 and add credit 210 , it just adds up balance and credit but doesn't do anything wit the rate?
any...
Forum: C++ Apr 25th, 2008
Replies: 9
Views: 639
Posted By complexcodes
ok so I need to define like saving Account account1 = (120, 13) right?
gotcha!
Forum: C++ Apr 25th, 2008
Replies: 9
Views: 639
Posted By complexcodes
how can I fix it then?
thanks,
Forum: C++ Apr 25th, 2008
Replies: 9
Views: 639
Posted By complexcodes
oops I got it but still its giving me this error now ...." error C2664: 'SavingAccount::SavingAccount(const SavingAccount &)' : cannot convert parameter 1 from 'int' to 'const SavingAccount &'
Forum: C++ Apr 25th, 2008
Replies: 9
Views: 639
Posted By complexcodes
I have that! I have #include SavingAccount.h" in the class definition of savingAccount.
Showing results 1 to 40 of 56

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC