473,609 Members | 1,900 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Latest Bytes Forum

Support forums for various IT topics. Programming languages, databases, systems, applications and more. Subscribe to a community, participate, ask, share your expertise and network.
 
195
8,499
thread by: Torbjørn Pettersen | last post Jul 20 '05 by: Albert Wiersch
As you might have noticed I'm trying to clean up my web site's HTML code. The way I do it is simply more or less redoing to complete site, testing it on a web server I have set up on my local network. I have downloaded, and installed CSE HTML Validator Pro, but I don't get the same results with that as I do with the online validator on...
193
9,507
thread by: Michael B. | last post Nov 14 '05 by: kingofgold
I was just thinking about this, specifically wondering if there's any features that the C specification currently lacks, and which may be included in some future standardization. Of course, I speak only of features in the spirit of C; something like object-orientation, though a nice feature, does not belong in C. Something like being able...
193
6,131
thread by: Vortex Soft | last post Nov 17 '05 by: CJ Taylor
http://www.junglecreatures.com/ Try it and tell me what's happenning in the Microsoft Corporation. Notes: VB, C# are CLS compliant
192
8,872
thread by: Kwan Ting | last post Jul 19 '05 by: Bill Marcum
The_Sage, I see you've gotten yourself a twin asking for program in comp.lang.c++ . http://groups.google.co.uk/groups?hl=en&lr=&ie=UTF-8&oe=UTF-8&th=45cd1b289c71c33c&rnum=1 If you the oh so mighty programmer that you pretend to be, why don't you just write some? (And oh, void main is still not allow by the C++ standard.) Seeming as how you...
192
9,441
thread by: Vortex Soft | last post Nov 16 '05 by: CJ Taylor
http://www.junglecreatures.com/ Try it and tell me what's happenning in the Microsoft Corporation. Notes: VB, C# are CLS compliant
192
9,091
RedSon
thread by: RedSon | last post Nov 15 '07 by: RedSon
Question? After this why not 7xh6? Unless I missed something while following along? Double or nothing Bxg7. NOTE: Game Rules for playing on TSDN are located here.
191
7,826
thread by: Xah Lee | last post Jun 13 '06 by: Surendra Singhi
Software Needs Philosophers by Steve Yegge, 2006-04-15. Software needs philosophers. This thought has been nagging at me for a year now, and recently it's been growing like a tumor. One that plenty of folks on the 'net would love to see kill me.
190
8,020
thread by: blangela | last post Nov 30 '06 by: Mirek Fidler
If you had asked me 5 years ago about the future of C++, I would have told you that its future was assured for many years to come. Recently, I have been starting to wonder. I have been teaching C++ at a local polytechnical school here in Vancouver, Canada for approximately 8 years. Six years ago, at the height (or should I say volume?) of...
188
8,387
thread by: Ilias Lazaridis | last post Jul 18 '05 by: Markus Wankus
I'm a newcomer to python: - E01: The Java Failure - May Python Helps? http://groups-beta.google.com/group/comp.lang.python/msg/75f0c5c35374f553 - I've download (as suggested) the python 2.4 installer for windows. Now I have problems to compile python extension that some packages
188
17,309
thread by: infobahn | last post Nov 14 '05 by: Keith Thompson
printf("%p\n", (void *)0); /* UB, or not? Please explain your answer. */
188
7,140
thread by: christopher diggins | last post Nov 15 '05 by: Magnus Lidbom
I have posted a C# critique at http://www.heron-language.com/c-sharp-critique.html. To summarize I bring up the following issues : - unsafe code - attributes - garbage collection - non-deterministic destructors - Objects can't exist on the stack - Type / Reference Types
188
2,089
thread by: r035198x | last post Feb 17 '08 by: Dököll
I'll kick things off with an easy one.
187
6,419
thread by: Lasse Espeholt | last post Oct 10 '07 by: Richard Bos
Hi... I am relativ new to the impressive and powerfull C language, but i thinks it is obsolete... The idea with header/source files where methods can clash into eachother i don't like... Look at C# which is much cleaner with namespaces. Why has C not namespaces and a "area idea" where some methods and
185
17,331
thread by: Martin Jørgensen | last post Apr 3 '06 by: those who know me have no need of my name
Hi, Consider: ------------ char stringinput ..bla. bla. bla. do {
185
10,604
thread by: Jim Carlock | last post Sep 21 '07 by: The Natural Philosopher
phpinfo() has a "com_dotnet" section. It's kind of odd. Here it says... COM Support: enabled DCOM Support: disabled .net Support: enabled
185
6,972
thread by: jacob navia | last post Jul 1 '08 by: CBFalconer
Hi We are rewriting the libc for the 64 bit version of lcc-win and we have added a new field in the FILE structure: char *FileName; fopen() will save the file name and an accessor function will return the file name given a FILE *. Questions: What would be the best name for this function?
184
6,986
thread by: jim | last post Jan 10 '08 by: =?ISO-8859-15?Q?Arne_Vajh=F8j?=
In a thread about wrapping .Net applications using Thinstall and Xenocode, it was pointed out that there may be better programming languages/IDEs to use for the purpose of creating standalone, single executable apps. My goal is to create desktop applications for use on Windows XP+ OSs that are distributed as single executables that do not...
182
7,481
thread by: Jim Hubbard | last post Nov 21 '05 by: Mike
http://www.eweek.com/article2/0,1759,1774642,00.asp
182
4,619
thread by: jim | last post Jan 10 '08 by: =?ISO-8859-15?Q?Arne_Vajh=F8j?=
In a thread about wrapping .Net applications using Thinstall and Xenocode, it was pointed out that there may be better programming languages/IDEs to use for the purpose of creating standalone, single executable apps. My goal is to create desktop applications for use on Windows XP+ OSs that are distributed as single executables that do not...
182
4,649
thread by: Bill Cunningham | last post Aug 11 '08 by: Flash Gordon
I understand this code. int a; int b; for (b=0;b<5;b=b+1) int a; This should take every element of the array a and set it to 1,2,3,4,5. Great. Now for the big question. How would you work this?
181
8,757
thread by: Tom Anderson | last post Jul 21 '05 by: Terry Reedy
Comrades, During our current discussion of the fate of functional constructs in python, someone brought up Guido's bull on the matter: http://www.artima.com/weblogs/viewpost.jsp?thread=98196 He says he's going to dispose of map, filter, reduce and lambda. He's going to give us product, any and all, though, which is nice of him.
181
5,087
thread by: Zach | last post Jan 27 '07 by: Malcolm McLean
Can someone give a detailed rejoinder to this. Would also be nice if someone updates the wiki page so that readers get the other perspective and don't get the wrong impression about C: http://en.wikipedia.org/wiki/Criticism_of_the_C_programming_language Zach
179
44,337
thread by: SoloCDM | last post Jul 20 '05 by: Barry Pearson
How do I keep my entire web page at a fixed width? ********************************************************************* Signed, SoloCDM
177
6,971
thread by: C# Learner | last post Nov 14 '05 by: Old Wolf
Why is C syntax so uneasy on the eye? In its day, was it _really_ designed by snobby programmers to scare away potential "n00bs"? If so, and after 50+ years of programming research, why are programming languages still being designed with C's syntax? These questions drive me insane. Every waking minute...
176
4,896
thread by: . | last post Oct 11 '08 by: webwider
9/11 Mysteries http://video.google.com/videoplay?docid=-8172271955308136871 http://www.911weknow.com Ignore those who would go to great effort and expend much of heir time in poo-pooing this post. See for yourself what really happened in the 3 demolished buildings in the weeks before 9/11. Since 9-11 the American public has shown a...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.