Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~14.9K People Reached
About Me

Searching

PC Specs
Gentoo Linux ASUS K8V-X AMD x64 3000+ 1 GB PC3200 nVidia G-Force 4000 (128mb) Sony DRU-720A (DL DVDR)
Favorite Tags
Member Avatar for jepapel

I have the following code: #include <iostream> using namespace std; int main () { char alphabet[]="abcdefghijklmnopqrstuvwxyz"; char word; cout <<"Please input a word: " <<endl; cin >> word; int res = -1; for (int i = 0; alphabet != '\0'; i++) { if (alphabet == word) { res = i; …

Member Avatar for slumburock
0
4K
Member Avatar for Java John needs

Any Java Gurus out there, I am now down to the wire on two projects and need assistance. I posted one of them yesterday and here is my final one. :eek: I need to figure out why I can not get the number of digits to count in my program. …

Member Avatar for Abdel_eid
0
141
Member Avatar for gokul

Hi, I am developing small chatting application... when i try to run the application, it throws the IO Exception while creating sockets.. How to resolve resolve the this one..? please help me.. i attached the code for your view...

Member Avatar for debjit.samsung
0
191
Member Avatar for Paddy

I've been using WinRAR for as long as I can remember, because when I checked up on it at the time it was the best tool available as far as compression was concerned. Is this still the case? Is there now an alternative that can squash files into even smaller …

Member Avatar for ||KeSSu FIN||
0
743
Member Avatar for neeedo7

Dear Everybody How r u all? Does anyone know any idea for a graduation project in the field of computer science.....i thought abt an idea.....like a software to help blind people or something....but i don know how or wht tools to use or even wht specifically this software might provide....?! …

Member Avatar for Nick Evan
-1
1K
Member Avatar for v2_vehooi

i would like to put the command Dos into java program. how i using the java to perform command function. for example, when we type ipconfig this command into command prompt, it will display my pc's ip right. so how i use java program when a user run my program …

Member Avatar for irobot_229
0
448
Member Avatar for 7233trebor

I am getting an error message "Exception in thread "main" java.lang.NoClassDefFoundError:Projectta import javax.swing.*; import java.awt.*; import java.awt.event.*; public class projectta extends JFrame { private static final int WIDTH = 400; private static final int HEIGHT = 300; private JLabel directionsL; private JtextField textTF, messageTF; private JButton submitB, resetB, exitB; private …

Member Avatar for masijade
0
335
Member Avatar for rinoa04

Hello. Can anyone recommend any good Java IDE software(preferable freeware) that support latest jdk packages with user friendly environment for java development? Thank you.

Member Avatar for qwest21
0
123
Member Avatar for Nexus Titan

From the Internet I heard people that are interested in robotic are into PIC programming :eek: . So is there any robotic hobbyist around this forum or at least knows what’s this PIC is about? :idea:

Member Avatar for embeddedravi
0
220
Member Avatar for zauber

