Forum: Other Scripting Languages
Nov 1st, 2006, 3:11 PM
|
|
Replies: 13
Views: 836
We get our required daily caffeine intake from...
We get our required daily caffeine intake from Mountain Dew. Coffee is unnecessary and can directly sacrifice our hard-earned nerdliness, causing us to begin growing body hair. Tea does not have...
|
Forum: Other Scripting Languages
Nov 1st, 2006, 2:23 PM
|
|
Replies: 13
Views: 836
|
Forum: Other Scripting Languages
Nov 1st, 2006, 1:57 PM
|
|
Replies: 13
Views: 836
|
Forum: Other Scripting Languages
Nov 1st, 2006, 1:56 PM
|
|
Replies: 1
Views: 343
|
Forum: JavaScript and Client-Side Browser Scripting
May 26th, 2005, 8:26 AM
|
|
Replies: 1
Views: 255
Probelm Loading A Script
<script language="VBScript">
<!--
Sub cmdinput_Click()
Dim nameinput As String
nameinput = inputbox.value
MsgBox nameinput & "U da l337 man", vbOKOnly, nameinput & "'s Msg Box"
End...
|
Forum: C++
Apr 3rd, 2005, 1:08 AM
|
|
Replies: 16
Views: 847
|
Forum: C++
Apr 2nd, 2005, 10:44 PM
|
|
Replies: 16
Views: 847
|
Forum: C++
Apr 2nd, 2005, 3:10 PM
|
|
Replies: 16
Views: 847
|
Forum: C++
Mar 24th, 2005, 9:48 PM
|
|
Replies: 13
Views: 401
|
Forum: Visual Basic
Mar 13th, 2005, 12:45 PM
|
|
Replies: 2
Views: 243
|
Forum: C++
Mar 6th, 2005, 3:30 PM
|
|
Replies: 10
Views: 277
I'll give you the code that I, personally,...
I'll give you the code that I, personally, would've used:
#include <cstdlib>
#include <iostream>
#include <windows.h>
using namespace std;
int main(void) {
const char help = '0' exit = '1', clear...
|
Forum: Visual Basic
Mar 5th, 2005, 2:11 PM
|
|
Replies: 2
Views: 243
Data Type Ranges
I've been working with VB and C++ for quite a while, and have recently begun writing programs that integrate the two, via .DLL files. Naturally, this presents the possibility of overflow errors due...
|
Forum: C++
Feb 21st, 2005, 1:08 PM
|
|
Replies: 24
Views: 638
I'm sixteen (born in '88) and a junior in high...
I'm sixteen (born in '88) and a junior in high school.
Anyway, I make decent money freelance programming at 16. It wouldn't be enough to live off of, but putting 75% towards college cash and 25%...
|
Forum: C++
Feb 20th, 2005, 8:41 PM
|
|
Replies: 24
Views: 807
|
Forum: Community Introductions
Feb 20th, 2005, 1:21 PM
|
|
Replies: 10
Views: 393
|
Forum: C++
Feb 20th, 2005, 1:16 PM
|
|
Replies: 13
Views: 573
I assume simply bringing the files in zipped...
I assume simply bringing the files in zipped wouldn't work? It's not an external program, as long as the computers you're working with either run Windows XP or have some sort of program already...
|
Forum: C++
Feb 20th, 2005, 1:08 PM
|
|
Replies: 1
Views: 414
|
Forum: C++
Feb 18th, 2005, 5:37 PM
|
|
Replies: 1
Views: 414
Calling a C++ DLL in VB
I wasn't real sure which to put this in, so I figured C++, as that seems to be where the problem lies.
I was looking to have my webserver output to a timestamped log file instead of its log window,...
|