IRC Networks
Irc Logs Stats
Start date: 2007-09-27 02:48:27
Last update: 2008-10-24 20:19:38
Channels: 41
Logged Lines: 6230436
Size: 1989.31 MB
Powered by
Channel Info
Network: freenodeChannel: #csharp |
Search in www.irclog.org
Log from #csharp at freenode 2006-07-19
Pages: < Prev
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Next >
[08:40]<fyfuym-syfggag>I dont appreciate shit
[08:40]<kjr>I'm drinking a Killians Irish Red while eating dark chocolate with Orange
[08:40]<fyfuym-syfggag>ooooh
[08:40]<kjr>and it tastes so fucking awesome
[08:40]<fyfuym-syfggag>ok so get me a cloak tomorrow then
[08:40]<fyfuym-syfggag>ok?
[08:41]<fyfuym-syfggag>Kog I asked so many times bro
[08:42]<fyfuym-syfggag>you have to do it for me
[08:42]<kjr>I dunno dude... the prison zebra, the 10 year old girls, the hatred of africans... doesn't present the greatest image of the channel
[08:42]<fyfuym-syfggag>ah man
[08:43]<fyfuym-syfggag>ok
[08:43]<fyfuym-syfggag>:(
[08:43]<cxrfnm>frW, i thought you have been using sql through out
[08:44]<[dam]>10 years old girls..
[08:44]<[dam]>...
[08:44]<[dam]>that's.. sick?!
[08:44]<fyfuym-syfggag>eh man
[08:44]<fyfuym-syfggag>it was a joke
[08:44]<fyfuym-syfggag>FFS
[08:44]<fyfuym-syfggag>god dammit
[08:44]<kjr>heh
[08:44]<fyfuym-syfggag>fuckit
[08:45]<[dam]>wow..
[08:45]<kjr>[DcM]: it happens once in a while
[08:46]<kjr>he's got a bit of a temper, but he'll be back, and we'll all be shooting the breeze again
[08:46]<currpurjrv>who?
[08:46]<ceredtuw>Liquid?
[08:47]<ceredtuw>Kog, when I hit f5 and run it, it executes in a dos like window, and disapears, how can I keep the window open?
[08:47]<kjr>CrazyTux: while(true) {}
[08:47]<kjr>or do a blocking read from console
[08:47]<kjr>like throw in a Console.Read();
[08:48]<ceredtuw>Kog, after, or before the write?
[08:48]<kjr>after
[08:48]<cxrfnm>CrazyTux, Ctrl + F5
[08:49]<currpurjrv>ditto
[08:49]<ceredtuw>Do you guys even use Microsoft Visual C# IDE?
[08:50]<currpurjrv>Visual Studio just seems to be getting a lot of features that 1% of programmers really use
[08:50]<[dam]>Always.. but I know how to use the csc.exe directly..
[08:50]<currpurjrv>CrazyTux: you can use whatever you want that can edit text
[08:50]<cxrfnm>CrazyTux, I work with Mono under Linux.. so vi
[08:50]<ceredtuw>Ok lets say I use a different editor, how do I execute / interpret?
[08:51]<cxrfnm>csc filename1.cs filename2.cs /out:crazy.exe
[08:51]<cxrfnm>crazy.exe
[08:51]<ceredtuw>And it'll build the crazy.exe app?
[08:51]<cxrfnm>yes
[08:51]<ceredtuw>khaled, why did you provide two filenames?
[08:52]<[dam]>because in his exemple his using 2 file..
[08:52]<cxrfnm>just as an example
[08:52]<ceredtuw>But would it compile them into one file?
[08:52]<ceredtuw>or one executable, or?
[08:52]<cxrfnm>yes
[08:52]<ceredtuw>How does that work... two different files, compiled into one exec? Is it like some include thing or?
[08:53]<cxrfnm>you will need to include csc to PATH .. i hope you know that that means
[08:53]<ceredtuw>khaled, yes :)
[08:53]<cxrfnm>CrazyTux, try an example with two files and then have a look at the IL
[08:54]<ceredtuw>khaled, IL ?
[08:54]<cxrfnm>Intermediate Language
[08:54]<ceredtuw>Ok :)
[08:54]<cxrfnm>an assembly for .NET framework
[08:56]<ceredtuw>khaled, I can't remember where exactly to add the CSC include path into, though :D Windows XP ?
[08:56]<ceredtuw>or could I do a ENV PATH =
[08:56]<ceredtuw>at command line?
[08:56]<cxrfnm>right click on my comp, choose properties
[08:56]<cxrfnm>advanced tab > environment variables
[08:57]<ceredtuw>Ah nice.
[08:57]<cxrfnm>find path in the 2nd list
[08:57]<cxrfnm>edit
[08:57]<cxrfnm>find the directory where csc.exe is
[08:57]<cxrfnm>copy and paste
[08:57]<pzynsv-jp-psy>ok kewl
[08:58]<pzynsv-jp-psy>my delete, update,insert and select methods work great
[08:58]<pzynsv-jp-psy>frW
[08:58]<pzynsv-jp-psy>I finished the Delete,Select,
[08:58]<pzynsv-jp-psy>Update and insert methods
[08:58]<cjmgrug>question : is it a good programing practice to prepend your class name with a 'C' (capital c ) ? eg : if i have a class Person, is naming it CPerson recommended ?
[08:58]<pzynsv-jp-psy>for the stuff we where speaking about yesterday
[08:58]<cxrfnm>another PHP .NET Compiler: http://www.codeplex.com/Wiki/View.aspx?ProjectName=Phalanger
[08:58]<pzynsv-jp-psy>no
[08:58]<pzynsv-jp-psy>because thats dumb
[08:59]<pzynsv-jp-psy>VS knows that it is a class
[08:59]<cxrfnm>may be prepend my name and underscore
[08:59]<cxrfnm>Khaled_Person
[08:59]<pzw>Priest-of-Psi: ah nice'
[08:59]<ceredtuw>lol
[08:59]<cxrfnm>i can be famous!!!!
[08:59]<cjmgrug>i see, i've seen many code samples( in c++ though) that people often name them that way.. i never understood why
[08:59]<ceredtuw>Priest-of-Psi, do you use the VS IDE?
[08:59]<pzynsv-jp-psy>CrazyTux no
[08:59]<pzynsv-jp-psy>I use notepad
[08:59]<pzynsv-jp-psy>and csc
[09:00]<ceredtuw>Priest-of-Psi, ok, great. thats more like it for me :)
[09:00]<cjmgrug>lol khaled
[09:00]<pzynsv-jp-psy>CodeRun I have seen people to prefixes like this
[09:00]<pzynsv-jp-psy>Windows forms.... frmFormna
[09:00]<pzynsv-jp-psy>classes .... clsClassname
[09:01]<pzynsv-jp-psy>interfaces .... infInterFacename
[09:01]<pzynsv-jp-psy>I just do IInterface
[09:01]<pzynsv-jp-psy>but for classes I dont prefix
[09:01]<pzynsv-jp-psy>nor for forms







