Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~652 People Reached
Favorite Tags
Member Avatar for xeption12

hello guys, what is the difference between padding and margin in css? isnt the same thing?

Member Avatar for hudonkotel
0
108
Member Avatar for xeption12

hi there :) i'm currently practicing with the recursive backtracking method by trying to solve all the suggested problems... one of them says: find all the solutions for the next ecuation: 3x + y + 4xz = 100 so the solution would be of type S={(x,y,z) | x,y,z belonging to …

Member Avatar for xeption12
0
126
Member Avatar for xeption12

Can anyone please help me with an answer? I have Intel Core 2 Quad Q6600 2.4 Ghz processor and i've downloaded PC Wizard 2008 to see information about computer (especially for CPU usage and temperatures). The problem is (it isnt actually a problem ... ) why when using Borland C++ …

Member Avatar for xeption12
0
146
Member Avatar for xeption12

hi there :) recently i have started to learn xml and xsl and i have some questions if you dont mind :) ... 1. xml:if elementes and predicates aren't the same thing? 2. xml+xsl are only to replace html + css? 3. in what fields do you apply xml+xsl? only …

Member Avatar for Fungus1487
0
77
Member Avatar for xeption12

Ok i'm trying to build a header file which then i can include it for programs that use singly linked lists but somthing is fishy here...: here's the code [CODE]#include <iostream.h> struct nod { int info; nod* next_adr;}; void add(nod* &v, nod* &sf, int val) { nod *c; if(v==0) //if …

Member Avatar for xeption12
0
89
Member Avatar for xeption12

Hello there :) I have recently started learning lists in C++, and I just do not understand what is the advantage of lists over arrays? I only see disadvantages, like: they're harder to implement, harder to manage, a little bit confusing, and so on... So, i know i'm a n00b …

Member Avatar for Jishnu
0
106