Click here to Skip to main content
16,004,927 members
Home / Discussions / C#
   

C#

 
Question.net C# Help...Regex Pin
kiwikwai11-Dec-06 13:13
kiwikwai11-Dec-06 13:13 
AnswerRe: .net C# Help...Regex Pin
Guffa11-Dec-06 14:02
Guffa11-Dec-06 14:02 
GeneralRe: .net C# Help...Regex Pin
kiwikwai11-Dec-06 22:45
kiwikwai11-Dec-06 22:45 
GeneralRe: .net C# Help...Regex Pin
CozCoz9-Jun-10 21:38
CozCoz9-Jun-10 21:38 
QuestionShort time pattern, is this a .net bug? Pin
Member 9611-Dec-06 13:05
Member 9611-Dec-06 13:05 
AnswerRe: Short time pattern, is this a .net bug? Pin
Member 9611-Dec-06 13:27
Member 9611-Dec-06 13:27 
QuestionIs C# more advance than C++? Pin
Code232611-Dec-06 11:31
Code232611-Dec-06 11:31 
AnswerRe: Is C# more advance than C++? Pin
Judah Gabriel Himango11-Dec-06 11:47
sponsorJudah Gabriel Himango11-Dec-06 11:47 
Not really. Bjarne Stroustrup, the creator of the C++ language, recently said that C++ is the the grandparent of C#, in that Java is the parent of C#, and Java's parent is C++.

Java evolved from C++ in that it is a simpler, less powerful but less complex version of C++. C# is closer to C++ than Java, ironically, due to its ability to use pointers, output parameters, and delegates (similar to C's function pointers), whereas Java cannot do those things.

However, C# is not more advanced than C++. Like Java, C# is far less powerful and less complex than C++. All 3 languages really target different areas of software development, comparing them is really apples and oranges once you get beyond their ancestory.


Tech, life, family, faith: Give me a visit.
I'm currently blogging about: Guess who's having a birthday? (It's not Jesus)
The apostle Paul, modernly speaking: Epistles of Paul

Judah Himango


GeneralRe: Is C# more advance than C++? Pin
Lord Kixdemp11-Dec-06 12:12
Lord Kixdemp11-Dec-06 12:12 
AnswerRe: Is C# more advance than C++? Pin
guiqul16311-Dec-06 14:40
guiqul16311-Dec-06 14:40 
AnswerRe: Is C# more advance than C++? Pin
Guffa11-Dec-06 16:57
Guffa11-Dec-06 16:57 
QuestionKeeping track of connected users on a server? Pin
Lord Kixdemp11-Dec-06 11:31
Lord Kixdemp11-Dec-06 11:31 
AnswerRe: Keeping track of connected users on a server? Pin
Ravi Bhavnani11-Dec-06 12:07
professionalRavi Bhavnani11-Dec-06 12:07 
GeneralRe: Keeping track of connected users on a server? Pin
Lord Kixdemp11-Dec-06 12:14
Lord Kixdemp11-Dec-06 12:14 
AnswerRe: Keeping track of connected users on a server? Pin
Ravi Bhavnani11-Dec-06 12:20
professionalRavi Bhavnani11-Dec-06 12:20 
GeneralRe: Keeping track of connected users on a server? Pin
Lord Kixdemp11-Dec-06 12:53
Lord Kixdemp11-Dec-06 12:53 
GeneralRe: Keeping track of connected users on a server? Pin
Ravi Bhavnani12-Dec-06 2:08
professionalRavi Bhavnani12-Dec-06 2:08 
GeneralRe: Keeping track of connected users on a server? Pin
Lord Kixdemp12-Dec-06 13:16
Lord Kixdemp12-Dec-06 13:16 
QuestionReading an XML file Pin
yonidebest11-Dec-06 11:14
yonidebest11-Dec-06 11:14 
AnswerRe: Reading an XML file Pin
gnadeem11-Dec-06 11:18
gnadeem11-Dec-06 11:18 
AnswerRe: Reading an XML file Pin
Kent Sharkey11-Dec-06 12:14
staffKent Sharkey11-Dec-06 12:14 
GeneralRe: Reading an XML file Pin
yonidebest12-Dec-06 2:55
yonidebest12-Dec-06 2:55 
GeneralRe: Reading an XML file Pin
Kent Sharkey12-Dec-06 8:07
staffKent Sharkey12-Dec-06 8:07 
GeneralRe: Reading an XML file Pin
yonidebest12-Dec-06 8:31
yonidebest12-Dec-06 8:31 
GeneralRe: Reading an XML file [modified] Pin
Kent Sharkey12-Dec-06 8:37
staffKent Sharkey12-Dec-06 8:37 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.