Hi guys. Is it just me, or is C just amazingly difficult. I just can't seem to get a good grasp on working with "*pointers" and "&pointers" to "variables". I...
221
c.bradford
csb@...
Nov 3, 2000 3:10 am
Hi Steve... Working with numeric variables are extremely easy in c++.... I think that strings are a bit more difficult with c++. Basically, here's the simple...
226
d_foote@...
Nov 3, 2000 9:10 am
Hello all! I see there haven't been that many posts in the last few days. Oh well. I guess everybodys just been busy. Anyway, here is some windows code. It...
227
ghost@...
Nov 3, 2000 12:27 pm
VB was my primary language before so I'm partial to event-driven Windows programs (like Rapid-Q). I have learned just enough c++ to be dangerous and have...
228
Pavel Minayev
minayev@...
Nov 3, 2000 1:02 pm
Then again, I must mention Delphi (although it's a C++ group). It's (IMHO) closer to BASIC/Rapid-Q developer then C++, and has some cool features that C...
229
Steven Eberbach
seberbach@...
Nov 3, 2000 3:03 pm
... be ... for ... don't ... Builder ... an ... admit ... version ... Hi everybody; Future Computing, in the U.K., published the full program version of ...
230
nathan_gundlach@...
Nov 3, 2000 6:47 pm
... 50/50. The point(ers) you mentioned are hard to master, but once you get used to them, I think that you won't have problem. ... char *ABC; chars are like...
231
Steve A.
sarbayo@...
Nov 4, 2000 2:06 am
Thanks for the help Chris, and the rest of you guys, too. Oh, BTW Chris, yes, I find working with numbers is a bit easier. My problem does seem to be centered...
233
bobspringett
bobspringett@...
Nov 4, 2000 6:47 am
If you go to http:/www.PCPlus@... you will see that you can subscribe from the U.S. If you have any trouble getting that URL just type in 'ask...
234
Pavel Minayev
minayev@...
Nov 4, 2000 10:06 am
... C stores strings as arrays of chars ending with CHR(0), and they are treated as arrays. In this case you declare a pointer to ARRAY of char (although the...
238
Steve A.
sarbayo@...
Nov 4, 2000 7:20 pm
Thanks Pavel, Your detailed explainations for each example really helps !!! Unfortunately, the reference material I have doesn't take that same approach in...
240
Jordi Ramos
correodejordi@...
Nov 5, 2000 3:48 pm
... Hi all The same Windows code but using Win32 APIs : more small and fast. :-) Regards Jordi...
241
d_foote@...
Nov 8, 2000 9:38 am
Hello all! Well - that email about the string/pointer thing sort of made sense... I suppose I know what I'm doing! Anyway, thankyou Pavel! As to Jordi - great...
242
Jordi Ramos
correodejordi@...
Nov 8, 2000 2:51 pm
... sense... I suppose I know what I'm doing! Anyway, thankyou Pavel! . . . . . . ... Hi all Test it :-) Jordi...
243
Jordi Ramos
correodejordi@...
Nov 8, 2000 6:11 pm
http://www.iseran.com/Win32/FAQ/...
249
Jordi Ramos
correodejordi@...
Nov 10, 2000 10:57 am
Hi http://www.relisoft.com/win32/index.htm Jordi...
272
d_foote@...
Nov 20, 2000 4:39 am
Hello all! Here they are at last: what I have done on the classes. Feel free to change them in any way - particularly in their properties. XPos and YPos just...
277
Darren Turland
dturland@...
Nov 20, 2000 8:19 pm
... I think most people have to a degree. I have managed to write the compiler and interpreter parts that will accept very few basic commands such as dim a...
283
AndrewAclt
AndrewAclt@...
Nov 21, 2000 11:26 am
Well, I now the basics but what i don't quite understand is the oop part of the lanuage.... I believe I need to undrstand Cgi. ... ...
285
D Turland
dturland@...
Nov 21, 2000 10:50 pm
ok here is my attempt at the start of a basic interpreter. no laughing, although do comment on code and best practive please. I have based it on basec as the...
295
d_foote@...
Nov 25, 2000 9:16 am
Hello all. The spirit is very willing, but the knowledge is lacking. Any classes I try and write usually end up in failure because I don't have the knowledge...
298
Steve A.
sarbayo@...
Nov 26, 2000 8:27 pm
Oops, I wrote "hoohoo.com", that was quite wrong !!! It's "http://hoohoo.ncsa.uiuc.edu/cgi/" Also try: "http://www.w3.org/CGI/" ...
300
d_foote@...
Dec 2, 2000 6:19 am
Hello all! It's still been very quiet on this email group - I suppose everybody must be busy doing other things. Never mind. My question for today is how to...
301
Pavel Minayev
minayev@...
Dec 2, 2000 12:45 pm
... From: <d_foote@...> To: <qdepartment@egroups.com> Sent: Saturday, December 02, 2000 9:19 AM Subject: [qdepartment] Strings and numbers... ... I...
302
Darren Turland
dturland@...
Dec 2, 2000 5:40 pm
... everybody ... equivilents ... () and ... there are three char --> number convertions. atoi(), atof(), atol(), for int, float, and long. i am not aware of...
303
d_foote@...
Dec 3, 2000 3:48 am
Hello all! Thankyuo for that. The one I really want is the Number to string function. And no, you can't just cast a number to char, it doesn't work. I have an...
304
Darren Turland
dturland@...
Dec 4, 2000 12:16 pm
... Pavel was spot on again!!! found the following reference... http://www.cplusplus.com/ref/cstdlib/itoa.html...
305
d_foote@...
Dec 7, 2000 5:01 am
Hello all! If you wouldn't mind, could somebody please help with these classes. I lack the knowledge to fill them in. I've created a breif outline, all I need...
306
d_foote@...
Dec 12, 2000 3:05 am
Hello all again! Well - don't worry about the foundation classes. The other day, the concept of 'pointers' clicked, and now my foundation classes are well on...
307
Darren Turland
dturland@...
Dec 12, 2000 9:12 pm
... well ... I wouldnt mind seeing what you now have, as it may give me the inspiration that I need......