Skip to main content
0 votes
2 answers
83 views

I wonder what the best practice is for handling optional calls, special cases etc. within procedural code (PL/SQL without OOP). We have a program with lots of configuration and things that will or ...
gobnepla's user avatar
  • 644
1 vote
1 answer
605 views

In one class of my Structured programming course, the teacher told us that there are 3 way to decompose the problem to structured programming: Functional decomposition Algorithmic decomposition ...
Margaret Nguyen's user avatar
1 vote
0 answers
23 views

I have a question that my teacher asked me and I could not find the answer, I am still searching in pdf for public institutions how mit (which are public), utn or related, if anyone can answer me or ...
AR14's user avatar
  • 19
-1 votes
1 answer
913 views

I think structured programming is such a programming which can be divided into some module to make a program easy. (If I am wrong then kindly inform me make the correction of the concept) But C ...
Evan Shareef's user avatar
0 votes
0 answers
34 views

I have been doing some performance checks on mutable and inmutable lists. I have created following test. The test is very simple and I would like to have a notion on what aspects should I take in ...
ouribeb930's user avatar
-2 votes
1 answer
203 views

Please help I got a task from my structured programming lecture to convert integer number to readable number and convert readable number to integer. for example : input 499 output four hundred ...
Kevin M's user avatar
  • 61
-1 votes
1 answer
131 views

Further elaborating on the question, I am a freelance developer, I have been adopting structured PHP for years, and now every time I work on a project I feel that I'm doing something wrong, or not ...
Fares Shawa's user avatar
1 vote
1 answer
128 views

This is what I mean by a for-while loop: for (<init>; <update>) <body> while (<test>); It roughly translates to: <init> <body> while (<test>) { <...
Aadit M Shah's user avatar
  • 74.5k
1 vote
3 answers
189 views

I'm not a pro. I have my business web site that has grown from 5 files to 300 files. My css file is now about 800 lines long, and it's getting difficult to manage. I've got a certain amount of ...
Sherwood Botsford's user avatar
-1 votes
1 answer
983 views

We have code which was written using Non-Object oriented programming and we would like to do unit testings. I've seen easy Unit Testing over Object Oriented Code in Visual Studio but I've not found a ...
Matias's user avatar
  • 589
0 votes
1 answer
677 views

What is the difference between structured programming and object oriented programming?
user avatar
1 vote
1 answer
2k views

I have a FORTRAN 95 code where, in the main program, these variables are declared: integer :: i real(8) :: dx real(8), allocatable :: X(:), Y(:), Z(:) The following ...
Steve's user avatar
  • 41
1 vote
1 answer
104 views

Maybe it's foolish question, And I want to implement some utils functions using OOP in PHP, instead SP (Strudtured Programming), but with uses like SP. An example: class A { public static function ...
user avatar
5 votes
0 answers
193 views

Situation: You have a nested loop, and you need to break out of it. Let's take this classic example (classic because it came from Goto Considered Harmful Considered Harmful): Given a 2-dimensional ...
leewz's user avatar
  • 3,366
0 votes
1 answer
70 views

I have some problems and I hope you will understand me and what I want and I hope you can help me. So, I started to program a project for many moths ago. I want to start a little gaming community. I ...
hookieV2's user avatar

15 30 50 per page