1,350 Topics
![]() | |
Ok in this code the user has to type in their first and last name together otherwise it is invalid. I know I have to use some sort of java.lang.character but i do not know how to write it up. I know that it needs to be a part of … | |
Hello My name is Shadi Atef, High School student from Egypt !! I am interested in Computers especially Programming using C++ !! I learn C++ on my own & I used VS 2010 as my IDE !! I'm really confused about my future career I have Two Majors to pick … | |
Wondering about social engineering and what tools work best for enabling viral marketing and growth on a site. Send to a friend social book marking ebooks videos affiliate programs Some war stories from some vets would be nice in terms of how you get your site to start growing exponencially. … | |
Hey can anyone help me out with this code? Im am really stuck and need to complete it for my engineering degree but none of lecturers have any coding knowledge so im really in trouble. I have a GUI and in the GUI is 3 comboboxes with different options. Depending … | |
Hello everyone!:) Name: Mimie Nickname: me_mie Gender: Female Height: 5'7 Weight: 60 Eyes: Dark brown Location: Malaysia Age: 23 Hobbies: reading, surfing internet Education: Currently final year student, Bachelor of Engineering (Electric-Medical Electronic) at Universiti Teknologi Malaysia, Johor Bahru (UTM JB) Work: student Favorite Food: sweet, hot and spicy... like … | |
Taking the advice of one of my relatives, I'm learning c#. Now, I've come to understand that I learn best by tinkering and playing around with things, and if I have a problem in front of me, I will learn quickly. I understand programming basics well enough, but most of … | |
Hello everybody, I am still learning c++,I already know about objects, classes, pointers and i can use them. I wanna move to game development, but should I go further in console apps before moving to game dev ? Please help me because i am 14 years old and i would … | |
[CODE]<html> <body style="background-image:url('back1.jpg');"> <script> // CREDITS: // Snowmaker Copyright (c) 2003 Peter Gehrig. All rights reserved. // Distributed by http://www.hypergurl.com // Permission given to use the script provided that this notice remains as is. // Set the number of snowflakes (more than 30 - 40 not recommended) var snowmax=35 // … ![]() | |
Hello. I have a Java Desktop App. I am trying to code to capture properties or db fields to send emails. Please find specs below. Please find the example word doc attached that I am trying to engineer. JavaMail quick start.doc I can not make heads or tails of how … | |
I have problem to read XML source to datagrid.I can't put data subject and subsec to column and click at row show data all_topic in textbox .I try code but not show. I want result show Principles of Programming Languages 800 and when click Principles of Programming Languages show Topic … | |
Hello everyone very nice this site to learn to give and take I hope I can help anyone my name is sara I'm student in computer and system engineering I'm beginner and I like C and C++ very much I think here will be a good start to learn and … | |
hello people of DaniWeb! This is my first post.I gotta tell you that my head is going crazy lately.I am 18. So what's the case? Alright last year I gave some really really really hard exams in my country Greece.I suceeded. I got into the university at the Department of … | |
Hi there, I am studying software engineering on my 3rd year and from time to time I think about the job I am gonna do during rest of my life.As a result I look at the trends of todays IT and application development world. There is a significant shift from … | |
Hi I'm new to this. I'm a mechanical engineering student and have to learn c++, i have this book and there's a program source code. My question is: why do we need to include ctime in this code and what is it good for? [CODE]#include <iostream> #include <cstdlib> [B]#include <ctime>[/B] … | |
can i get a few suggestions as to what topics are good for final year project. i an engineering student,discipline-Information Science | |
Hi, I am Jimakos.I cime from Volos,Greece.I am supposed to introduce myself now?I have never done it before in a forum so..if anything goes wrong let me know. I study Mechanical Engineering at the University of Thessaly.I am interested in programming.At my free time I play basketball at my team … | |
I'm completely new to mobile app development. In my final year, and I thought of making a mobile app for my university. It should be an easy way to view course material, view timetables, make appointments with lecturers, and anything else the website offers. I've heard that java can be … | |
Hi all, New guy here, a bit of background on me first. I'm a 19-year old community college student in San Diego, and I just took the position of IT manager at a local company that wholesales sunflowers to many international store chains (both small and large). Prior to this, … | |
Hello, I just finished my degree in engineering but I want develop myself in IT security, i just finished my ccna training and I need advice on how can do this and i also need a mentor in security. thanks | |
Well the title says it all. I am an engineering student interested in programming(and by interest I mean I can tell why scanf is taboo in C :P ). This is my debut on a programming forum(Woah! TeX tags!!). I am here to learn and hopefully contribute something to the … | |
Hi there, I've always been wondering what's the best way to model a one-to-many relation between two Java classes and save them into a DB. For example, Imagine we have two classes Person and Address where a person might have more than one address, we know that the best way … | |
Hi there, Well, having spent 20 years in the music industry, I have gone back to University studying a degree in Mechatronics Engineering, with a view to programming embedded software. So C is the language I am focusing on learning (and I am sort of just passed the beginner stage, … | |
Hey guys...Namastey... This is thejoker011 from india..sorry for not mentioning my name. I just love to live in disguise. Anyways i am a student of COmputer Science & Engineering from Gujarat, India. | |
I'm Sid from Singapore. Computer engineering student. Curious to be a hardcore programmer. C u around everyone Cheers | |
Hello, I am currently working towards a computer science degree. I am interested in both software engineering and database administration, but I am not sure which I will prefer as a career. I am considering working on an Oracle certificate, just to get my feet wet, and see how well … | |
package ch07_auxiliaryclasses.taxcalculator; import java.awt.*; import javax.swing.*; import java.awt.event.*; public class UPAdvisor extends JFrame implements ActionListener { JButton displayadvice = new JButton("Displayadvice"); JTextField displayadviceTxt = new JTextField(11); JSpinner ucasPointSp = new JSpinner(new SpinnerNumberModel(0,0,180,10)); JRadioButton Degree = new JRadioButton("Degree", true); JRadioButton FoundationDegree = new JRadioButton("Foundation Degree", false); ButtonGroup bg = new ButtonGroup(); … | |
[CODE]package ch07_auxiliaryclasses.taxcalculator; import java.awt.*; import javax.swing.*; import java.awt.event.*; public class UPApp extends JFrame implements ActionListener { JButton displayadvice = new JButton("Displayadvice"); JSpinner ucasPointSp = new JSpinner(new SpinnerNumberModel(0,0,180,10)); JRadioButton Degree = new JRadioButton("Degree", true); JRadioButton FoundationDegree = new JRadioButton("Foundation Degree", false); ButtonGroup bg = new ButtonGroup(); JButton doneBtn = new JButton("DisplayAdvice"); … | |
Whats up everyone I have a question, but first of all I know how to read a file, write to it and all that good stuff I was wondering how do I manipulate data from one. I want to take this .txt file and compute the gpa by taking the … | |
Hello everyone, I need best books by best authors on following subjects. Money not a constraint. All subjects are from Computer Science. If you know whose books for the subjects is the best please comment below the name of the book and Author name. Thanks in Advance. Mathematical foundations Mathematical … | |
Hi ... I'm Civil Engineering student and beginner in C++ i faced a problem and tried to solve it but unfortunately can't i just want a help and headlines to solve it.. and thanks the problem is: Write a program that will print the following on the screen using loops, … | |
Hello !! Just passed out my computer engineering.. I have currently opted for a job in India. However, I am interested in pursuing my career, with Networking.. I have some of my seniors pursuing the same abroad.. And i have started taking their assignments.. They advised me to check solutions … | |
Here is the program assignment: [icode] Graph abstraction is important because it is used in many different areas of science, engineering, computer sciences and software engineering. For instance, the Internet makes use of graphs to represent the Internet router network configuration in order to determine the best route for forwarding … | |
Hello everyone :) As i am new here so let me introduce myself Name : Harshit Chaudhary Gender : Male Age : 17 Height : 5.11 Weight : 52 kg's Eyes : Dark Brown Hairs : Black Job : Student Country : India Languages : C , HTML, CSS, SQL … | |
hi guys iam a student of the department software engineering i have a question about something and i would like to help me on it ... i want to do program that contain all data swift code for the countries in this site [URL="chips.org/uid"]chips.org/uid[/URL] just like the idea on it … | |
People I'm really stuck on a creating a project for my final year . I'm doing a software engineering degree. I would like to do a project in these fields 1.medicine(using image processing) 2.security related thing 3.android application At the end we should create a piece of software that can … | |
ARM's ASM is a breed in it's own. AMD and Intel, although different, have more closely related assembler than most. Someone mentioned the other day that AMD is just an Intel repeat, basically copying engineering designs and repeating them with reduced cost (as they don't pay to have it designed, … | |
Hi, My name is Thomas (21), I am student of computer engineering. Task at my school was to make a program that changing original SIP/SDP messages when using VoIP. The task was hard, I admit to find help on the internet. I found SIP SDK that do the same. Check … | |
--Current Situation-- I am currently enrolled in a community college trying to get the base classes out of the way so when I transfer to Virginia Tech or UVA I can start working on my engineering degree. I love programming very very much and couldn't see myself a day without … | |
Im queit new to programming, and currently taking my first year engineering at a college. During engineering i had to take a programming course and i like it quiet a bit, so im looking at getting a degree in a programming related field. No clue what i should transfer into … | |
I am wondering what the difference is. So far what I think is correct is that software engineering is more user oriented, and less efficiency oriented, while computer science is more computer orientated, and focuses on using memory the most efficient way. This is important in bigger projects such as … | |
[B]Hi, I am new to mySQL database design. I am having trouble getting my head around the best way to design my database for a simple online game. Here are the details followed by my attempt and questions:[/B] [COLOR="Red"]A game where multiple decisions are made by teams competing against each … | |
Hello, my real name is Edgar. I am from Mexico, though I've lived in the United States for along time. I am currently following a career in Computer Engineering and will, if god allows me to, finish in 2014. I really appreciate the help I got earlier from Narue and … | |
Hi World, Im stuck on my Computer Science Homework. Ive found out that I need to compare it to a full adder and that is that. Can someone help me go step by step through it at I have to hand it by Friday and I am quite confused. I … | |
i have this form in html: [CODE]<form id="form_269808" class="appnitro" method="post" action=""> <div class="form_description"> <h2>Basic Information</h2> <p>Please fill up your information correctly. All fields are required</p> </div> <ul > <li id="li_1" > <label class="description" for="element_1">First Name </label> <div> <input id="element_1" name="element_1" class="element text medium" type="text" maxlength="255" value=""/> </div><p class="guidelines" id="guide_1"><small>Enter your … | |
I hope this is the correct forum. I would appreciate any advice from any developers/engineers willing to give. I am having difficulties progressing my career into the engineer world. I graduated a year ago with my Masters in Software engineering and maintained almost a 4.0 (3.96). I lived in a … | |
hai........I`m Reshma.I`m doing my btech(computer science and engineering) 5th semester.I`m required to do a mini project on dbms using msaccess and backend as vb.I`d be glad if you can suggest a project,I have 3 months to complete this project.I hope i" get a reply.thanks.. | |
Hello Everyone My background: Civil/Structural and Mechanical Engineering. I work as a Structural Engineer designing bridges. I would like to develop a program that analyzes and design structures but do not know much about software development. I have created a library of spreadsheets that are very powerful and when working … | |
Hi All, I'm making a website for my school project but I have a problem with the pre tag. I used a table to define the layout of my site. But now I want to add content using the <pre> tag and it stays in the center -__- even when … | |
Hello, I'm interested in becoming a computer software engineer when I get older. I'm currently a sophmore in highschool enrolled in an engineering program. I enjoy it a lot and plan to take the program throughout the rest of my highschool career. For one of our projects I need to … | |
Hi guys! This is Siddharth Kumar, from India. I'm doing a bachelors in Computer Science and Engineering from IIT Kharagpur. Age: 19 Hobbies: Playing football, music (I play the guitar), reading science fiction and fantasy, anime, and a lot of other things that aren't coming to my mind right now. … |
The End.