|
-
May 30th, 2004, 03:17 PM
#1
Thread Starter
Fanatic Member
-
May 30th, 2004, 03:42 PM
#2
I've made some real royal cock ups in the past and will probably make many more in the future Here's a short list of just a few:
- Why can't I SSH to my computer after I have disabled networking via SSH?
- Why doesn't my DSL connect when the modem cable is unplugged?
- Why doesn't my C program written in VB compile?
- WHY THE HELL WON'T THIS WORK?
VB Code:
'Public Function isWinNT() As Boolean
' Dim OSInfo As OSVERSIONINFO
'
' OSInfo.dwOSVersionInfoSize = Len(OSInfo)
'
' Call GetVersionEx(OSInfo)
'
' If OSInfo.dwPlatformId = VER_PLATFORM_WIN32_NT Then
' isWinNT = True
' Else
' isWinNT = False
' End If
'
'End Function
- Why won't this computer with no hard disk boot up?
- I wonder what mv /* does when logged in as root?
-
May 30th, 2004, 04:07 PM
#3
Ex-Super Mod'rater
For C++:
Code:
if (i = 0)
{
// Do stuff...
}
I think I was born to much to VB, I just can't handle this one it always gets me and is almost impossible for me to spot half the time.
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

-
May 31st, 2004, 12:00 AM
#4
Code:
then{
this.readonly=true;
}
****ing "O" is supposed to be capitalized.
-
May 31st, 2004, 02:32 AM
#5
PowerPoster
Originally posted by Electroman
For C++:
Code:
if (i = 0)
{
// Do stuff...
}
I think I was born to much to VB, I just can't handle this one it always gets me and is almost impossible for me to spot half the time.
That one always screws me over in PHP as well.
-
May 31st, 2004, 01:23 PM
#6
New to .NET. Just this morning I discovered that you can set a property on a button that makes it act like an OK button.
Why in the world would you want to do that? If I wanted that F'in' functionality, I would write it myself
-
May 31st, 2004, 01:35 PM
#7
-
May 31st, 2004, 01:56 PM
#8
Not NoteMe
In C/C++
Code:
int a[5];
a[5] = 7;
Quotes:
"I am getting better then you guys.." NoteMe, on his leet english skills.
"And I am going to meat her again later on tonight." NoteMe
"I think you should change your name to QuoteMe" Shaggy Hiker, regarding NoteMe
"my sweet lord jesus. I've decided never to have breast implants" Tom Gibbons
Have I helped you? Please Rate my posts. 
-
May 31st, 2004, 02:21 PM
#9
Lively Member
this happened to me and made me f***ing angry, not entirely related to VB but to the computer hosting the program I made...
- If you have an ISA card (if there are any left in the world) never try joining the -12V line to GND. You'll need to find another power source...
Last edited by Xcoder : 09-10-2001 at 12:45 AM.
-
May 31st, 2004, 03:28 PM
#10
Thread Starter
Fanatic Member
Is there ANY reason to EVER have a programming language be case sensitive?? Are you ever going to want two variables, called A, and a? Isn't that just confusing???
I vote we make C++ case unsensitive!
Don't pay attention to this signature, it's contradictory.
-
May 31st, 2004, 03:46 PM
#11
Ex-Super Mod'rater
Posted by alkatran
I vote we make C++ case unsensitive!
I second that.
Then the intelisense should work properly even when you just type in lower case .
When your thread has been resolved please edit the original post in the thread (  )
and amend "-[RESOLVED]-" to the end of the title and change the icon to  , Thank you.
When posting Code use the [VBCode]Code Here[/VBCode] tags to be able to use the code highlighting.

Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|