Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
Ranked #4K
~2K People Reached
Favorite Tags
Member Avatar for tksrules

How to move pointer in display to beginning of line.I don't want to create a new line.I want to take the cursor/pointer to the beginning in same line. I have taken help of all possible combinations of System.out.print statements. For example in the code below i want to print 70 …

Member Avatar for jmaat7
0
117
Member Avatar for |\|asrin
Re: Help

Hi I want to have a n*n matrix is there sombody to help me?? how i can write it??

Member Avatar for |\|asrin
0
104
Member Avatar for tksrules

I have answered few multiple choice questions.I am sure i have answered almost 95% correctly. Maybe you guys can identify if i have committed any mistakes.Just identify not solve.I will solve them myself.Just a hint what is wrong would help as i want to be sure all answers are perfect. …

Member Avatar for jephthah
0
186
Member Avatar for tksrules

In python how to write a simple while loop?I am a C++ expert but i am starting to learn python. Lets say i need to write a while loop asking the user if he wants to input a number and if the user says yes, the program will input the …

Member Avatar for marium ahmad
0
82
Member Avatar for tksrules

Hi, I have completed a C++ application.It is about 3.5 mb in size. I need to create a demo version of this application,The application should not work after 30 days of installing and using it.. Is there something any software that allows you to create demo versions or what steps …

Member Avatar for Lerner
0
86
Member Avatar for tksrules

Hi, I am comfortable in c.But i find errors here in my code.I know its related to that structures cant be accessed outside main().Need s use of pointer.How to do?.Help me soon. A revised code will be of help. [code=c] #include <stdio.h> #include <string.h> struct phonebook { char name[100]; long …

Member Avatar for John A
0
101
Member Avatar for tksrules

Hi, I have written the following code.I need to convert it to GUI. import java.awt.*; import java.applet.*; import java.awt.event.*; public class CompString{ public static void main(String[] args) { System.out.println("Enter two strings:"); BufferedReader bf = new BufferedReader(new InputStreamReader(System.in)); System.out.println("Please enter first string:"); String str1 = bf.readLine(); System.out.println("Please enter second string:"); String …

Member Avatar for BestJewSinceJC
0
134
Member Avatar for tksrules

I am on a Mac OSX 10.5.4 with an Airport Extreme Base Station. I have a Dell PC that used to function with the network just fine until the DSL line failed this week. When I tried to get the Dell to connect to my Network, it will not. I …

Member Avatar for freshfitz
0
83
Member Avatar for tksrules

The question is (Package Inheritance Hierarchy) Package-delivery services, such as FedEx®, DHL® and UPS®, offer a number of different shipping options, each with specific costs associated. Create an inheritance hierarchy to represent various types of packages. Use Package as the base class of the hierarchy, then include classes TwoDayPackage and …

Member Avatar for VernonDozier
0
333
Member Avatar for tksrules

I need to design tabs shown in the attached document. I designed some but need your help with the rest. Could you create them using 'Pools Tab' code as a blueprint so the programming outline in all the tabs look similar if at all possible? Password for the document is …

Member Avatar for rapture
-1
110
Member Avatar for skprasat

printf("\nThe Result is : %s %s %s %s %s %s %s %s\n",var[0],var[1],var[2],var[3],var[4],var[5],var[6],var[7]); while executing this i get correct result upto var[4].... and for var[5] and var[6] im geting some garbage valuess, then for var[7] im getg my result... whats wrong in my code.....

Member Avatar for axyelp
0
112
Member Avatar for tksrules

How do I get PHP to re compile. After I change a file, c:\xampp\phpmyadmin\config.inc.php in editor PSPad and save it, nothing changes, even if stop then start Apache and MySQL in XAMPP window, or reboot. Cannot get phpMyAdmin login to work probably because file changes don't result in application changes. …

Member Avatar for phper
0
102
Member Avatar for tksrules

Hello Java Programming experts. I need assistance with the following excercise: You have been hired as a Java programmer by Real Estates Solutions Inc. Your task is to write a Java applet for their web site that would enable customers to figure out their monthly mortgage payments. The applet input …

Member Avatar for stultuske
0
94