struct

Archives Forums/Blitz3D SDK Programming/struct

Mr. Slat(Posted 2008) [#1]
I'm translating some code to c and I don't know how to do this:
for f.Struct = each Struct


Moraldi(Posted 2008) [#2]
Judging from your question I think you have no experience in C
If this is true then it is a little bit to early for you to convert BASIC code to C code
If you have some experience then I advise you to build your own double linked list. Its an easy and essential task in C but I don't think that this can be covered through these forums.


Mr. Slat(Posted 2008) [#3]
actually I'm quite used to c, but I not the guy with perfect skills on structs guy speceally when I was used to Pascal And Basic...
if anyone could help me I would apreciate it.

thanks


Moraldi(Posted 2008) [#4]
I can help you but not immediately. I 'll send you an example to your e-mail in a couple of days. :)
Hope someone else can respond before me...


Dreamora(Posted 2008) [#5]
there is no translation of that.
you must either write your own double linked list or use STL with its double linked list and list iterator


Moraldi(Posted 2008) [#6]
Mr. Slat:
Check your e-mail


KimoTech(Posted 2008) [#7]
check std::list or std::vector out ...
i've also had the same problem in the start when i learned C++, but i find std::list most comparable to the blitz type.


Mr. Slat(Posted 2008) [#8]
Lol, I actually made it thanks. wans't that hard. Moraldi How old are ya? who do you take me for?