Procedural programming is a term used to denote the way in which a computer programmer writes a program. This method of developing software, which also is called an application, revolves around keeping code as concise as possible. It also focuses on a very specific end result to be achieved. When it ...

learn more… | top users | synonyms

0
votes
1answer
53 views

Texture Randomly Generated and Sized Rects

I'm making a game (libgdx & box2d) with randomly generated planets having skyscrapers on them - see image below. The Skyscrapers are random in their position, width and height. I'm now looking ...
1
vote
5answers
96 views

How to convert a function from PHP Procedural to PHP MVC?

I have this function on my View Page, which truncates some data to present it on my table. function truncate($mytext) { //Number of characters to show $chars = 100; $mytext = ...
2
votes
2answers
75 views

PHP: proper function call from $_REQUEST

I've been reading a project (not based on any PHP framework) and I met the following (procedural) code on nearly every PHP file that responds to user requests (either $_GET or $_POST). if ...
1
vote
1answer
76 views

Regarding approach to solving sliding tiles puzzle

I have started reading "Think Like A Programmer" by V Anton Spraul. Here is the question. The train technique mentioned in the book works fine for the example sighted in it. I was attempting to ...
4
votes
3answers
90 views

Converting procedural PHP into object-oriented PHP

I currently have a fairly large application written entirely with procedural PHP. I am looking to further my PHP experience and recode a majority of my application using object-oriented techniques. ...
2
votes
2answers
53 views

algorithm for block generation from nodes and relationships

I have list of nodes and lines between them, it looks like this: What I need is to generate blocks, in this case it would be like this: block1:1,2,14,11 block2:2,13,12,14 block3:2,3,4,5,6,12,13 ...
0
votes
1answer
160 views

How to build a Control Flow Graph (CFG) from a JSON object (AST)

I want to build a control flow graph (CFG) from an AST given in JSON format. So this AST is automatically created in TouchDevelop against each script. And TouchDevelop is not Object Oriented ...
-2
votes
4answers
50 views

I'm doing a tut, but I cant understand this syntax [closed]

I normally write oop code, thats probrably why I never saw this way of coding. I dont understand the syntax in the multidemensional array below, why is [$obj->id]['label'] not just ...
4
votes
2answers
313 views

Why is object oriented PHP with mysqli better than the procedural approach? [closed]

I have been using the procedural approach with mysql* until recently. Now I want to shift to mysqli and object oriented approach. Many online resources and books state that OOP is better than ...
2
votes
2answers
209 views

How to use append-map in Racket (Scheme)

I don't fully understand what the append-map command does in racket, nor do I understand how to use it and I'm having a pretty hard time finding some decently understandable documentation online for ...
1
vote
1answer
134 views

Console VB.NET: File Processing - Search file for a specific number and output record

Hello I am building a console application in VB.NET that reads a record file and outputs it to the user. I have gotten the program to output all of the records to the console but I cannot seem to get ...
0
votes
1answer
41 views

Error handling technique for procedural hardware programming

I am writing a C++ code that controls a special device that is the fusion of several SDKs. My code looks like #define sdk1SafeCall(err) __sdk1SafeCall(err,__FILE__,__LINE__) int errorcode = 0; ...
2
votes
3answers
76 views

How would I 'spawn' or instantiate multiple creatures procedurally?

When I decided to teach myself to program, I started with Java. And although I'm familiar with writing simple procedural software (mostly in PHP), I've recently come to realize that for more complex ...
4
votes
3answers
91 views

Why distinction between expression and statement

In lots (actually all I've ever used) of functional languages there is no distinction between a statement and an expression and the last value of each code block is the "return value" of the block. On ...
-1
votes
2answers
477 views

Way to apply font style and size to Excel worksheet column of text based on content?

Problem I have an Excel worksheet with a column of text which is data, and some rules in mind for what text values should be formatted with what font and font size. Specific Example Cell A1: "Text" ...
1
vote
3answers
199 views

Object oriented code for populating a value object

This is a low level design question. I am trying to get a grip on Object Oriented programming. I am writing a Java class with a method that sets values of data members of a value object. These values ...
0
votes
1answer
75 views

Binding in Procedural Code

I’m trying to convert the following xaml code to procedural code. <docking:ToolWindow Title="{Binding ElementName=errorListView, Path=Items.Count, StringFormat={}Error List ({0}), ...
-1
votes
1answer
151 views

Architecting a PHP application from procedural to Object Oriented [closed]

I am working on a CMS application which has been written in procedural style of php programming.But now as the new features are to be added,it becomes difficult to handle some parts as the ...
0
votes
2answers
72 views

Javascript - How do I update variable after it's been set procedurally?

I have a variable defined at the top of my function and a JSON object referencing that variable directly beneath that. A click event, a few loops and an anonymous functions later I update the value of ...
0
votes
1answer
86 views

Procedural approach in JavaScript

I recently watched a javascript video tutorial containing a similar code to this one: (function (){ var b = 10, c = 20, d = 50; var e = function(){ return b + c + ...
6
votes
0answers
103 views

return on negative condition vs if block [closed]

If I have a function which should perform an action on some condition, and returns null instead, which is cleaner: def func(): if not condition: return None [...] return asd or ...
2
votes
0answers
222 views

What is the best way to learn and master Python, from a procedural programmer perspective? [closed]

I am Mathematician and I currently work mainly on Operations Research field, building algorithms for solving Mathematical Programming or Optimization problems. I learnt Fortran, Pascal and C (oh, and ...
1
vote
2answers
256 views

Custom error handler to handle errors inside and outside Object code

I do know there are already many questions on Stackoverflow related to custom error handlers. But, after reading many of them, as well as the PHP manual, I am still unable to solve my problem. Thus I ...
1
vote
1answer
122 views

Switch vs Classes for flow control in PHP

Recently, I wrote a simple web application. I currently have. A static page which serves the html markup and the resources I need A javascript routing handling mechanism which communicate with the ...
2
votes
2answers
176 views

Alternative to polymorphism in non-OOP programming?

Assume we have a drawing program with different elements, such as circle, rectangle, triangle and so on. Different kinds of objects that will all need similar function such as draw() to display ...
1
vote
1answer
245 views

What GUI libraries are not object-oriented? [closed]

I have been using C a lot lately, and want to explore programming more than just console applications. However, most GUI libraries are object-oriented, and it is very difficult to program with them in ...
0
votes
2answers
106 views

Jquery/javascript: Unwanted duplicate function when loading page

I have a web application that is based on the users creating certain divs through a click function. When the user adds a div I also give them the ability of deleting said function. Each time the user ...
0
votes
4answers
513 views

Substitute for Visual FoxPro

Well I really don't know if I should post this question here but... Well I would like to know if there's a substitute for Visual FoxPro. The last version is the 9.0 With the language FoxPro 3.0 so, I ...
0
votes
1answer
174 views

Procedural Programming and data exposure

Is it fair to say that the following statement is not exactly correct, considering that in procedural programming you can have local scope? "In procedural program, data is exposed to the whole ...
0
votes
2answers
54 views

Procedural language plugin for PHP code

I'm developing a web-based application for modelling and analysis of some manufacturing processes. I need to use capabilities of something like PL language in my PHP code. Is there any plug-in for ...
0
votes
2answers
2k views

procedural generation of spaceship sprites

I've been researching this topic for a couple of days and have an idea how how it might work, but I thought I'd post here for some other ideas. What I'd like to do is generate spaceship ...
0
votes
1answer
612 views

Good examples of object-oriented vs. procedural design

I keep reading that object-oriented programming can basically be done in any programming language, and that in order to do so, explicit language support is not required. I.e. one can write ...
0
votes
2answers
472 views

Objects without classes - data model in 'clean C' [closed]

I've worked with C++ on some medium-sized project, but I have never did any serious programming in C. Having read this article I've started wondering how I could use C++11 without classes and ...
0
votes
1answer
243 views

Does procedural language have design patterns?

In my experiences, I often see some design patterns such as visitor patterns, strategy pattern,... in object oriented languages like Java... But I haven't seen much patterns in procedural languages ...
-1
votes
4answers
731 views

How to solve this peculiar nested for loops exercise?

I've been studying C programming for a while and I've stumbled on this exercise I can't seem to solve: Write nests of loops that cause the following output to be displayed: 0 01 012 0123 01234 ...
-7
votes
1answer
292 views

what kind of programming technique in this coding? (procedural, or structural) [closed]

I'm confusing about programming technique in PHP, when I do a coding, I just made it right away (trial and error). currently, I'm finishing my final assignment in my college, and I should explain ...
0
votes
1answer
267 views

GOTO, CONTINUE, BREAK in procedural programming, how do they effect state?

In my attempt to gain a better knowledge of procedural programing, both for practical and academic use I am trying to clarify the effect CONTINUE and BREAK statements have on state. I have come to ...
0
votes
1answer
199 views

MVC Razor Display Data in Groups

I keep falling back to procedural programming when displaying data in groups and I am sure that there must be a better way. Your thoughts? //Example: Sales by Region @{ string _Region = ""; ...
0
votes
1answer
72 views

Order of declaration of struct changing the output

I am unable to understand the weird behavior of this program. I have 2 files, file1.c and file2.c file.c is #include <stdio.h>struct ll { int key; struct ll *next; }; extern void func(struct ...
-2
votes
1answer
105 views

How could we experience the power of object oriented programming in procedural language? [closed]

As we know that the Object oriented programming language has lots of benefit.But in same implementation procedural language like C do not have any alternative like realtime applications. So can we ...
2
votes
4answers
179 views

Are there advantages to the C approach over the C++ approach at times? [closed]

I've been mulling this over in my head lately. Most of us are well aware that in C, in order to create a struct, you normally prefix it with a typedef to avoid calling the struct keyword before ...
8
votes
3answers
286 views

API — CFC vs. cfinclude

So the company I work for has quite an unorganized approach when it comes to our site. All of our scripts are procedural with cfincludes thrown within. I've been wanting to organize this into an ...
2
votes
2answers
142 views

How to port a Procedural project into an OO project

I have a small PHP project (about 3000 lines) and I need to make a BASIC UML model of it, starting with cases of use diagram, sequence diagram and states diagram, probably classes diagram, and maybe ...
0
votes
3answers
485 views

Is OOP necessary in PHP sites, can't I just apply its concept to procedural code… cake and eat it?

I know theres countless questions about the difference between OOP and procedural, when to use either and whether the benefits outweigh the extra overhead, learning the syntax, inheritance confusion, ...
1
vote
3answers
89 views

Handling errors when refactoring procedural code

I was handed some C code that basically consists of a big main() function. I am now trying to unfold the method into smaller functions, to make clearer the code's intent. I am having some trouble, ...
0
votes
2answers
101 views

Are cursors ever really the “right” choice?

Sometimes procedural programming is absolutely unavoidable when processing data. I am currently working on optimizing some legacy code. It uses a cursor, 63 pairs of IF/ELSE statements and ...
6
votes
3answers
475 views

advantages of stateful programming? [closed]

i was wondering about the benefits of stateless programming, and found someone who shared my question: Advantages of stateless programming? as i read through the answers though, it made me curious ...
2
votes
0answers
189 views

PHP OO Performance when generating thousands of an object type [closed]

I've been reading the Matt Zandstra PHP Object Oriented Designs and Patterns and quite liked an idea but was wondering how it effects PHP Performance when you create hundreds maybe thousands of them. ...
2
votes
2answers
688 views

Smoothing issue with Diamond-Square algorithm

I am using the diamond-square algorithm to generate random terrain. It works fine except I get these large cone shapes either sticking out of or into the terrain. The problem seems to be that every ...
0
votes
1answer
144 views

OZ Programming language: Boolean guard

I am taking a subject at school which require us to use the Mozart Programming Interface. I do not really think much of it so far. But anyways, here is the question: In OZ you are only allowed to ...

1 2 3