Hello, Im rather new to C, but I was struck with one curiosity as I delve into it. From what I understand, there is not supposed to be any support for string-datatypes in the language itself; you need to import libraries to get this support (where the strings are actually …

Member Avatar for zauber
0
112
Member Avatar for moderate_rock48

Alright, im trying to reinstall windows XP on my harddrive. I have done it several times before without a problem. But now im trying to install it and it wont let me. When I boot from the Windows XP cd everything loads, setup and all that good stuff loads, then …

Member Avatar for lloyd
0
142
Member Avatar for umbrella

hi to all.. i need help about C programming i have problem with my project, its about that how to determine the max number using for loop ill give the output and pls give me the code plss Output: Enter Numbers: 5<--input Enter first number:1<--input Enter second number:2<--input Enter third …

Member Avatar for Dave Sinkula
0
415
Member Avatar for Mahen

Suppose i have a main.cpp file and a test.h file: /////////////////////////////////////////// //main.cpp #include <iostream.h> #include <string.h> void test(); char foo[200]; int main() { strcpy(foo, "testing"); test(); return 0; } ////////////////////////////////////////////////////////////// //test.h void test() { cout << mir << endl; } WHY IS "mir" AN UNDECLARED IDENTIFIER

Member Avatar for freemind
0
167
Member Avatar for loser1

hi everyone, i have a final year project for my BS computer science. can anyone suggest me a project on aspect oriented programming?? other suggestions are also welcome....all i need is a brief(or long) description of what to prepare. thanks

Member Avatar for freesoft_2000
0
225
Member Avatar for Sword
Member Avatar for freesoft_2000
Re: URLs

Hi everyone, I have two rather silly questions about URLs but please bear with me for a while. Usually when you use the URLConnection class to read from a website you don't get prompted for authentication but if you are trying to post something to that website you will usually …

Member Avatar for Sauce
0
219
Member Avatar for gokul

Hi, i am heading to develop one chatting application in JMF with JAIN-SIP API.. In stead of refering some sites, they talked about Apache Ant and CVS... WHats that..? for what purpose we need that in the Java Application Development..? How to use that in that..? i saw some reference …

Member Avatar for freesoft_2000
0
254
Member Avatar for wani_raj

is it possible to write a program which will shutdown the remote systme in c?

Member Avatar for Alvein
0
101
Member Avatar for steelers_fan

Hello, I just finished a semester at my college when I was told that the computer science program that I'm in is not accredited. I was thinking how will this impact my career. I know if at a latter date I if I choose to I may not be able …

Member Avatar for freesoft_2000
0
223
Member Avatar for actionwillspeak

Hello, I have a quesiton regarding my code. I thought it would be cool to try to implement the reliable UDP file transfer that everone does as a college student. I'm new to java, and im having some problems. Whenever i try to connect with the client, it refuses the …

Member Avatar for Sauce
0
541
Member Avatar for bsunkel

Heya all, Is there a way to get the date and time that is set in the Cmos and not the date and time which is set in Windows. My Windows date and time is usually wrong. Thanks!

Member Avatar for mmiikkee12
0
223
Member Avatar for Rearden

I can so far find Nothing whatsoever that will allow me to easily play a wav sound in a console app in linux. It's like I have to create my own audio player to play a half second clip of a cat meowing. Does anyone have any experience? I'd really …

Member Avatar for Rearden
0
322
Member Avatar for lyndonp

I am not an expert C/C++ programmer, and am having a bit of a problem on a school assignment. The assignment is to build a text file based database. The program has to read a schema file containing information about the individual tables (table name, filename, data field name, type, …

Member Avatar for lyndonp
0
229
Member Avatar for md16185

As far as programming Java and Javascript can be confusing... How do you do a java-based chat, any ideas?

Member Avatar for freesoft_2000
0
481
Member Avatar for zoltzer

I need a program that will need to do the following for me in order to keep track of grades or at least how to get started using an Array: Ask the user for the # of Math homework assignments Ask the user for the total points possible for Math …

Member Avatar for sam1
0
173
Member Avatar for mu42774

Hi, By the way, I used JAVA to run this simulator.However, my question is, I have to deliver this part of the assignment by 7th of August, but I am not sure if whatever I tried to explain on the [B]Explanation for the Summary Result File for TWO processes in …

Member Avatar for Sauce
0
117
Member Avatar for asatrujesus

Im reading about logical operators (yes noob here) and Im sort of confused as to what some of them actually mean. Example: if b1 is true and b2 is false !(b1 & b2) is true b1 | b2 is true b1 & b2 is false b1 ^ b2 is true …

Member Avatar for freesoft_2000
0
318
Member Avatar for glamo

hi ti every one i am newbie , actually i want to develop a project using java actually the project is on "network mangment through SNMP" i woulkd like to know all baout how to start this project tell me about this byeeeeeeeeee :

Member Avatar for freesoft_2000
0
203
Member Avatar for higherGround574

I'm currenty using Eclipse for my compiler ... does anyone have any better suggestions?

Member Avatar for freesoft_2000
0
155
Member Avatar for djbsabkcb

Exactly how do you create multi-file project and how do you compile it in C++ using Linux?

Member Avatar for kc0arf
0
320