2
votes
4answers
124 views
VC++ ‘Generating Code’, what does it mean?
WHen compiling in visual studio the compiler outputs this at what seems to be its own discretion:
1>Generating Code...
what is it doing here exactly?
4
votes
3answers
120 views
Oldest code in a typical Linux distro
Just out of curiosity: What's the oldest code/package in a typical linux distro? Emacs? GCC?
0
votes
2answers
38 views
UML Code generation tool in c#
Hi Friends,
Please suggest me any opensource tool to generate C# code from UML designer,Or any plugin
to generate code from visualstudio.
My requirement is to have a code generat …
0
votes
2answers
50 views
Clean-rooming when software testing
I want to examine exactly how my code operates when using other libraries to which I do not have the code for. Whilst I can do this online (i.e. with FileMon, RegMon and TCPView fr …
3
votes
5answers
65 views
Easy Ruby libraries to understand for beginner
Hi. I'm at the point in learning Ruby where I'd like to look at some small-ish libraries' source code to see how they were built. I do not know what is considered a small library b …
0
votes
0answers
8 views
Using SYSTEM namespace in the unmanaged code
Hi,
I want to use System namespace in my unmanaged(C++) code without changing the Clr(common language run time support) settings, to check files security permissions.
Is it possib …
0
votes
1answer
23 views
Editor with design view?
There are editors better than dreamweaver in some cases but because most of them dont have html/code design view, i resort to dreamweaver.
Does anyone know any other code editor h …
0
votes
4answers
39 views
How to print code on html
I want to display code characters on an html page. But no matter what i try it always renders html characters. Pre or code doesnt work. How can I do this?
-6
votes
4answers
100 views
Where is 7-Zip’s compression source code?
I need the source code for the compression used in 7-Zip. Does anyone have a link?
1
vote
3answers
84 views
iPhone AppStore Build : Code signing problem
Hello you iPhone guys,
I have been using your knowledge that you share on stack overflow through my various Google Searches regarding iPhone development. Thank you for the same.
…
0
votes
1answer
20 views
Eclipse setting for generating getters and setters insertion point last member
It really annoys me already now... I can not find the setting to have by default insertion point at last member.
Why? Generating getters and setters would then be:
ALT+SHIFT+S -> …
0
votes
2answers
37 views
iPhone and printer integration Sample code/API for custom App development
Hi Friends,
My recent engagement demands a printer integration using iPhone. The app will
• Generate a PDF with the collected data
• Print the same when user clicks print bu …
0
votes
1answer
24 views
Upload a file to Google Code Hosting with PHP and fsockopen().
Hi,
Google Code Hosting has the ability to upload files to it remotely. I've been trying to program a script in PHP which uploads files to my account. Here's the script itself:
& …
0
votes
1answer
42 views
Code sign Error
Hi Friends,
I have created a new iPhone application.I have two mach machines. I have created the certificate for running application in iPhone in one mac. Can I use the other mac …
2
votes
6answers
101 views
Who judges and keeps the quality of the code within a team of programmers?
Hi,
Even there are some coding conventions in a software development team, if there are more than 7-8 people coding on the same solution, who or what mechanism assures the standar …
