Search
Star
1.4k
Feedback
Setup for Free
M
Modular
•
2y ago
•
24 replies
zhoujing
pointer to pointer
float** ptrs[] = { &acts->encoded,
float** ptrs[] = { &acts->encoded,
acts->encoded
acts->encoded
is a float
* pointer
, how to achive this in mojo
? I have tried a lot of ways
Modular
Join
This server is the home of the MAX and Mojo community! Join us to chat about all things Modular.
20,311
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Recent Announcements
Similar Threads
Was this page helpful?
Yes
No
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
float** ptrs[] = {
&acts->encoded,
float** ptrs[] = {
&acts->encoded,
acts->encoded
acts->encoded
Similar Threads
Mojo Pointer to Python bytes?
M
Modular / questions
3y ago
Pointer to a custom struct?
M
Modular / questions
3y ago
Determine Pointer Location
M
Modular / questions
2y ago
What pointer lifetime to use when iterating through a tree?
M
Modular / questions
15mo ago