Overview
Examples
Screenshots
Comparisons
Applications
Download
Documentation
Tutorials
Bazaar
Status & Roadmap
FAQ
Authors & License
Forums
Funding Ultimate++
Search on this site
Search in forums












SourceForge.net Logo
Home » Developing U++ » U++ Developers corner » upp GTK compatibility for Ubuntu broken?
Re: upp GTK compatibility for Ubuntu broken? [message #34125 is a reply to message #34124] Fri, 21 October 2011 10:39 Go to previous message
mdelfede is currently offline  mdelfede
Messages: 1310
Registered: September 2007
Ultimate Contributor
> Term(CParser& p); One<Oper> Exp(CParser& p); One<Oper> Factor(CParser& p); }; One<Oper> Compiler::Term(CParser& p) { One<Oper> result; if(p.IsId()) { double *v = var.Get(p.ReadId(), NULL); if(!v) p.ThrowError("unknown variable"); result.Create<Var>().var = v
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: RM: "Patch ready"
Next Topic: Little experiment compiling to function pointer calls...
Goto Forum:
  


Current Time: Tue Aug 26 07:58:38 CEST 2025

Total time taken to generate the page: 0.00670 seconds