Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 40 of 66
Search took 0.01 seconds.
Search: Posts Made By: teishu
Forum: C# Jun 6th, 2008, 10:06 AM
Replies: 3
Views: 188
Posted By teishu
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
Posted By teishu
Re: Best programming language

Yeh, Sorry i meant C, i know theres no C++ in it. ;)
Forum: C# Jun 5th, 2008, 2:55 AM
Replies: 18
Views: 614
Posted By teishu
Re: need someone to write me a programme

Haha :lol: How could he not think of changing it on the computer ?? :lol:
Forum: C# Jun 5th, 2008, 2:52 AM
Replies: 3
Views: 217
Posted By teishu
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
Posted By teishu
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
Posted By teishu
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
Posted By teishu
Re: Application using data from a file

could you first program not call the second ?
Forum: Coder's Corner Lounge Jun 5th, 2008, 2:31 AM
Replies: 18
Views: 435
Posted By teishu
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
Posted By teishu
Re: Which Language to Learn?

go for PHP, i think (**Personally) that its more suited to web based applications than perl.
Forum: Coder's Corner Lounge Jun 4th, 2008, 4:29 PM
Replies: 11
Views: 339
Posted By teishu
Re: Ubuntu- which flavor?

The mouse really annoys me, if i use XFCE i have a mouse trap on my desktop.. lol
Forum: Coder's Corner Lounge Jun 4th, 2008, 3:36 PM
Replies: 11
Views: 339
Posted By teishu
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
Posted By teishu
no, i need to return all the rows in that table...

no, i need to return all the rows in that table as its going to be a day job table, returns all the jobs for that day... i will change the ID to date at some point...
Forum: PHP Sep 2nd, 2007, 2:46 AM
Replies: 9
Views: 297
Posted By teishu
can u recommend a good tutorial ?

can u recommend a good tutorial ?
Forum: PHP Sep 1st, 2007, 1:13 PM
Replies: 9
Views: 297
Posted By teishu
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
Posted By teishu
sorry, thats not supposed to be there m8, its...

sorry, thats not supposed to be there m8, its aprt of a code i deleted and i missed a bit :(
Forum: PHP Aug 31st, 2007, 11:45 AM
Replies: 9
Views: 297
Posted By teishu
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
Posted By teishu
could i have a list of arrays ?

could i have a list of arrays ?
Forum: C# Jul 24th, 2007, 5:09 AM
Replies: 8
Views: 182
Posted By teishu
hmm, i take it i cant use it like this: int...

hmm, i take it i cant use it like this:

int totalcolumns = 5;
int count = 0;
while (count < totalcolumns)
{
List<int> count = new List<int>();
...
Forum: C# Jul 24th, 2007, 5:02 AM
Replies: 8
Views: 182
Posted By teishu
Does it work like this ? List<int> blah = new...

Does it work like this ?

List<int> blah = new List<int>();
blah.Add(1);
Forum: C# Jul 24th, 2007, 4:48 AM
Replies: 8
Views: 182
Posted By teishu
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
Posted By teishu
i prefer coding in C# even tho i started in...

i prefer coding in C# even tho i started in VB.net it seems to be easier syntax to skim read through... Faster to write the code with it as well...
Forum: C# Jul 17th, 2007, 8:31 AM
Replies: 10
Views: 342
Posted By teishu
sounds interesting, i would like to hear how you...

sounds interesting, i would like to hear how you get on.. i wouldn't know where to start but also i dont have the skill to do it anyway...
Forum: C++ Jun 26th, 2007, 7:33 PM
Replies: 4
Views: 146
Posted By teishu
ok thanks for that people !

ok thanks for that people !
Forum: C++ Jun 26th, 2007, 5:25 PM
Replies: 4
Views: 146
Posted By teishu
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
Posted By teishu
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
Posted By teishu
you need to use quotations, that will just insert...

you need to use quotations, that will just insert the words array[0] etc..

command.CommandText = "insert profilet (id, firstn, lastn) values ("array[0]", "array[2]", "array[3])"";
Forum: PHP Jun 23rd, 2007, 10:36 AM
Replies: 4
Views: 157
Posted By teishu
well i dosen't come up with the error now.. thanks

well i dosen't come up with the error now.. thanks
Forum: PHP Jun 23rd, 2007, 7:43 AM
Replies: 4
Views: 157
Posted By teishu
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
Posted By teishu
thanks for the link m8

thanks for the link m8
Forum: C# Jun 22nd, 2007, 7:53 AM
Replies: 8
Views: 163
Posted By teishu
i would work but as a beginner it may confuse you...

i would work but as a beginner it may confuse you trying to refer to variables etc from the other form as its not just striaght forward. maybe use invisible controls and make them visible and the...
Forum: Perl Jun 15th, 2007, 7:08 PM
Replies: 8
Views: 416
Posted By teishu
yeh, thats what i was trying to do... im just...

yeh, thats what i was trying to do... im just learning the basic syntax at the moment...
Forum: Perl Jun 13th, 2007, 4:11 PM
Replies: 8
Views: 416
Posted By teishu
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
Posted By teishu
thats it, cheers m8, didn't see that wrong type...

thats it, cheers m8, didn't see that wrong type of bracket :(
Forum: Other Scripting Languages Jun 11th, 2007, 4:07 PM
Replies: 2
Views: 305
Posted By teishu
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
Posted By teishu
well you beat me to it, i had done this for you...

well you beat me to it, i had done this for you on my windows box but im on my debian box :(. Well done for doing it on your own. I find working things out on your own my satisfying :)
Forum: PHP Jun 6th, 2007, 6:17 AM
Replies: 11
Views: 323
Posted By teishu
i was just making a point that i would like to...

i was just making a point that i would like to learn php, but i don't think i have the time as i need to learn C#.
Forum: PHP Jun 6th, 2007, 6:00 AM
Replies: 11
Views: 323
Posted By teishu
that isn't my question.. lol

that isn't my question.. lol
Forum: PHP Jun 6th, 2007, 3:53 AM
Replies: 11
Views: 323
Posted By teishu
i would quite like to learn PHP but i think i...

i would quite like to learn PHP but i think i should concentrate on c# atm as thats what im gonna be using when i start work in aug ...
Forum: Visual Basic .NET Jun 4th, 2007, 3:10 PM
Replies: 6
Views: 207
Posted By teishu
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
Posted By teishu
awesome are they 1280*1024 ? if so post em ere :)

awesome are they 1280*1024 ? if so post em ere :)
Showing results 1 to 40 of 66

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 5:29 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC