473,543 Members | 2,003 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.
 
176
8,003
thread by: Thomas Reichelt | last post Jul 18 '05 by: chain_lube
Moin, short question: is there any language combining the syntax, flexibility and great programming experience of Python with static typing? Is there a project to add static typing to Python? Thank you, -- greetz tom
176
8,106
thread by: basecamp | last post Jul 21 '05 by: Michael A. Covington
just checking the average age of programmers using this group -- thanks
176
8,194
thread by: nw | last post May 8 '07 by: Gianni Mariani
Hi, I previously asked for suggestions on teaching testing in C++. Based on some of the replies I received I decided that best way to proceed would be to teach the students how they might write their own unit test framework, and then in a lab session see if I can get them to write their own. To give them an example I've created the...
176
9,030
thread by: MNNovice | last post Oct 21 '08 by: MNNovice
I have developed a database for my CD collections. I am trying to develop serial number of each CD which will populate based on data entered in a form called frmCDDetails. This form is based on a table called tblCDDetails which combines data from various tables. Table 1 tblMusicCategory Field 1: MusicCategoryID - Auto Number (Primary)...
175
6,968
thread by: Lucas Raab | last post Jul 18 '05 by: Steve Allgood
One thing I've always kind of wondered is what is the average age of a Python programmer?? What age groups use Python?? Something to think about....
175
11,218
thread by: Sai Hertz And Control Systems | last post Nov 22 '05 by: Kris Jurka
Dear all, Their was a huge rore about MySQL recently for something in java functions now theirs one more http://www.mysql.com/doc/en/News-5.0.x.html Does this concern anyone. What I think is PostgreSQL would have less USP's (Uniqe Selling Points
175
8,657
thread by: Ken Brady | last post Nov 15 '05 by:
I'm on a team building some class libraries to be used by many other projects. Some members of our team insist that "All public methods should be virtual" just in case "anything needs to be changed". This is very much against my instincts. Can anyone offer some solid design guidelines for me? Thanks in advance....
175
1,471
Curtis Rutland
thread by: Curtis Rutland | last post Apr 10 '10 by: GaryTexmo
Well, seeing as we have a Movie Thread, I thought we could have a similar video game thread. So post the game you're addicted to currently, your favorite game of all time, a review of a new game you've played and want to praise/destroy, or anything having to do with video games. I'll kick it off: Metal Gear Solid 4 is what I'm currently...
173
5,576
thread by: Zytan | last post Feb 16 '07 by: Tom Shelton
I've read the docs on this, but one thing was left unclear. It seems as though a Module does not have to be fully qualified. Is this the case? I have source that apparently shows this. Are modules left-over from VB6, and not much used anymore? It seems that it is better to require Imports or use fully qualified names for functions in...
173
7,942
thread by: Marty James | last post Feb 7 '08 by: Flash Gordon
Howdy, I was reflecting recently on malloc. Obviously, for tiny allocations like 20 bytes to strcpy a filename or something, there's no point putting in a check on the return value of malloc. OTOH, if you're allocating a gigabyte for a large array, this might fail, so you should definitely check for a NULL return.
173
13,777
thread by: Ron Ford | last post Aug 18 '08 by: David Thompson
I'm looking for a freeware c99 compiler for windows. I had intended to use MS's Visual C++ Express and use its C capability. In the past with my MS products, I've simply needed to make .c the filetype to invoke the C compiler. Here's a link http://www.microsoft.com/express/download/#webInstall The download is 2.6 megs, which is near a...
172
3,737
thread by: basecamp | last post Nov 22 '05 by: Michael A. Covington
just checking the average age of programmers using this group -- thanks
171
7,601
thread by: tshad | last post Nov 19 '05 by: Alan Silver
I am just trying to decide whether to split my code and uses code behind. I did it with one of my pages and found it was quite a bit of trouble. I know that most people (and books and articles) like it because you can split the code from the design. That is logical. But if you are the only one working on the code, it seem a little...
171
4,729
thread by: Raman | last post Feb 12 '07 by: Ian Collins
Hi All, Here is a small Code, int main(void) { char *p=(char *) malloc(100); strcpy(p,"Test1234567890"); p=p+10; free(p);
171
5,230
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...
170
5,891
thread by: 43 | last post Nov 15 '05 by: Jorn W Janneck
how come m$Office isn't written in .net? how come Open Office isn't written in j2ee? how come dbms systems aren't written in either? how come browsers aren't written in either? how come RealPlayer, MediaPlayer and all applications that need speed are written in c++ ? (except for
170
5,610
thread by: I_AM_DON_AND_YOU? | last post Nov 20 '05 by: steve
Whether we can upload the projects (in .zip format) in these newsgroups? I am asking this because earlier there are more than 50 posts (in one thread) about this query and they are contradicting with each other (You can find that post by name date10/22/2003 Time 7:22PM) I want to get the answer from Microsoft. Therefore, please answer this...
169
8,957
thread by: JohnQ | last post Mar 29 '07 by: JohnQ
(The "C++ Grammer" thread in comp.lang.c++.moderated prompted this post). It would be more than a little bit nice if C++ was much "cleaner" (less complex) so that it wasn't a major world wide untaking to create a toolchain for it. Way back when, there used to be something called "Small C". I wonder if the creator(s) of that would want to...
168
7,109
thread by: broeisi | last post Apr 23 '07 by: Keith Thompson
Hello, Is there a way in C to get information at runtime if a processor is 32 or 64 bit? Cheers, Broeisi
167
5,441
thread by: shaanxxx | last post Jan 8 '07 by: Richard Heathfield
I started programming with c. Lot of projects are being done in C++. We have to move in THE C++. I read around 3 - 4 books (including Faqs, stroustrup) on c++. What i found in most of the book is that they criticize c language and c programmer. And they silently run away from good feature of C. They have sentence like , "you have to unlearn c...
167
8,162
thread by: darren | last post Jun 27 '08 by: Chris Thomasson
Hi I have to write a multi-threaded program. I decided to take an OO approach to it. I had the idea to wrap up all of the thread functions in a mix-in class called Threadable. Then when an object should run in its own thread, it should implement this mix-in class. Does this sound like plausible design decision? I'm surprised that C++...
166
8,488
thread by: Graham | last post Nov 8 '05 by: Antoon Pardon
This has to do with class variables and instances variables. Given the following: <code> class _class: var = 0 #rest of the class
166
7,753
thread by: Nimmi Srivastav | last post Sep 11 '07 by: Ben Bacarisse
Apologies if my cross posting has offended anyone.... For a pure hobbyist C/C++ programmer, who wants to develop applications to run on Windows, what would be a better choice to install: Visual C++ Express 2005 Edition or lcc-win32? Does anyone have any opinion to share? Also, is there a C++ compiler akin to lcc-win32? Thanks,
165
6,745
thread by: Dieter | last post Jan 12 '06 by: Michael Wojcik
Hi. In the snippet of code below, I'm trying to understand why when the struct dirent ** namelist is declared with "file" scope, I don't have a problem freeing the allocated memory. But when the struct is declared in main (block scope) it will segfault when passing namelist to freeFileNames().
165
1,439
MMcCarthy
thread by: MMcCarthy | last post Nov 16 '07 by: YarrOfDoom
No comments I'm afraid until after the judging :) Split from Default Avatar for thescripts Competition thread Keep all coments here please

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.