C and C++

Moderators: None (Apply to moderate this forum)
Number of threads: 28630
Number of posts: 94612

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
need help asap Posted by theedets on 6 Aug 2012 at 9:20 AM
ok so i have this code that im trying to understand and alter for later. Im stuck on a certain section of the code and was wondering if anyone could possibly explain what its doing. i am VERY new to programming and especially C, so the simpler the explanation the better.

def BFI_Calculation(float inp_TS, float inp_FS, float inp_n1, float inp_n2)
{

		 //inp_TS = 73.2;
		 //inp_FS = 118;
		 //inp_n1 = 2;
		 //inp_n2 = 1;

		 model_id = 0;

		 ngroup_name = "n_bfi_NSET";
		 ngroup_name = ToUpper(ngroup_name);
		 egroup_name = "el_bfi_ELSET";
		 egroup_name = ToUpper(egroup_name);

		 //filename = "/home/example_str_1.odb";/arthur/

		 CycleElements();
}




 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.