Tagged Questions
The structure tag has no wiki summary.
39
votes
15answers
2k views
How to increase my “advanced” knowledge of PHP further? (quickly)
I have been working with PHP for years and gotten a very good grasp of the language, created many advanced and not-so-advanced systems that are working very well.
The problem I'm running into is that ...
24
votes
17answers
2k views
Good practices in writing code?
I am an engineering student, not computer science though, and have been coding in Matlab for like 4 years. However only recently I have experienced writing long codes, or the need for connection of ...
19
votes
8answers
29k views
Structure Constructor in C++?
Can a struct have a constructor in C++?
I have been trying to solve this problem but not getting any syntax.
17
votes
7answers
648 views
Haskell shying away from probabilistic data structures?
If you search for skips lists implemented in Haskell, you won't find many. It is a probabilistic data structure needing a random number generator, meaning that any of these structures would need to ...
16
votes
5answers
487 views
Is a member of an rvalue structure an rvalue or lvalue?
A function call returning a structure is an rvalue expression, but what about its members?
This piece of code works well with my g++ compiler, but gcc gives a error saying "lvalue required as left ...
12
votes
2answers
213 views
Best algorithm for efficient collision detection between objects
I'm confused. Well not confused, so much as not wanting to do 6 test programs to see which algorithm is the best. So I thought I'd ask my expert friends here at SO to give me the benefit of their ...
11
votes
18answers
2k views
How should I rewrite a very large compound if statement in C#?
In my C# code, I have an if statement that started innocently enough:
if((something == -1) && (somethingelse == -1) && (etc == -1)) {
// ...
}
It's growing. I think there must ...
11
votes
9answers
1k views
How can I learn to write well-structured programs in Perl?
I've started learning Perl but most of my former programming experience has been in languages that emphasize object oriented programming such as C# and Java. All the Perl examples I have found tend to ...
10
votes
4answers
466 views
Lock free & Thread-Safe IList<T> for .NET
Is there a lock-free & thread-safe data structure that implements IList?
Naturally by lock-free I mean an implementation that makes no use of locking primitives in .NET but rather uses ...
10
votes
3answers
3k views
C# P/Invoke: Marshalling structures containing function pointers
Sorry for the verbose introduction that follows. I need insight from someone knowing P/Invoke internals better than I do.
Here is how I'm marshalling structures containing function pointers from C to ...
9
votes
2answers
174 views
Management and structure of a growing .NET project
We're building a .NET software platform for test automation for in house use in our company.
The application is composed of a GUI (WinForms) component, and various "Actions" that are dynamically ...
9
votes
5answers
149 views
java library to maintain database structure
My application is always developing, so ocasionally when the version upgrades some tables need to be created/altered/deleted, some data modified (generally some sql code needs to be executed). Is ...
9
votes
6answers
362 views
methods in constructors, bad?
I have a windows form, and I have a class that checks a text file to make sure it has certain aspect. Now I have methods in a constructor and it seems a little weird. Should I just leave the ...
8
votes
1answer
179 views
Help needed with program structure/design [closed]
I've tried to describe the application I'm building in a much detail as needed, so I apologise in advance for the essay!
I'm in the process of designing and building a fairly large music application, ...
7
votes
2answers
1k views
Fast, templated, C++ Octree implementation
I've been searching high and low (mostly on google) for a fast, efficient, templated (ie. with STL-like properties) octree implementation, without success. I want to use this in the context of a 3D ...
7
votes
1answer
823 views
Working with Node.JS
Last night I dump windows 7 and formatted my hard driver to port to a Linux based operating system, Purely for the reasons that I wanted to start working with Node.JS
So I have installed Node.JS and ...
7
votes
6answers
450 views
C# array with capacity over Int.MaxValue
I was wondering if there is any structure in C# that can contain more than Int.MaxValue's restriction of 2,147,483,647 items, in case of really large sets of information. Would this have to be done ...
7
votes
3answers
640 views
How to export the definition of an R object to plain text so that others can recreate it?
Let's say you have this data in R, and you want to post a question on stackoverflow. For others to best help you, it would be nice if they could have a copy of your object (dataframe, vector, etc) to ...
6
votes
4answers
189 views
C/C++; returning multiple data items from a function
I am confused on a couple homework questions I have...
Can you return multiple data items from a function by using return()? Can a function only return one value, unless it is a pointer to an array?
...
6
votes
2answers
225 views
Structure deep copy
This may be a very basic question but somehow it got me tricked... when I write test code, it seems to work, but something is going wrong in production.
// Header file
#define length 100
typedef ...
6
votes
3answers
185 views
“using” statement locations within namespace declarations [closed]
Possible Duplicate:
Should Usings be inside or outside the namespace
I'm supporting some code that, unusually, has all its using statements contained within the namespace declaration. It ...
6
votes
1answer
467 views
How can I move variables into and out of a structure akin to LOAD and SAVE in MATLAB?
Is there a quick way (i.e. one line) to dump a collection of variables "in" a structure, using the variable names as the structure fields? The "load" function basically does this but saving and ...
6
votes
2answers
563 views
Where should utility functions live in Django?
Where should utility functions live in Django? Functions like custom encrypting/decrypting a number, sending tweets, sending email, verifying object ownership, custom input validation, etc. Repetitive ...
6
votes
2answers
920 views
Pass array of structs from Python to C
[Update: Problem solved! See bottom of the post]
I need to allow python developers to pass an array of packed data (in this case vertices) into my API, which is a series of C++ interfaces exposed ...
6
votes
2answers
162 views
What is the <appname>.rb file in /lib typically used for in a Ruby project?
In reference to this question: http://stackoverflow.com/questions/614309/ideal-ruby-project-structure I noticed that appname.rb is in lib, and is top level.
I was reading through a little of the Rake ...
6
votes
5answers
7k views
java.util.zip - Recreating directory structure
While trying to zip an archive using the java.util.zip I ran into a lot of problems most of which I solved. Now that I finally get some output I struggle with getting the "right" output. I have an ...
6
votes
1answer
492 views
When to include sub-items in RESTful resource representation?
RESTful design seems to advocate flat or shallow structured representations (at least when resources are represented as XML). A resource representation should contain just the resource, which the URI ...
6
votes
7answers
919 views
How do you manage your Django applications?
I just wanted to try to build a project with django. Therefore I have a (basic) question on how to manage such a project. Since I cannot find any guidelines or so on how to split a project into ...
6
votes
3answers
412 views
how do you know how to design a mysql database when creating an advanced php application?
i've never created a shopping cart, or forum in php. aside from viewing and analyzing another persons project or viewing tutorials that display how to make such a project or how to being such a ...
5
votes
4answers
124 views
Delphi - What object (multidimensional array, etc) will work?
I have a need to keep the top ten values in sorted order. My data structure is:
TMyRecord = record
Number: Integer;
Value: Float;
end
I will be calculating a bunch of float values. I need to ...
5
votes
2answers
132 views
Is there a “Tree Structure Editor” for Lisp?
I've heard that S-expressions can be represented as trees; for example (f 1 (g 2) 3) as
.
. . . .
f 1 . 3 [first level]
g 2 [second level]
Is ...
5
votes
3answers
179 views
insanity is free()
In my simple C program (gnu linux) I am getting the rss value from proc/stat.
int GetRSS() returns the RSS value from proc/stat for my process.
In this instance:
printf("A RSS=%i\n", GetRSS());
...
5
votes
3answers
280 views
Directory layout/structure for large iPhone/iPad projects
This may sound like a bit of a silly question- but do any of you have any "preferred" methods of keeping a large iPhone/iPad project organized? More specifically, any type of strict directory/layout ...
5
votes
3answers
106 views
Setting up an EF application's structure
I'm working on a prototype EF application, using POCOs. Mainly as an introduction to the framework I'm wondering about a good way to set up the application in a nice structure. Later on I'm planning ...
5
votes
1answer
171 views
How does one structure a CMS?
So I am making a CMS, a gallery script via Object Oriented PHP. Anyways, the problem is now that I have the basic layout for the objects and such to the point where I need to start putting together, ...
5
votes
3answers
112 views
MySQL structure :: Friendships
Many people say that I should create a friendships table(userid , friendid).
My question is:
Won't there be a double record for every friendship ? like:
12 is friend with 5
+
5 is friend with 12
...
5
votes
4answers
325 views
Java Swing programming structure: are listeners supposed to be the source of almost all Swing components?
My question boils down to this: is it standard structure in Swing programming to give listeners control over new components (e.g a new JPanel) for display and input, and to give that new component's ...
5
votes
2answers
220 views
ะก structure initialization
How can I initialize a structure if one field in the structure is itself a structure?
Thank you.
5
votes
6answers
265 views
Which SQL command can I use to see the structure of a table on SQL Server?
I have a table on a SQL Server and I would like to export its structure to send to a colleague. Which SQL command should I issue to get the structure? I don't have access to the SQL Server Management ...
5
votes
5answers
818 views
Difference between pointers to variables, and pointers to structures in C
In learning C, I've just begun studying pointers to structures and have some questions.
Suppose I were to create a structure named myStructure, and then create a pointer myStructurePointer, ...
5
votes
9answers
3k views
Allocating memory for a Structure in C
I'm tasked to create a program which dynamically allocates memory for a structure.
normally we would use
x=malloc(sizeof(int)*y);
However, what do I use for a structure variable?
I don't think its ...
5
votes
5answers
957 views
how to organize all js, css, php and html code?
Now I know that you can use OOP and MVC to organize, but that is just for PHP.
Let's say, I add a new window that pops up when a user clicks on a link and it displays a form with JS validations and ...
5
votes
4answers
483 views
Size of a structure in C [closed]
Possible Duplicate:
Why isn’t sizeof for a struct equal to the sum of sizeof of each member?
Consider the following C code:
#include <stdio.h>
struct employee
{
int id;
...
5
votes
10answers
420 views
Why is that data structures usually have a size of 2^n?
Is there a historical reason or something ? I've seen quite a few times something like char foo[256]; or #define BUF_SIZE 1024. Even I do mostly only use 2^n sized buffers, mostly because I think it ...
5
votes
2answers
7k views
How to sort structure arrays in MATLAB?
I'm working with an image retrieval system using color histogram intersection in MATLAB. This method gives me the following data: a real number which represents the histogram intersection distance, ...
5
votes
2answers
602 views
How do I load example datasets in R?
Let's say I want to reproduce an example posted on StackOverflow. Some have suggested posters use dput() to help streamline this process or one of the datasets available in the base package.
In ...
5
votes
9answers
3k views
5
votes
4answers
3k views
XML to C struct and C struct to XML
I like to do my server side programming in C, but need to inter-operate with some XML.
What I need to write is some function that, given a C structure, or nested structure, and another structure (or ...
5
votes
5answers
1k views
Where can I find information on the structure of the Delphi VMT?
The System.pas file contains a fair amount of information on hard-coded VMT offsets, but it doesn't seem to actually say much about the structure of the VMT itself. What I'd really like to know is, ...
5
votes
7answers
770 views
How would you structure a forum's DB schema?
I'm building a little forum for practice. I see that forums like phpBB store the thread text in a separate table.
Why? Why not store it all in the same table?
Something like:thread_id, thread_date, ...