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 » Possible solution of "icpp problem"
Re: Possible solution of "icpp problem" [message #46950 is a reply to message #46949] Mon, 26 September 2016 18:35 Go to previous message
kov_serg is currently offline  kov_serg
Messages: 37
Registered: August 2008
Location: Russia
Member
Where will be *.h and *.cpp or *.lib and readme Razz

And script like this
#!/bin/sh

lines_to_check=8
cat <<'EOF'
// static_init.cpp
static int init() {
EOF
find *.h -type f -exec head -n $lines_to_check {} + | grep -P '^//\s+static_init:\s+' | awk '{print "  extern int "$3"(); "$3"();"}'
cat <<'EOF'
  return 0;
}
static int init_result=init();
EOF

It look for h files this comment line in first 8 lines
// static_init: lib1_init

And then you can comment unused parts and use it like config file

[Updated on: Tue, 27 September 2016 14:19]

Report message to a moderator

 
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Read Message
Previous Topic: [Solved] Instant Upp crash on char input
Next Topic: Parser error: Unterminated string
Goto Forum:
  


Current Time: Mon Apr 29 18:09:10 CEST 2024

Total time taken to generate the page: 0.02062 seconds