[NEWBY] Why am I getting a segmentation fault Programming Software Development by alzamabar Hi all, I'm an Assembly newby and am studying Jeff Duntemann's book on programming Assembly … Newby in C++ Programming Software Development by viovicente Hey ahm Im newby when it comes to C++ ahm can anyone help me, 'cuz I can't find answers for some of my questions, I actually go to youtube mostly but most of the videos there is not more satifying.. hehehe.. thanks. Say hi to newby benobi1 Community Center Say Hello! by benobi1 Good day you all i am newby benobi1 let me tell you about myself..... (sorry but myu … Re: [NEWBY] Why am I getting a segmentation fault Programming Software Development by Salem Is it really a sandbox? Because if it isn't, your test just runs garbage until it hits a problem. Try adding [CODE] MOV eax,1 ; Code for Exit Syscall mov ebx,0 ; Return a code of zero int 80H ; Make kernel call[/CODE] to the end of your 'sandbox' test. Re: [NEWBY] Why am I getting a segmentation fault Programming Software Development by alzamabar Well the "sandbox" was without the instructions. Basically the "real" sandbox is as follows: [CODE] ; Executable name : ; Version : 1.0 ; Created date : ; Last update : ; Author : Marco Tedone ; Description : A template to create sandbox programs ; ; Build using these commands: ; nasm -… Re: [NEWBY] Why am I getting a segmentation fault Programming Software Development by Salem Does the empty sandbox crash? Re: [NEWBY] Why am I getting a segmentation fault Programming Software Development by alzamabar Yes, with a segmentation fault Re: [NEWBY] Why am I getting a segmentation fault Programming Software Development by Salem Not much of a sandbox then is it, if an empty one crashes. Better re-read the notes again to see if you missed something. Re: [NEWBY] Why am I getting a segmentation fault Programming Software Development by alzamabar This is the code which comes with the book: [CODE] section .data section .text global _start _start: nop ; Put your experiments between the two nops... ; Put your experiments between the two nops... nop [/CODE] If I run it I get a segmentation fault. Can you run it? What do you get? Re: [NEWBY] Why am I getting a segmentation fault Programming Software Development by Jeff Duntemann Jeff Duntemann here. In my book, the "sandbox" idea is *not* a java-style sandbox (I chose the wrong word there; "test bench" might be better) but a very simple framework within which to execute one or only a few instructions while single-stepping them in the debugger and watching register and memory values change. The sandbox … Re: Newby in C++ Programming Software Development by Moschops Have you tried checking the value of the variable to see if it changes? That's a complete guess, but since you haven't actually asked any question, I've got very little to work with. http://www.daniweb.com/software-development/cpp/threads/78223/read-this-before-posting-a-question Newby Community Center Say Hello! by willemsteyn I specialise in web development, e-commerce applications, payment gateways and also run my own IT company - payment gateway provider. Skills include SQL, BizTalk, VB.Net, C#, ASP.NET, ASP, HTML, Jscript. Re: Newby Community Center Say Hello! by selfhelpebooks Hello, Nice list of skills. Welcome, by the way. Re: Newby Community Center Say Hello! by willemsteyn Hey - thanks! Our main focus is on e-commerce and our online payment gateway for c/card transactions - hence the mix of skills.See us at [url]www.pricetag.co.za[/url]. Regards, Willem Steyn Re: Newby Community Center Say Hello! by zandiago Glad to have you here! newby Community Center Say Hello! by jasfagan hi Jim here just joined today. 76 years of age have a few health probs. now retired and spend quite a time on internet. i do some art and play some instruments as hobbies. married to margaret 45 years. that will do for now. Jim Re: newby Community Center Say Hello! by AOYB Well simply put , the reason I am here is a bit foggy, on my 47 year old mind. Things I'm thankful for is my Wife Hollie and a very fulfilling Creator as a machinist. Ya I make things. Mastercam and web site manipulation. I need a solution to a issue , I want to share a file server with a lan connected box, and program called Mastercam , the … Re: newby Community Center Say Hello! by jasfagan hi AOYB, nice to meet you, afraid i cant offer much help to your problem. I can use cam etc buit dont get too technical. keep in touch cheers jas Re: newby Community Center Say Hello! by AndreRet Welcome to all the nebies at Daniweb.:) Comes to show that age has nothing to do with typing and clicking away...;) Re: Hi Everybody! Newby all over again! Community Center Say Hello! by El Guapo … (in fact, eyes!), if you were me,as a TOTAL newby, where would you start jb? Obviously I need to find… Re: JQuery Newby - PHP echo's not working Programming Web Development by yanwick … well in Xampp server. I think, because i'm a newby. The problem here seems to be with JQuery, and not… Newby girl needing desparate help Programming Software Development by NewbyChic I am stuck on this big time, I have been floundering here for like 4 hours and if anyone can help I would be SO grateful, I have this program that I have to write that I cannot grasp. I know ya'll dont like to have us noobs posting our "homework" in here but I am taking this online and my instructor sucks. Any helpful tips or expert … Re: Newby girl needing desparate help Programming Software Development by server_crash Don't worry about being a "noob". We all have to start somewhere. Start out with a BufferedReader to read from the command line: BufferedReader br = new BufferedReader(new InputStreamReader(System.in)); Once you have that, then you can read the product number and that good stuff. Then just use a switch statement to test the … Re: Newby girl needing desparate help Programming Software Development by NewbyChic This is it so far without testing, what do you think? Sorry if its hard to read, havnt done any commenting or anything yet. import java.io.*; public class Sales { public static void main(String[] args) { double total = 0.0; BufferedReader br = null; try { br = new BufferedReader( new InputStreamReader(System.in)); boolean … Re: Newby girl needing desparate help Programming Software Development by server_crash Looks really good. I wouldn't change much at all. The only thing I would do is put the close() method in a finally clause, and add a decimalformat instance to the mix. Something like this: [Code] import java.io.*; import java.text.*; public class Sales { public static void main(String[] args) { double total = 0.0; … Re: Newby girl needing desparate help Programming Software Development by NewbyChic Thanks for the pointer! newby wants messenger type login options Programming Web Development by davidmo Hi, thanks for taking the time to read this. :cheesy: I am only new to asp.net and use version 1.1 :o I want to give my users the three options that messenger gives: - :eek: Remember me Remember my password Log me in automatically but I would need to save the results locally? I think. :confused: Can someone help with some code … Re: newby wants messenger type login options Programming Web Development by f1 fan cookies Newby with a Problem...or Two! Community Center Say Hello! by SilverMaggie Hello all! I stumbled upon this site because I am having strange problems that I suspect were caused by spyware. My desktop is GONE, when I attempt to print something nothing happens, no error message or anything. There are other problems but one thing at a time! I am running Windows XP SP2 I'll go post this where it belongs.... Re: Newby with a Problem...or Two! Community Center Say Hello! by happygeek Good luck in sorting your problems out, if anyone can help then the DaniWeb community can.