Software > Coding

C Code mit CC65 - und die nächste

<< < (2/2)

matashen:
Läuft nicht...

beim pointer kommt immer wieder ne Fehldarstellung, was auf einen Zugriff ins Nirvana des Speichers deutet.

Gruß Matthias

guest2120:

--- Zitat von: matashen am Mo 19.05.2008, 22:12:17 ---register char feldname[2,12]={"123456789012","123456789012"};
--- Ende Zitat ---

Fur Lynx programmieren mit : CC65
char feldname[2][12]={"123456789012","123456789012"};
(2 elements mit 12 character)
oder

char *feldname[2]={"123456789012","123456789012"};
(2 elements, memory allocation macht bei compiler)

matashen:
Wow

Hints from the BIG-Master himself.... ;D

Thanks  ;)


Greatings Matthias

Navigation

[0] Themen-Index

[*] Vorherige Sete

Zur normalen Ansicht wechseln