Skip to search.
QDepartment · Create languages, compilers, and more!

Group Information

  • Members: 241
  • Category: C and C++
  • Founded: Oct 21, 2000
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

  Messages Help
Advanced
Messages 2259 - 2289 of 2289   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2259 Odin Jensen
ozak2k... Offline Send Email
Jun 26, 2011
2:00 pm
Hi. Sorry I didn't explain properly earlier today. I was up early and couldn't sleep. But then I got sleepy and went back to bed :) The problem with the first...
2260 Odin Jensen
ozak2k... Offline Send Email
Jun 26, 2011
5:09 pm
Another idea for the UDT. (Whatever that means. Unified Data Type? ;) Why not use a struct for each value and then a hash map for the lookup? Something like: ...
2261 steve
sarbayo Offline Send Email
Jun 26, 2011
10:10 pm
Hey thanks guys. Clearly memcpy is the answer to my problem. I don't know why that didn't occur to me, but, as soon as I saw it I knew that should be what I...
2262 sarbayo Offline Send Email Jun 26, 2011
10:16 pm
Oh, I forgot to answer the question regarding attachments; no...this group does not permit attachments....
2264 marcus_at_naalaa_com
marcus_at_na... Offline Send Email
Sep 28, 2011
11:55 pm
I just joined the group and thought it'd be nice to introduce myself. My name is Marcus, and I'm developing a BASIC style language named NaaLaa (Not An...
2265 James Fuller
james_c_fuller Offline Send Email
Sep 29, 2011
2:48 pm
Steve, Any reason you don't have a MinGW version of the sources in the upload? James [Non-text portions of this message have been removed]...
2266 steve
sarbayo Offline Send Email
Sep 29, 2011
9:20 pm
Hey James, Actually, I was using Dev-C++ as my version of MinGW, since Dev-C++ used MinGW as the C compiler. I have since, however, dropped further usage of...
2267 steve
sarbayo Offline Send Email
Sep 29, 2011
9:30 pm
Hey Marcus, Welcome to the QDepartment group. I and many other members here are familiar with you from the "Basic Programming" forum. For those members not...
2268 Richard Clark
rickclark58... Offline Send Email
Sep 29, 2011
10:53 pm
I saw a post about Dev-C++ and thought I would mention that there is a successor called wxDev-C++ that uses wxWidgets to create GUI programs. This is being...
2269 steve
sarbayo Offline Send Email
Sep 30, 2011
12:02 am
Hey Rick, ...long time... Yeh, when I used to frequent the Dev-C++ forums I would redirect new users to wxDev-C++. I don't use it myself tho, since I don't use...
2270 marcus_at_naalaa_com
marcus_at_na... Offline Send Email
Sep 30, 2011
7:28 am
Naalaa is something that I'm developing at my spare time. I work as programmer at a company that produces games for pc, mac and iPhone. I think that most...
2271 aurelsetwich Offline Send Email Oct 1, 2011
6:00 pm
... Hi... is possible to use native win32 GUI api in wxDEV-c++ or not?...
2272 Richard Clark
rickclark58... Offline Send Email
Oct 3, 2011
3:44 pm
... Yes, you can. Rick [Non-text portions of this message have been removed]...
2273 aurelsetwich Offline Send Email Oct 4, 2011
7:05 pm
... Thanks Rick ;)...
2274 steve
sarbayo Offline Send Email
Oct 11, 2011
7:34 pm
Hey guys, I know some of you have started at various time to port Bxbasic for Linux. I simply have not had the time. If anyone has made a port, I'd like to...
2275 Uli Kusterer
ulimakesacom... Offline Send Email
Oct 15, 2011
6:13 pm
Hi, I've long been fascinated with languages where everything is an object. It is neat if you can just subclass the string or integer class, attach another bit...
2276 Uli Kusterer
ulimakesacom... Offline Send Email
Oct 28, 2011
7:34 am
Hi folks, just a short note that there's a neat little web site with a few example programming languages based on HyperTalk, plus source code:...
2277 steve
sarbayo Offline Send Email
Jan 10, 2012
5:49 pm
Hey guys, Anouncement from basicprogramming.org (at: http://forum.basicprogramming.org/): BP.org is having a contest where you can vote for who you think is...
2278 steve
sarbayo Offline Send Email
Jan 10, 2012
6:30 pm
Hey guys, on a seperate note, I just wanted to post an update on Bxbasic and Bxbasm. Over the past year, (2011), I have continued expanding Bxbasic (the...
2279 sanyaade
sanyaade3 Offline Send Email
Jan 11, 2012
11:05 am
well-done Steve. Happy new year and more prosperous outcome. God blesses!!! Best regards, Sanyaade ... [Non-text portions of this message have been removed]...
2280 eslipak Offline Send Email Jan 11, 2012
1:58 pm
... Hello. I'm happy to see your continuous effort with BXB. Well done and well doing. I am bothering you because i was unable to locate where the new files...
2281 steve
sarbayo Offline Send Email
Jan 11, 2012
2:32 pm
... Hello Edgardo, The path you listed above is the correct one. I have not added any files in 2012. The most recent files well be there, (I think Oct.2011). ...
2282 eslipak Offline Send Email Jan 13, 2012
1:32 pm
... Thanks, I had already downloaded the files. I am expecting the news with great interest. Thanks a lot. Edgardo Slipak...
2283 Hugo Rozas Mory
hrmpe Offline Send Email
Jan 13, 2012
5:12 pm
Very nice the last windows GUI updates, also u have implemented structures, even though I would have prefer the STRUCT - ENDSTRUCT keyword. Have you look at...
2284 steve
sarbayo Offline Send Email
Jan 13, 2012
9:40 pm
Hey Hugo, Thanks for your input. I actually considered using STRUCT - ENDSTRUCT, (it was my first choice), but, decided to use UDT instead. I thought people...
2285 steve
sarbayo Offline Send Email
Jan 24, 2012
10:04 pm
I've uploaded an updated version of Bxbasic, to the usual location: ...//Blunt_Axe_Basic/Blunt Axe Basic/Bxb-ver.20.3.1.zip (most recent date)... I did add...
2286 Hugo Rozas Mory
hrmpe Offline Send Email
Feb 24, 2012
3:31 am
Hi Steve One problem I have is that it looks like the index of an array can't be a numeric expression : In this example the printed values of value1% and...
2287 steve
sarbayo Offline Send Email
Feb 24, 2012
2:20 pm
Hello Hugo, I believe you are right. It's not a bug, array subscripts are subscripts, not expressions. Perform the calculation prior to accessing the array. n...
2288 Uli Kusterer
ulimakesacom... Offline Send Email
Apr 15, 2012
1:53 pm
Hi, I recently decided to open-source the little programming language project I've been working on in my spare time for the last couple years. It is a...
2289 aurel.zlatko Offline Send Email May 9, 2012
1:49 pm
... Do you can explain which part generate bytcode?...
Messages 2259 - 2289 of 2289   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help