(Link to AcmlmWiki) Offline: thank ||bass
Register | Login
Views: 13,040,846
Main | Memberlist | Active users | Calendar | Chat | Online users
Ranks | FAQ | ACS | Stats | Color Chart | Search | Photo album
05-18-24 03:08 AM
0 users currently in Programming.
Acmlm's Board - I3 Archive - Programming - C# programmers here? New poll | |
Add to favorites | Next newer thread | Next older thread
User Post
Sickness

Red Goomba


 





Since: 01-25-06
From: NL

Last post: 6631 days
Last view: 6631 days
Posted on 01-27-06 08:34 PM Link | Quote
Might be a long shot but i'm following a education wich has C# as a required course
and so far it seems to be dead simple, i'm wondering if anyone at all knows if its gonna be harder if i continue my education in the application development and if i'm still gonna be programming in this language. Because then i'm fairly confident that i'll make that education too. If not maybe i've gotta put more effort into programming classes in the future
(At current i've almost got the same skill level as the teacher in C#)
||bass
Administrator








Since: 11-17-05
From: Salem, Connecticut

Last post: 6299 days
Last view: 6298 days
Posted on 01-27-06 11:45 PM Link | Quote
C# is one of the easiest programming languages in existence. It's also a fairly powerful language. C# has basically no hard parts, everything in the entire language is very straightforeward and there are few surprises. If the first week is easy for you, the rest of the semester should be as well.

I would advise you though, if you are persuing a Computer Science degree, (something I'm currently half way through) it's not all milk and cookies. It's also not all programming. Theres a very large amount of a branch of math known as discreet mathematics that, although easy, can be very anoying. You should also expect to learn about several very gritty aspects of computing such as compiler systems, complexity analysis, and language translation. Expect to learn assembler, C and C++ at the very least.
neotransotaku

Sledge Brother
Liberated from school...until MLK day








Since: 11-17-05
From: In Hearst Field Annex...

Last post: 6300 days
Last view: 6298 days
Posted on 01-28-06 01:15 AM Link | Quote
You should also realize that CS != games. CS is much, much more than that. I went into computer science that programming was all about games, but I quickly learned that computer science has a foot everything around us. From satellites in orbit to graphics rendering in movies to data analysis of DNA sequence, the skills you learn in computer science will go a long way.

I hope you will realize three things when you go down this path, for the following is what I got out of it:

(1) Each problem lends itself to a language and to be effective as someone with a computer science degree is to have the ability to program using different languages and exploiting what each language offers.

(2) computer science is the understanding of how to use abstraction/indirection to solve any type of problem that is encountered

(3) Understanding the math theory that is the basis of computer science will make you a much more effective person with a computer science background than someone who does not
Sickness

Red Goomba


 





Since: 01-25-06
From: NL

Last post: 6631 days
Last view: 6631 days
Posted on 01-29-06 09:28 AM Link | Quote
so
private int me_work;
private int program_knowledge;
private string application_development;
private string computer_science;
private bool me_succeed;
if (application_development == computer_science)
{
me_work = me_work+;
program_knowledge = program_klowledge+3;
}
else
me_succeed = false;


Sorry about the lame answer in code but i thought it would be funny

P.S. if some of its in error, correct me there please

Edit: added the ; and decleared the variables


(edited by Sickness on 01-30-06 10:41 AM)
Kyoufu Kawa
Intends to keep Rom Hacking in one piece until the end








Since: 11-18-05
From: Catgirl Central Station

Last post: 6298 days
Last view: 6298 days
Posted on 01-29-06 10:29 AM Link | Quote
Syntax error in line 3.
Undeclared variable in line 4.

YOU FAIL IT!
||bass
Administrator








Since: 11-17-05
From: Salem, Connecticut

Last post: 6299 days
Last view: 6298 days
Posted on 01-29-06 01:05 PM Link | Quote
You left out every single semicolon.
Xkeeper
Took the board down in a blaze of glory, only to reveal how truly moronical ||bass is.


 





Since: 11-17-05
From: Henderson, Nevada

Last post: 6298 days
Last view: 6298 days
Skype
Posted on 01-29-06 02:39 PM Link | Quote
<?php

if ($idiot['action'] == "posting fake code" && $idiot2['action'] == "take fake code literally") {
    mockerrors($fakecode);
    donothing();
} else {
    donothing();
}

function donothing() {
    sleep(rand(0,5));
}

?>


(edited by Xkeeper on 01-29-06 01:40 PM)
||bass
Administrator








Since: 11-17-05
From: Salem, Connecticut

Last post: 6299 days
Last view: 6298 days
Posted on 01-29-06 11:12 PM Link | Quote
Originally posted by Xkeeper

if ($idiot['action']bla bla bla bla bla
That's possible. Another possiblity is that you didn't bother to read the part of his post where he says if his code is in error that we correct it.

Reading does help sometimes.
Sickness

Red Goomba


 





Since: 01-25-06
From: NL

Last post: 6631 days
Last view: 6631 days
Posted on 02-01-06 11:46 AM Link | Quote
man i hate double posting but i edited my last post so check it out
||bass
Administrator








Since: 11-17-05
From: Salem, Connecticut

Last post: 6299 days
Last view: 6298 days
Posted on 02-01-06 05:09 PM Link | Quote
I don't know what you're trying to do with the line:

me_work = me_work+;

but most languages use the syntax

me_work++;

assuming you're trying to just increment the value by one.
Deleted User
Banned


 





Since: 05-08-06

Last post: None
Last view: 6299 days
Posted on 02-11-06 12:58 AM Link | Quote
I got Visual Studio NET 2003 and i dont know what is the difference between Visual C#, Visual Basic NET and Visual J#... they are very similar.
||bass
Administrator








Since: 11-17-05
From: Salem, Connecticut

Last post: 6299 days
Last view: 6298 days
Posted on 02-11-06 11:58 AM Link | Quote
You've got alot to learn if you can't tell the difference between C#, VB, and J#. They're not even a little bit similar. Espicallt C# and VB which don't even have similar syntax.
neotransotaku

Sledge Brother
Liberated from school...until MLK day








Since: 11-17-05
From: In Hearst Field Annex...

Last post: 6300 days
Last view: 6298 days
Posted on 02-11-06 12:16 PM Link | Quote
Originally posted by lags_80x
I got Visual Studio NET 2003 and i dont know what is the difference between Visual C#, Visual Basic NET and Visual J#... they are very similar.


Althought Visual C#, VB.NET, and Visual J# are all different languages, they all in the end are compiled into the same CLR code, which may also be a source of confusion.
Add to favorites | Next newer thread | Next older thread
Acmlm's Board - I3 Archive - Programming - C# programmers here? |


ABII

Acmlmboard 1.92.999, 9/17/2006
©2000-2006 Acmlm, Emuz, Blades, Xkeeper

Page rendered in 0.010 seconds; used 407.06 kB (max 510.84 kB)