25 Topics

Member Avatar for
Member Avatar for Malivice26

Hello Everyone, I am new to this website and have some questions about programming as a career. I feel that this may be a long post, so I don't particularly expect anyone to read it through to the end; although if you do and happen to possess some helpful advice, …

Member Avatar for Lisa_20
0
504
Member Avatar for misstj555

Hi. I am a college student and I am in my third year of college. I have an associate degree in general science and i am studying to earn my bachelor's degree in Computer Science. I have been trying to get an internship (basically for job security and work experience) …

Member Avatar for Charlessh890
0
2K
Member Avatar for SintherPal

I struggle to find a solution at my java project... It gives a lot of bonus as well.. so, i would really appreciate it if someone is willing and expert with java and can help me with my project, if he has time to help me with it. :) If …

Member Avatar for SintherPal
0
278
Member Avatar for sukanya.seluka

I am doing my final year project in college admission with vb6.0. i have completed 60% of the project.I have created several register forms for ug, pg, mphil and so on. And then i have admission register form.I have also created database for all those forms in oracle 10g. i …

0
147
Member Avatar for lonewaft

Hello I am a senior in high school about to apply to college. I am at a crossroads right now and I need help learning more about what a comp sci degree will give me. I have been planning to major in comp sci for a while, I've had comp …

Member Avatar for raulizahi
0
335
Member Avatar for dheerajsuthar

[I]Personal:[/I] [B]Name[/B] -Dheeraj Suthar aka sherkhan [B]Hair[/B] - dark brown [B]Eyes[/B] - 2 of 'em [B]Location[/B] - India [B]Hobbies[/B] - Computers, Games(FPS and strategy) [B]Favourite Music[/B] - Kitaro Rammstein .. [B]Favourite Movies[/B] - Matrix I, Godfather, Hackers Operation Takedown, Mist [B]Favourite TV Shows[/B] - Family guy, Friends [B]Stuff I Dislike[/B] …

Member Avatar for <M/>
0
268
Member Avatar for jamburn

Hello Daniweb Users! I'm taking a Programming Logic course next semester, and I'm curious as to what kind of topics we'll be covering. The course will be using the BASIC programming language for its examples and evercises, which I've never worked with. I'm fairly new to programming, but I've done …

Member Avatar for jamburn
0
217
Member Avatar for totalwar235

I have been very interested in getting a masters in computer science, not just because it looks good but it will give me more experience and more time for job hunting. I learned from my uncle that he actually got a free ride for his masters and phd in areo …

Member Avatar for jenni01
0
375
Member Avatar for tborchardt

Hello All, I'm a new member here at Daniweb and have been looking for an IT related forum to ask this question: In your honest opinion, employee, employer, etc., do you think it matters what college one obtains a degree in Information Technology from when it comes to high amounts …

Member Avatar for loisnees2012
0
227
Member Avatar for pwnerboy

What we are to do is pretty much mentioned in the comments of the code. I have to make a class ARRAY, which searches a list etc... Right now I can't compile this and I'm so stuck. Please help :) Array.h [CODE] // Put comments about the class here. #ifndef …

Member Avatar for mike_2000_17
0
884
Member Avatar for scottd82

Hey everyone, I wrote some code to create a deck of cards, described the deck and randomly deals 5 cards. First, I want to let everyone know that this is homework for my C-II college class, so I am not looking for any answers, but solutions or guidance in figuring …

Member Avatar for WaltP
0
1K
Member Avatar for HungMob

Hello, I'm a Freshman in college that's going to majoring in Electrical and Computer Engineering. Right now I'm taking a C++ class and I'm looking to do something funny to a friend of mine. I have been searching the web for some "fake viruses" and whatnot to to play around …

Member Avatar for NetJunkie
0
5K
Member Avatar for IT cllge stdnt

Hello, Im a 25 yr old male in the USAF as an Air Traffic Controller. I have an associates in airway science and am currently going to school for a bachelors in Information Technology. I was interested in getting some input on what exactly I need to do ensure getting …

Member Avatar for JhonMoney
0
282
Member Avatar for <Tech>

I am going for a career in Software Design and i need to know what college path should i take in order to accomplish that? I have been told that i should major in computer science and specialize in software design. Is this what i would need to do in …

Member Avatar for Rashakil Fol
0
179
Member Avatar for justinwarner

Hey, I'm in college, and I'm required to take a natural science. This includes: [LIST=1] [*]Chemistry [*]Physics [*]Biology [*]Environmental [/LIST] Of these, I want to take environmental the most, but I'm wondering, which would be the smartest/most useful for my future... Yes, I understand that it depends on what kind …

Member Avatar for Stefano Mtangoo
0
270
Member Avatar for nhes2x

Construct a C program that will accept up to 3 digit integer number and display the hundredth's digit, tenth's digit, and one's digit. Example: Enter integer number (maximum of 3) : 143 Hundredth's place : 1 Tenth's place : 4 One's place : 3

Member Avatar for danholding
-1
153
Member Avatar for nhes2x

what would be the formula in getting the Hundredth's place, tenth's place, and one's place of a 3 digit integer??

Member Avatar for Narue
0
123
Member Avatar for IT cllge stdnt

[url]http://www.columbiasouthern.edu/degree/business/bachelor/information-technology/[/url] I am pursuing a career in Information Technology and would just like some input on whether or not getting this particular bachelors would help or not? THANKSSSS

Member Avatar for IT cllge stdnt
0
268
Member Avatar for abhijain

hi friends, Give me the names of top 5 engineering colleges in Rajasthan that are recently opened.

-3
120
Member Avatar for tinanewtonart

In this program we are going to simulate a simple card game. The rules are that the player selects a card out of a deck of 52 cards. The computer picks a random card out of the deck. The person with the highest card face number wins. In this program …

Member Avatar for kvprajapati
0
6K
Member Avatar for tinanewtonart

[QUOTE]Sometimes, storing an image is easier if you store the steps taken to draw the image rather than the image itself. In such a situation, a sequence of directed lines are concatenated, or attached to one another, to form the image. For example, a simple drawing program might allow eight …

Member Avatar for tinanewtonart
0
546
Member Avatar for tinanewtonart

We got to get this to compile and I really need your assistance! I got sick last week and missed the lecture on these subjects and it took all night but here it is..... almost done.... but the assignment specs below say that it HAS TO COMPILE OR I FAIL! …

Member Avatar for peter_budo
0
2K
Member Avatar for thomasekugm

I am writing a small algebra io program for an intro to c class and i am stuck. The idea is to get the user to input (a * b) + (c / d) + (e % f), in exactly the same format as you see it with the exception …

Member Avatar for jephthah
0
223
Member Avatar for XStrong

Here is the code I'm working on. The user should be able to type in a number and then after clicking the button, list (in a listbox) of all the prime numbers leading up to the number (including the number if it's prime) MY ERROR/PROBLEM: When i input a number …

Member Avatar for XStrong
0
251
Member Avatar for Wolf CCMLG

Hi Everyone! My name is Justin, and I am a Sophomore at Champlain College in Burlington Vermont. I am majoring in Game programming, and I am having quite a hard time with C++ Programming. I have made a few basic programs, but when it comes to the homework exercises in …

Member Avatar for crimgirl
0
141

The End.