Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Topics - pahihu

#1
Hi,

I am porting newLISP to MS Visual C++ using the Windows 7 SDK.

In the p_bayesTrain function total should be allocated as an array:



total = alloca(maxIdx * sizeof(int));



Thanks,

pahihu