Forum: C#
Jun 6th, 2008, 10:06 AM
|
|
Replies: 3
Views: 188
Relative File References
Hi,
I'm having trouble referencing files relativly. Here is my file structure:
- BH
- System
*BH.exe (My application)
*Various.dlls
- Logs
|
Forum: Coder's Corner Lounge
Jun 6th, 2008, 3:12 AM
|
|
Replies: 18
Views: 435
|
Forum: C#
Jun 5th, 2008, 2:55 AM
|
|
Replies: 18
Views: 614
|
Forum: C#
Jun 5th, 2008, 2:52 AM
|
|
Replies: 3
Views: 217
Re: General C# Question
hmm, i've never had this problem i just use System.File.Copy(Source, Dest) or something like that
|
Forum: C#
Jun 5th, 2008, 2:50 AM
|
|
Replies: 16
Views: 448
Re: im new to the language
if you don't know any other languages you won't notice it being slower, however in comparison it is quite slow. but how many of us are developing that speed critical applications ?
|
Forum: C++
Jun 5th, 2008, 2:43 AM
|
|
Replies: 12
Views: 482
Re: What is the best language to start with?
I think that if you were to start with a C based language (C, C++, C# etc) don't start with C# like i did. I regret it now because the .Net framework makes things so easy that now i want to learn C++...
|
Forum: C++
Jun 5th, 2008, 2:36 AM
|
|
Replies: 5
Views: 229
|
Forum: Coder's Corner Lounge
Jun 5th, 2008, 2:31 AM
|
|
Replies: 18
Views: 435
Re: Best programming language
I think based on what you say, "having the greatest impact on computer science and software development", that a few of the above languages could fit this description because i think that PHP is a...
|
Forum: Coder's Corner Lounge
Jun 4th, 2008, 4:32 PM
|
|
Replies: 3
Views: 205
|
Forum: Coder's Corner Lounge
Jun 4th, 2008, 4:29 PM
|
|
Replies: 11
Views: 339
|
Forum: Coder's Corner Lounge
Jun 4th, 2008, 3:36 PM
|
|
Replies: 11
Views: 339
Re: Ubuntu- which flavor?
i like Xubuntu as its soooo fast however i've found Ubuntu seems to work better for me, more supported and as Jessehk said its well polished....
|
Forum: PHP
Sep 2nd, 2007, 2:46 AM
|
|
Replies: 9
Views: 297
|
Forum: PHP
Sep 2nd, 2007, 2:46 AM
|
|
Replies: 9
Views: 297
|
Forum: PHP
Sep 1st, 2007, 1:13 PM
|
|
Replies: 9
Views: 297
its on this line:
<td
style=\"text-align:...
its on this line:
<td
style=\"text-align: center; font-family: Helvetica,Arial,sans-serif;\"
valign=\"undefined\">"mysql_fetch_assoc($query)"</td>
do i need ". mysql_fetch_assoc($query) ."...
|
Forum: PHP
Aug 31st, 2007, 2:41 PM
|
|
Replies: 9
Views: 297
|
Forum: PHP
Aug 31st, 2007, 11:45 AM
|
|
Replies: 9
Views: 297
php and mysql problem..
hi guys,
not posted for a few weeks but anyway, ive got a problem with part of a system im developing at work.
heres the code:
<?php
$db = mysql_connect("localhost", "Administrator", "pass");...
|
Forum: C#
Jul 24th, 2007, 5:57 AM
|
|
Replies: 8
Views: 182
|
Forum: C#
Jul 24th, 2007, 5:09 AM
|
|
Replies: 8
Views: 182
|
Forum: C#
Jul 24th, 2007, 5:02 AM
|
|
Replies: 8
Views: 182
|
Forum: C#
Jul 24th, 2007, 4:48 AM
|
|
Replies: 8
Views: 182
c# advice for csv files..
Hi, im writing a csv parser and was wondering what you think the best way of returnin the data is. its going to be a class that people can add to there projects. i was going to use arrays but then i...
|
Forum: C#
Jul 17th, 2007, 8:34 AM
|
|
Replies: 8
Views: 237
|
Forum: C#
Jul 17th, 2007, 8:31 AM
|
|
Replies: 10
Views: 342
|
Forum: C++
Jun 26th, 2007, 7:33 PM
|
|
Replies: 4
Views: 146
|
Forum: C++
Jun 26th, 2007, 5:25 PM
|
|
Replies: 4
Views: 146
comparison between pointer and integer
hi, just a quick one, im just learning c++ at the moment.
How can i do this:
std::cout << "Would you like to continue? (Y/N)" << endl;
char menu;
std::cin >> menu;
if((menu == "y") || (menu ==...
|
Forum: C#
Jun 24th, 2007, 11:09 AM
|
|
Replies: 10
Views: 365
precisely, yours would have inserted the words...
precisely, yours would have inserted the words 'array[0]' etc..
look at the pairs of quotations more carefully and you will understand..
Thanks john wesley for completing my code, i knew it was...
|
Forum: C#
Jun 23rd, 2007, 10:55 AM
|
|
Replies: 10
Views: 365
|
Forum: PHP
Jun 23rd, 2007, 10:36 AM
|
|
Replies: 4
Views: 157
|
Forum: PHP
Jun 23rd, 2007, 7:43 AM
|
|
Replies: 4
Views: 157
contact form problem
hi i have the following process script in my websites root direct:
<?php
include("http://teishu.ndnhost.com/global.inc.php");
$errors=0;
$error="The following errors occured while processing your...
|
Forum: C#
Jun 22nd, 2007, 7:54 AM
|
|
Replies: 4
Views: 160
|
Forum: C#
Jun 22nd, 2007, 7:53 AM
|
|
Replies: 8
Views: 163
|
Forum: Perl
Jun 15th, 2007, 7:08 PM
|
|
Replies: 8
Views: 416
|
Forum: Perl
Jun 13th, 2007, 4:11 PM
|
|
Replies: 8
Views: 416
small error..
hi, just learning perl can someone tell me whats wrong with this:
print "The months of the year are: \n";
@months = ("January \n", "Febuary \n", "March \n", "April \n", "and so on... \n")
for $i...
|
Forum: Other Scripting Languages
Jun 11th, 2007, 5:22 PM
|
|
Replies: 2
Views: 305
|
Forum: Other Scripting Languages
Jun 11th, 2007, 4:07 PM
|
|
Replies: 2
Views: 305
another mysql prob
Hi, can someone tell me what is wrong with the syntax of this:
CREATE TABLE `bank`.`template` (
`Date` VARCHAR[10] NOT NULL,
`Type` VARCHAR(3) NOT NULL,
`Description` VARCHAR(90) NOT NULL,
...
|
Forum: C#
Jun 6th, 2007, 6:26 AM
|
|
Replies: 32
Views: 600
|
Forum: PHP
Jun 6th, 2007, 6:17 AM
|
|
Replies: 11
Views: 323
|
Forum: PHP
Jun 6th, 2007, 6:00 AM
|
|
Replies: 11
Views: 323
|
Forum: PHP
Jun 6th, 2007, 3:53 AM
|
|
Replies: 11
Views: 323
|
Forum: Visual Basic .NET
Jun 4th, 2007, 3:10 PM
|
|
Replies: 6
Views: 207
yeh as Booze said.. add a timer to you...
yeh as Booze said.. add a timer to you application. set its event to whatever the code is to update your clock.. and enable it to update every 100 (thats in millisecs)
|
Forum: Coder's Corner Lounge
Jun 1st, 2007, 4:53 AM
|
|
Replies: 15
Views: 296
|