; #include <cstdlib>
; #include <cstdio>
;
; int main(){
; double *d = (double*) malloc (sizeof(double) * 3);
; d[0] = 1;
; d[1] = 2;
; d[2] = 4;
;
; puts("Current List:");
; printf("%f %f %f\n", d[0], d[1], d[2]);
;
; puts("New List:");
; d[0] = 100;
; printf("%f %f %f\n", d[0], d[1], d[2]);
; return(0);
;}
(setq aList (list 1 2 3))
(print "Current List:")
(print aList)
(setf (elt aList 0) 100)
(print "New List:")
(print aList)
Tuesday, August 25, 2015
Lisp for the C++ programmer: Changing an element of a list
Here is the example of changing an element of a Common Lisp List and its equivalent code in C++ typed as List comment.
Subscribe to:
Post Comments (Atom)
Nice Informative Blog having nice sharing..
ReplyDeleteSEO services pakistan