| How to split the console output ? |
|
Hi guys, I want to split the console output screen ,as like frames , which means, for every entry i give it should update on the other side of the console. any idea on how do i do that?.Read more
|
|
 |
| Data from this post |
| Posted on |
on Sunday, February 20, 2011 |
 |
| Approval: |
Post not yet rated!
|
 |
| Your vote: |
|
 |
| Views from on Sunday, February 20, 2011: |
106 |
|
| Views of the last 30 days: |
0 |
|
| Views Yesterday: |
0 |
|
|
 |
|
| Related posts from the same author |
|
|
 |
on Sunday, February 20, 2011
New to the STL
Hello all, So I am new to the whole STL List class, and I am a little confused. In the past I have always had two classes, a data class and a "linked list" class. So now I have a bit of a pickle when I try to make a list of objects using the STL. Essentially I have a class and I want to be able ...

128 views
|
 |
on Saturday, February 19, 2011
Main Class and SubClass
java
How can i run my Subclass where my GUI code are written from my Main Class?What codes should i write in my main class??Here are my codes: Main Class: my main class is blank because i really dont know what to write. */ package classpkg; /** * * @author kishishi */ public class Main { /...

82 views
|
 |
on Saturday, February 19, 2011
New to IT & pursuing an MIS degree...need advice
professionals,
lounge
Hey everyone, my name is Mike and I am a third year student in college. I am new to this website, and glad to have found it! As my user name states, I am an IT noob. Also the thread title states, I am pursuing a BBA (bachelor of business administration) degree in MIS (management information syste...

23 views
|
 |
on Saturday, February 19, 2011
KeyPressed Event Help
java
Hey, I'm trying to build my own calculator piece by piece, and I've currently got it to the stage where it'll add positive integers. Anyway, at the moment I'm trying to incorporate the keyboard into the program. What I've done is made is so that only my form can have focus, then added a keypres...

55 views
|
 |
on Saturday, February 19, 2011
Perl newb needs help
perl
I am playing a PBeM game called Olympia-game 3, it seems many of the players use Perl scripts to automate some tasks. They happily share the code but I am hesitant to press for programming help in the gaming forum so I come here. I downloaded Strawberry Perl and am now looking for an environment ...

33 views
|
 |
on Saturday, February 19, 2011
PHP $_SESSION Form Token Problem ?
php
Hi, I basically have two functions; the first one below GenerateFormTokenHash() is placed in a hidden field on my form and echoed out in the hidden field plus it stores the token in a session called token. The second function below IsValidFormTokenHash() is called straight after the check is ma...

47 views
|
 |
on Saturday, February 19, 2011
When I run my Java program my screen is blank.
java
I don't know why but nothing is appearing? I suppose to have a applet of a house. import javax.swing.*; import java.awt.*; import java.awt.event.MouseAdapter; import java.awt.event.MouseEvent; import java.awt.event.*; import java.applet.Applet; import java.awt.Graphics; public class color ext...

38 views
|
 |
on Saturday, February 19, 2011
Interprocess Communication HELP
Hello... I'm trying to write a program in C (using POSIX library) where the parent process should fork up to M processes and play "connect four" or "four-in-a-row" with each-other until one of them wins, and when that happens, the process should terminate. This can be done either via pipes or mes...

161 views
|
 |
on Saturday, February 19, 2011
File Comparison
Create a file that contains your favorite movie quote. Use a text editor such as Notepad and save the file as Quote.txt. Copy the file contents and paste them into a word-processing program such as Word. Save the file as Quote.doc. Write an application that displays the sizes of the two files as ...

138 views
|
 |
|
 |
|