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

Data structures to be used The program should use two distinct structure-types to store the students’ scores: the 1st type used for keeping scores of 4 quizzes while the 2nd type is used to keep the scores of 2 exams. A student can have either quizzes (if Engineering student) or …

Member Avatar for gusano79
0
174
Member Avatar for castajiz_2

I was just wondering not just concerning this piece of code but in some other code as well how can i avoid --> if (j!=array.Length-1) and put something else maybe something in the for loop? LINE6 for (int i = 0; i < array.Length; i++) { for (j=counter; j < …

Member Avatar for vadriaan
0
157
Member Avatar for shyam47

# I have windows form application written in c#. In this i have statusscript with a label and progressbar. When my code enters recurscive code, i get multiple instances of progressbar. I am using marquee style for progressbar. Progressbar.Visible = true; Progressbar.Style = ProgressBarStyle.Marquee #Do something Progressbar.visible=false

Member Avatar for Mitja Bonca
0
202
Member Avatar for omojolinho

Hello great coders, I am writing a chess game in c# using windows forms and i need your help. I already wrote the code to get me the chess board but i need to populate the chess board with officials and this is where i got stuck. Here is my …

Member Avatar for vadriaan
0
155
Member Avatar for superjj

hoi I would like to learn how to work with databases. does anyone know a good tutorials or sites? because at this moment I know nothing about it. thanks in advance

Member Avatar for superjj
0
216
Member Avatar for geeerald1131

Help me please.. I can't make this code in window form application.. using System; namespace _01.Decimal_to_Binary { class DecimalToBinary { static void Main(string[] args) { Console.Write("Decimal: "); int decimalNumber = int.Parse(Console.ReadLine()); int remainder; string result = string.Empty; while (decimalNumber > 0) { remainder = decimalNumber % 2; decimalNumber /= 2; …

Member Avatar for Mitja Bonca
0
199
Member Avatar for stereomatching

If this is not a right place to post this article, please move it to another way, thank you very much. Sometimes(or always) giving a name to a class or variable is not an easy job, I want to make it expressive and short, how do you solve this kind …

Member Avatar for stereomatching
0
135
Member Avatar for stakeMyHeart

im a total newbie and i dont get this: i dont get this flat text file my professor is talking about. I read from wikipedia that: A "flat file" is a plain text or mixed text and binary file which usually contains one record per line[2] or 'physical' record (example …

Member Avatar for stakeMyHeart
0
4K
Member Avatar for bettybarnes

Hi, just want to learn from our expert friends here, during software development, how do you determine the exact system specifications/requirements for your programs? Any help would be greatly appreciated. Thanks :)

Member Avatar for harinath_2007
0
187
Member Avatar for Macksh

Hey please help me, I'm beginner to C# programming using visual studio 2008 ,i wanted to develop student information management system,so i wanted to create a table in sql database and maintain all information.so i created a new project and went to create sql new database, i right clicked on …

Member Avatar for thines01
0
177
Member Avatar for cypher1

Hi All My home plug speed has dropped the broadband speed down to a snails pace(1.08Mbps)it should be around 8 Mbps any suggestion how to correct this. The unit is an unknown brand(Ebay) rated 200Mbps max Thanks

Member Avatar for cypher1
0
146
Member Avatar for deva89

Sir, I am currently doing a project on "Pharmacy Management System". My question is "Can I used DataGridView to show the items that i have searched and the rest won't be visible??" If yes then can anyone give me the code for search button?? I have used the following code …

Member Avatar for kamilacbe
0
155
Member Avatar for youngdream

what OS we need? All computer systems are only as dependable his or her operating system. It's the OS the engine from the digital gadget. Though we quite often place lots of emphasis on the makers of computer systems, we should also feel carefully by what operating system can be …

Member Avatar for vadriaan
0
85
Member Avatar for techvillian

Hi guys, I'm a Computer Science student doing my final year, as part of the year program I need to do a project, Well, I've got an idea, I decided to develop an information kiosk for my college. [B]The kiosk would have a touch screen monitor to display and accept …

Member Avatar for vadriaan
0
120
Member Avatar for oldezwe

Here is my code... [CODE]import java.sql.Connection; import java.sql.DriverManager; import java.sql.Statement; public class example1{ public static void main(String[] args) { try { Connection con = DriverManager.getConnection("jdbc:mysql://localhost:3306/test","user","password"); Statement state = (Statement) con.createStatement(); String username = "John"; String password = "John1"; int experience = 0; int level = 1; String insert = "INSERT …

Member Avatar for vadriaan
0
206
Member Avatar for pseudorandom21

It has occurred to me that there are very many factories in my area that use CNC (Computer Numerical Controlled) Lathes and other computer controller machinery. Is the operation of this machinery typically a job for a software programmer or does it require specialized knowledge? Is it worth doing with …

Member Avatar for jwenting
0
94
Member Avatar for gameguy91

i need codes to register 1 cricket player name date of birth age address contact number national identity card number email address batting style bowling style training date and submit button when member is registered he will receive a member id when member wants to log in he must type …

Member Avatar for Ezzaral
-1
93
Member Avatar for eoop.org

hey, I have created two forms. in one form there is a panel, which is Form1: [CODE]Panel1.visibel = false;[/CODE] Form2: When the [CODE]WindowState == FormWindowState.Minimized[/CODE] then the panel1 in form1 needs to be visible, but how to do that ? :S Waleed Ahmed

Member Avatar for vadriaan
0
333
Member Avatar for Andy90

Hello, I just started learning this wonderful language! but I m facing some difficulties, which I would like to share, and hope for some help from you guys. Yesterday while learning I created a program which gets the screen resolution of desktop and displays the form in top-center of screen. …

Member Avatar for Andy90
0
188
Member Avatar for king03

Hi there guys I'm just wondering if I will still be able to apply my programming skills in networking, will I? Because next term I will already take cisco networking subjects so I'm kind of curious right now. Any thoughts? I'd appreciate it guys. thanks in advance!

Member Avatar for martin11ph
0
255
Member Avatar for hericles

Hi, I have heard of source forge and github and the like but I was wondering if anyone knew of a site that listed open source projects looking for members - so definitely WIP instead of a released project. I actually found just such site about 2 months ago, after …

Member Avatar for vadriaan
0
126
Member Avatar for anum zaeii

hello can anyone help me in learning c#...i really want to learn it and start development using it regards anum zaeii beginner

Member Avatar for ChrisHunter
0
70
Member Avatar for louguzzo

Ok, I am a complete noob at programming. As in I know nothing. I've made a few flowcharts, and written some pseudocode for my intro-level class, but most of that was just copying from a format within my textbook and manipulating the actual characters used for whatever I was doing. …

Member Avatar for snipsala
0
178
Member Avatar for ffakih08

I want make a competitive study of language paradigms for my thesis .I want work with languages similar in intentions but different in paradigms ..... My initial plan is to work with Perl ,Python, Ruby any help with materials will be greatly appreciated .

Member Avatar for vadriaan
0
137
Member Avatar for sirlink99

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 …

Member Avatar for Netcode
0
307
Member Avatar for sirlink99

It will soon be time for me to choose where to go to post secondary. I am wondering what schools people suggest preferrably in Ontario, Canada. I plan to go for Software/Video Game development/programming (because of my lack of artistic ability), Web Development, and Mobile development. I will accept any …

Member Avatar for sirlink99
0
222
Member Avatar for Panathinaikos22

Hello, i talk about in england,usa how much money programmers-web developers take, i talk about begginers also i want to know for Database Administrators Network Manager-Administrators and what about cost of life, how much a person will need per month about home/food/enjoying...

Member Avatar for vadriaan
0
49
Member Avatar for zeshansajid

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 …

Member Avatar for vadriaan
0
274
Member Avatar for Arjun_Sarankulu
Member Avatar for wishesqq
0
236