다운로드
소프트웨어 개발
계정
다운로드
소프트웨어 개발
Login
Forgot Account/Password
계정 만들기
언어
도움
언어
도움
×
Login
Login Name
Password
×
Forgot Account/Password
Translation Status of 한국말
Category:
Software
People
PersonalForge
Magazine
Wiki
검색
OSDN
>
브라 우즈 소프트웨어
>
Terminals
>
Serial
>
Tera Term
>
Ticket List/Search
>
Ticket #10776
Tera Term
Description
Project Summary
Developer Dashboard
웹 페이지
Developers
Image Gallery
List of RSS Feeds
Activity
Statistics
History
다운로드
File Release
List of Releases
Stats
File Storage
Files
Stats
소스 코드
Code Repository list
Subversion
View Repository
CVS
View Repository
티켓
Ticket List
Milestone List
Type List
Component List
List of frequently used tickets/RSS
Submit New Ticket
Documents
Wiki
FrontPage
Title index
Recent changes
Doc Mgr
List Docs
Communication
포럼
List of Forums
도움 (428)
Open Discussion (173)
Mailing Lists
list of ML
ttssh2-commit
ttssh2-dev
ttssh2-users
News
Ticket #10776
Ticket List
Submit New Ticket
RSS
Integer配列型をサポートしてほしい
오픈 날짜:
2007-07-31 00:04
마지막 업데이트:
2011-11-16 21:03
monitor
ON
OFF
Reporter:
(del#1144)
소유자:
doda
Type:
Feature Requests
Status:
Closed
Component:
Tera Term Macro
MileStone:
Tera Term 4.72 (closed)
Priority:
5 - Medium
Severity:
5 - Medium
Resolution:
None
File:
None
Vote
Score:
0
No votes
0.0
% (
0
/
0
)
0.0
% (
0
/
0
)
0
0
Details
Reply
http://www.neocom.ca/forum/viewtopic.php?t=574
検討事項メモ:
内部データ構造
#define ひとつの array の最大要素数
#define array 用のバッファのサイズ
連続したメモリを確保して使うのが実装しやすそう
関数
newarray <arrayvar> <size>
writearray <arrayvar> <subscript> <intval>
readarray <arrayvar> <subscript> <intvar>
freearray <arrayvar>
新規エラー
配列用メモリ領域がない(まとまった空きがない場合も)
not free memory
配列を扱うとき
out of range error
※String配列の実装はより難しいと思われる。
Ticket History (3/4 Histories)
Show older Histories
2008-06-25 03:42
Updated by:
doda
소유자
Update from
(None)
to
doda
2009-04-11 03:34
Updated by:
doda
Component
Update from
(None)
to
Tera Term Macro
2011-09-13 16:54
Updated by:
doda
Milestone
Update from
(None)
to
Tera Term 4.72 (closed)
2011-11-16 21:03
Updated by:
(del#1144)
Status
Update from
Open
to
Closed
Ticket Close date
is changed to
2011-11-16 21:03
Attachment File List (
0
)
Attachment File List
No attachments
Edit
Add Comment
You are not logged in.
I you are not logged in, your comment will be treated as an anonymous post. »
Login
Add Comment
Preview
Submit
検討事項メモ:
内部データ構造
#define ひとつの array の最大要素数
#define array 用のバッファのサイズ
連続したメモリを確保して使うのが実装しやすそう
関数
newarray <arrayvar> <size>
writearray <arrayvar> <subscript> <intval>
readarray <arrayvar> <subscript> <intvar>
freearray <arrayvar>
新規エラー
配列用メモリ領域がない(まとまった空きがない場合も)
not free memory
配列を扱うとき
out of range error
※String配列の実装はより難しいと思われる。