Search results

  1. APalley

    A question about VC++ compiling not Visual Studio

    void main is incorrect: https://www.quantnet.com/threads/exercise-1.17500/#post-136644 . You should return 0; Regarding COFF: https://www.quantnet.com/threads/rebuild-failure.16392/#post-130513
  2. APalley

    A question about VC++ compiling not Visual Studio

    What does the compile error say? You are missing a return statement.
  3. APalley

    A question about VC++ compiling not Visual Studio

    That first popup is expected. You should click 'yes'. The second popup is telling you there was a compile error -- there is something incorrect with your code (you should click 'No' since there is no 'last one' yet). You should then check the build screen to see what the error is. You need to...
  4. APalley

    A question about VC++ compiling not Visual Studio

    There is no reason you should not be able to get this to work :cool: Can you post a screenshot of the issue you see as well as the exact steps you are taking to load/run the code?
  5. APalley

    A question about VC++ compiling not Visual Studio

    You cannot compile directly by opening .cpp files in vs. You must create projects and add the .cpp files into the project. You can then compile the project. Please see lecture 1 which details this process as well. If you are getting compile errors, then that means there is something incorrect...
  6. APalley

    A question about VC++ compiling not Visual Studio

    Are you creating/opening projects or attempting to compile code files on their own?
  7. APalley

    A question about VC++ compiling not Visual Studio

    I think this should be fine, but 6.0 is very outdated. What issue do you encounter with 2010?
  8. APalley

    Compile Errors != Linker Errors, BTW why do I get Linker errors?

    Out of curiosity, from where did you download this (outdated) ExcelHelloWorld program?
  9. APalley

    Sequence of Taking the Quiz and HW Submission

    Resubmissions, per the policy, are allowed until the next hw has been submitted. It is ok to take the quizzes regardless.
  10. APalley

    Is the Baruch's C++ course self-paced?

    Yes, the course is fully self-paced within the 16-week allotted to earn the certificate. Length of study depends on how much time commitment you are able to put it. Some students (who were able to commit a large amount of their day to day) have completed the course is less than 20 days while...
  11. APalley

    C++ Online Programming Course Testimonials

    VS is highly recommended. The best approach on mac would be to use a vm such as parallels. That being said, many students have used xcode and the like.
  12. APalley

    Transition from C++ to C#

    There is definitely some major differences between C# and C++ but there is no reason you should not be able to learn it pretty easily once you have a grounding in C++. I am a fan of Sams publishing (Teach Yourself C# in _ Days)
  13. APalley

    Compile Errors != Linker Errors, BTW why do I get Linker errors?

    Does your Shape destructor have a body defined?
  14. APalley

    Testing your installation of Excel for C++ course

    Are you sure it's not there but as a hidden file? Were you able to confirm manually? Keep in mind that that are likely in a different path on your machine than the one mentioned in the code. It is version specific
  15. APalley

    Final Exam Info

    Once you submit your level 9 and complete quiz 10 your TA (myself) will contact you with details of the final exam; you can then arrange a mutually good date/time for the exam which may be shortly after your expiration date if necessary
  16. APalley

    Doing course with limited Net connectivity

    Interaction on the forum is considered for bonus credit but is not essential for a good grade. More importantly, the forum is there for TAs to assist you in your learning experience. If you are confident enough that you can learn without that day to day assistance then it is not essential...
  17. APalley

    TA's Commitment

    We TAs frequent the forums throughout the day to respond to any questions students may have on the material or the exercises. We also provide detailed feedback on each exercise for each hw submission.
  18. APalley

    Compile Errors != Linker Errors, BTW why do I get Linker errors?

    Have you added it to the project? Simply having it open will not suffice. 1) Create an empty project 2) Add an existing or empty code file 3) Ensure that you have a main () 4) Compile
  19. APalley

    Compile Errors != Linker Errors, BTW why do I get Linker errors?

    Sounds great to me. Would probably make sense between levels 3&4 as a supplement
  20. APalley

    Request for info form TA

    You can always private message your TA and he will respond relatively quickly. However, course policy encourages all material related questions to be posted on the forums.
  21. APalley

    Request for info form TA

    Submissions are graded within 24-48hours. Often much quicker. Seldom a bit longer. Students post material questions on the forum where myself, assistant TAs, and other students frequent throughout every day. Therefore, you can generally expect rapid responses to your queries. Additionally...
  22. APalley

    How much of math ?

    The first 8 levels do not require any math beyond basic arithmetic/algebra. Level 9 is the application to fe. While it does utilize advanced math, it is structured so that one can successfully complete the exercises without fully understanding the math. This is because the primary focus is on...
  23. APalley

    C++ Length Questions

    There are no specific time limits per level, only for the course itself.
  24. APalley

    C++ Certificate Question

    Pre-register just puts you into the list of prospective students. If you would like to actually enroll, see this: https://www.quantnet.com/threads/c-enrollment.13366/
  25. APalley

    Good Python Book

    I like Core Python Programming by Wesley Chun.
  26. APalley

    High IQ problem

    Also known as the Dunning-Kruger effect
  27. APalley

    C++ certificate

    See
  28. APalley

    Trading as a corporation

    In what way do you expect to save on taxes, using an LLC?
  29. APalley

    Trading as a corporation

    I do not see any material benefit to doing that...What's your motivation?
  30. APalley

    Is this program hold by Baruch

    The course is part of the Baruch pre-MFE program and the certificate is issued by Baruch College.
  31. APalley

    Can I use Mac OS System to learn this course?

    I concur with Andy and Dr. Duffy above. If you need to use Mac (which students have successfully used through level 8), students have used xcode. However, this is not recommended.
  32. APalley

    confused about birthday problem question for 2 days. Help!

    Think about it like this: A is the boss, C is your colleague, and 'you' are B. Mar 4, Mar 5, Mar 8 Jun 4, Jun 7 Sep 1, Sep 5 Dec 1, Dec 2, Dec 8 B said “I don’t know A’s birthday; C doesn’t know it either.” How can B know that C does not know it? In order for C to know it offhand, the day...
  33. APalley

    Can I use Mac OS System to learn this course?

    Many students have successfully used Mac for this course, until Level 9. I believe students have used xcode.
  34. APalley

    Is there a spot in the c++ course when can I start if I purchase it right now?

    The course can be completed at each student's own pace. There is no requirement of finishing any chapter/level in a specific time period; however, there is a recommended pace (https://www.quantnet.com/posts/?post_id=90019) that students should adhere to in order to be able to complete the...
  35. APalley

    Software needed

    Not that I know of...Why not jut download it?
  36. APalley

    C++ Possible combinations help

    https://www.quantnet.com/threads/question-about-rebuild-solution-in-lecture-1-1.11314/#post-98819
  37. APalley

    Quizzes and final grade

    Hello world contains no logic, only IO. As soon as you introduce logic into your code, it can very easily fool you into thinking it is correct. Maybe your logic doesn't cover every path. Maybe it produces the correct output for the obvious case but not for a less obvious case
  38. APalley

    Posting code in Latex

    Dont use Latex for code. Use blocks (or the icon in the text box)
  39. APalley

    Best Programming first language

    While I am sure that is a useful book, I highly doubt it would be of any use to the OP right now, who is looking to begin to learn programming
  40. APalley

    Best Programming first language

    It's really a matter of opinion, but I like C++ How To Program By Deitel and also like the Sams publishing ('learn ... in 24 hours) books for quick learning. Obviously, tons of practice and attempting to code real, relevant projects is much more valuable than any book.
  41. APalley

    Best Programming first language

    C/C++. It is much more difficult for a new programmer to move from Python (or even Java) to C/C++ than vice versa. Becoming knowledgeable and proficient in C/C++ will give you the tools you need to pick up other languages such as Python very easily and quickly. This is besides for the fact...
  42. APalley

    Question about C++ Course

    The course is fine for anybody new to the world of programming, so long as they are willing to put in the necessary time and effort.
  43. APalley

    Probability of Passing via guessing

    You can approximate it using the CLT, probably in under a minute
  44. APalley

    Yahoo Fantasy Baseball program

    Should be possible
  45. APalley

    resubmitting assignments.

    Depending on the specific situation your TA will determine. Be sure to ask in the HW thread
  46. APalley

    Ron Paul's "Audit the Fed" Bill passes the House

    I believe what you are saying is that congress only has the unlimited ability to borrow because of the existing mentality in the Fed of 'we can always print our way out of debt'; take that away and suddenly borrowing is not so innocuous anymore. While the Fed may have caused the borrowing...
  47. APalley

    Ron Paul's "Audit the Fed" Bill passes the House

    That is true, but preventing the Fed from printing more money will not limit spending. Most of the spending is on 'borrowed' money (hence, the national debt) and not printed money. The problem is twofold: The Fed, and Congress's unlimited power to spend. Which is why we need a balanced...
  48. APalley

    Best Laptop for MFE Students

    I never actually did it but I believe they just reimburse you and you send it back to them...
  49. APalley

    Best Laptop for MFE Students

    Don't forget that many major credit cards will extend your warranty by a year.
  50. APalley

    LinkedIn was breached. Change your password immediately

    I wonder if the hashes were really cracked. Check out this site: http://leakedin.org/ It supposedly lets you enter your password, converts it into the hash using the same scheme as LinkedIn, and checks if it is in the database of hacked passwords. My question is if this is a legitimate site, or...
  51. APalley

    Taking Dell to court

    As VBA speed is heavily dependent on many other variables, it is really not the best thing to compare system speeds with. Even if you used something such as C where you can control many of those variables, there are still others which cannot be controlled for. The OS itself, and how it manages...
  52. APalley

    Course on Assembly/Machine Language

    You are right. For most conventional coding issues there should not be a need. I have encountered situations where perusing the assembly made debugging easier (may have been with C code though, not C++) -- I wish I had an anecdotal example offhand to debate upon, but I do not -- which...
  53. APalley

    Course on Assembly/Machine Language

    However, knowing assembly will help one understand what is actually going on under the hood, which is useful in certain situations. In my experience, some elusive bugs in C++ code are easier found when stepping through the generated assembly and watching the registers/stack etc. -- maybe that's...
  54. APalley

    Facebook vs HFT - informative video

    Interesting video. I must have seen 10 different reasons why Facebook didn't take off. The fact is that Facebook, as well as other social media are horribly overvalued. I had my short in at 44. To bad etrade doesn't allow shorts yet
  55. APalley

    Why does my safari show me the mobile version instead of desktop?

    Do you plan on turning the auto detector back on? It is annoying having to manually change evey time I use phone or computer
  56. APalley

    Has anyone seen a fly on their screens?

    I saw it in my android browser
  57. APalley

    Expected Value of 540MM MegaMillions

    ferdowsi, here is a simple thought experiment to assist you with this basic probabilistic concept: Say it is Tuesday, and the jackpot is at 460M. Say no one wins. Now, they base the next jackpot on projected ticket sales, and they for some reason only project a SINGLE ticket sale for Friday...
  58. APalley

    Expected Value of 540MM MegaMillions

    The lottery being a money maker for the state has no bearing on whether the EV is more than the price of the ticket and vice versa. Happens to be true that it's negative, but for other reason.
  59. APalley

    Expected Value of 540MM MegaMillions

    Not really, bc the last progression was from 290-363, which is ~150M tix sold. P(no winner) is about .42. The one before that, about .56, before that .64 and so on. It's not that far out. But it would be interesting to see what sort of RNG they are using.
  60. APalley

    Expected Value of 540MM MegaMillions

    Assuming 500M tickets sold: Odds of you being the only winner: 1/3,024,244,715
  61. APalley

    Expected Value of 540MM MegaMillions

    What are the odds of there being no winner? That would make next week very interesting...
  62. APalley

    Expected Value of 540MM MegaMillions

    Would be interesting to see the result if they hypothetically stopped selling tickets. How much you think a single ticket would go for?
  63. APalley

    Expected Value of 540MM MegaMillions

    Doesn't sound like a rational statement to me:alien: Superstition?
  64. APalley

    Advice for a senior with sparse math background

    I thought this was going to be a thread about having a background with this: http://www-users.cs.umn.edu/~saad/spmath/
  65. APalley

    Expected Value of 540MM MegaMillions

    One can estimate the # of tickets sold by the jackpot size. I believe about .50 of each ticket sold goes into the jackpot. But you would need to calculate it based on the differential between last and current jackpot. I think the fact that the prize can be split (numerous) ways will drive...
  66. APalley

    So I created this software...

    Source code, executable -- same difference...
  67. APalley

    Penny stock trading

    Don't trust any source when it comes to penny stock trading. Do your own research. Also, never lose sight of the fact that penny stocks can be more addictive than vegas...
  68. APalley

    Baruch MFE Baruch MFE interview vs acceptance

    This is the basis of misuse of many statistical 'studies'... The metric is helpful, just not to him as an individual.
  69. APalley

    Course on Assembly/Machine Language

    Being a direct requirement or not in industry does not necessarily have bearing on whether a course should be in a curriculum. If knowing assembly will make you a better coder/debugger in other languages and gives you the necessary understanding of computer architecture, then it certainly should...
  70. APalley

    Using an MFE for a different line of work

    I am not sure what I said that implied that. Now that you mention it, that is definitely the case. Actuarial exams are arguably the most grueling set of exams for any field.
  71. APalley

    Using an MFE for a different line of work

    Some MFE's would make good actuaries (and vice versa), while many would not. Actuarial work is much less technical than Quant work, and some Quants are just not cut out for that. Hard to make a blatant generalization, but any MFE who has taken the CFA would probably have a relatively easy time...
  72. APalley

    Using an MFE for a different line of work

    Many of these companies hire actuaries to perform the duties you mentioned. Actuaries are somewhat better suited to deal with 'regular companies' than are MFEs, as many actuaries have the business/economics background in addition to a (bit weaker) quantitative background
  73. APalley

    Actuarial exams

    MFE exam is definitely relevant to MFE. However, it is not theoretical in nature, and many MFE programs will require a theoretical grasp of those concepts.
  74. APalley

    Question about Probability Prereq.

    While Exam P/1 is helpful, it does not concentrate whatsoever on theory (not measure theoretic). The Baruch classes are very theoretical.
  75. APalley

    Why Java would be used over C++

    Being Turing Complete does not say anything about ability of the language, in terms of possibilities. It only implies that any function can be calculated given input. There is actually quite a bit that can be done in C/C++ (mostly lower-level stuff) that would be virtually impossible to achieve...
  76. APalley

    New Quantnet forum software

    Anyone else think it would be useful to be able to 'reply' to a specific post, albeit privately to the poster? -- either that only the poster can see, or as a PM referencing the post.
  77. APalley

    Assembler language

    say you are using a 3rd party library, with no access to the source code, and you cannot for the life of you find any bug in your own code.... Try creating self-modifying or obfuscated code in a higher level language without at least debugging in assembly...
  78. APalley

    Assembler language

    Assembly cannot be dead. A cpu IS assembly... That being said, I believe the best way for a newbie to get a solid understanding is to compile C code, and step through the resulting assembly...
  79. APalley

    Actuarial Work

    Mostly unnecessary, but could come in handy if you have it already I guess. There is really no relation to the 2 fields, except for a few subtypes of corporate actuaries (such as DAC). Do not waste your time with anything other than basic accounting knowledge (income statements, balance...
  80. APalley

    Occupy Wall St.

    An insightful article: http://www.forbes.com/sites/christopherhelman/2011/10/18/some-tips-for-the-simpletons-of-occupy-wall-street/
  81. APalley

    SOA exam P

    Modeling derivatives is a foundation of more advanced actuarial modeling. Besides for the fact that insurance operates identically to an option mathematically...Actuarial science is a very broad field, borrowing much from mathematics, finance, and economics.
  82. APalley

    Financial Engineer or Chartered Accountant

    FE and accounting really do not have much intersection in regards to skill-set (although accountants would do better to understand quant). Most accountants that I know have starting salaries in the 50k range and work ridiculous hours. FE may have crazy hours as well, but salaries are...
  83. APalley

    BARUCH MFE roomates

    I commute from Midwood to Baruch -- by car it can be more like 25 mins. Train is a pain because you have to transfer to the 6.
  84. APalley

    How important is CS ?

    Most insurance companies have an 'actuarial development program' where they give you time off to study, pay for your exams, and give you raises/bonuses as you sludge your way through the exams. During that time (usually about 3-6 years if you go for FSA level) you rotate into different areas of...
  85. APalley

    How important is CS ?

    This is true. However most people outside the actuarial realm will not have a clue as to what these examinations are.
  86. APalley

    How important is CS ?

    Five actuarial exams are a lot to have prior to graduation. I assume you want to obtain your ASA? If you plan on becoming an actuary, it is very hard to get a job with an ASA straight out of college -- you will be overqualified. Most entry-level actuarial positions prefer somewhere in the 2-3...
  87. APalley

    Best Programming Language for Finance

    You are taking that sentence out of context: -- "The right sort of person is so passionate about coding, they can’t be stopped from doing it. They typically started before high school — sometimes before middle school — and never looked back. They write everything from assembly to jQuery, on...
  88. APalley

    Poker Bots Invade Online Gambling

    I believe Chris Ferguson would be a good counter example.
  89. APalley

    New Quantnet forum software

    Do you have a link for a free version of this App? I can only find the full version in the Android market.
  90. APalley

    New Quantnet forum software

    Will try to juggle beta testing with my heavy workload :cool:
  91. APalley

    New Quantnet forum software

    No noticeable changes, at least for me, in the updated app.
  92. APalley

    Which Language - C or C++?

    I find printf easier for formatted output than cout. sprintf for formatting strings. Other C string operations, such as strcat etc. I use memcpy's often for lower-level stuff. But that's just personal preference. Agreed :)
  93. APalley

    Which Language - C or C++?

    Everyone has their own opinion on the matter, but I am of the school that one should learn C prior to learning C++. While C++ is a very powerful language, its core style really stems from C. Even now (for academic purposes), when I mostly use C++ (i.e. classes), I find it convenient to resort...
  94. APalley

    somewhat like tic-tac-toe

    Even in a 3x3 case (i.e. TicTacToe) the player who goes first is not guaranteed a win. Just guaranteed not to lose.
  95. APalley

    New Quantnet forum software

    The browser works identical to a desktop browser -- clicking on a pdf in the browser downloads, and opens it in the Adobe Acrobat app. I assume this is the case for all Android phones. This is not that big an issue in my opinion, as I would be using the phone app for keeping up to date with a...
  96. APalley

    New Quantnet forum software

    Here is the screenshot. This leads to another issue: links to forums open in the browser, not in the app. Had to find that manually.
  97. APalley

    New Quantnet forum software

    Not a big deal - was only 1.99 :) Push is a great feature which seems to be working fine. The only two things that do not seem to be working are viewing/uploading attachments other than images, and attaching to a private message.
  98. APalley

    New Quantnet forum software

    I actually have the full version. I downloaded it prior to reading your post on this thread-my browser popped an alert that the App was available so I decided to give it a try.
  99. APalley

    New Quantnet forum software

    Here is a screenshot of latex. This reply was posted from my phone, so it will be a good test of the attachment capability.
  100. APalley

    New Quantnet forum software

    Android app does not seem to support LaTex.
  101. APalley

    New Quantnet forum software

    Good catch Amanda. Attachments are not showing up in the Android version as well ...
  102. APalley

    New Quantnet forum software

    Downloaded the Android App (for HTC Evo). Up until now, I've been using Quantnet on my phone's browser. I have to say, the App makes things much easier to deal with. Have not encountered any issues yet! Will keep you posted.
  103. APalley

    Very dumb C++ programming questions.

    Just add some code at the end of your main() that will wait for input, i.e. cin.get()
  104. APalley

    Vector Calculus is useful for Quant ??

    Many concepts in vector calculus are used in complex analysis -- which has interesting applications in solving differential equtions. So I can see that it can have its uses in the quant field, though not necessarily necessary. Some basic stuff is vital, such as gradients etc
  105. APalley

    GRE/MFE help required

    GRE really depends on your background. With a relatively strong mathematics background, you should be able to ace the quant section with minimal to no study time. The verbal is harder to say; however, your score on the verbal sections are not nearly as important as quantitative.
  106. APalley

    Investment actuary to quant?

    That's correct (on average), although some can do it in 2-3 years. The associate level exams (P, FM, MFE, MLC, C) require a similar level of mathematics that a student finishing the first semester or two of Quant courses (at least based on Baruch's curriculum) will have (I have taken the...
  107. APalley

    2010 Columbia University

    None
  108. APalley

    2010 Baruch College

    Interviewed in person.
  109. APalley

    2010 Columbia University - Accepted

    2/21/10
  110. APalley

    2010 Baruch College - Accepted

    2/19/10
  111. APalley

    2010 Baruch College - Interview

    2/12/10
  112. APalley

    2010 Baruch College - Pending

    1/7/10
  113. APalley

    Quantitative Interview questions and answers

    I encountered the same when I saw this problem. However, I find the whole concept of the limit to become a diagonal to be odd; you can make X and Y arbitrarily small and still have X+Y. But when they approach 0, it suddenly becomes smaller? It seems that a diagonal may be fundamentally...
  114. APalley

    Quantitative Interview questions and answers

    City Hall is located at the origin, not the center of the city. An interesting twist on this problem would be to use a non-uniform distribution, though it would require a similar method to solve.
  115. APalley

    Quantitative Interview questions and answers

    Yes, I mistyped, the city is 1 sq. mile, or 1-mile by 1-mile. 1/2 a mile is a good guess, but incorrect. The solution is a bit more complicated than that.
  116. APalley

    Would you attend Baruch MFE or Columbia MFE?

    Just to clarify: I have not been accepted to both these programs yet. I am merely asking hypothetically, as I am going to be applying to both (of course I plan on being accepted to both as well :D). It will be helpful to know which program I "prefer" when applying.
  117. APalley

    Quantitative Interview questions and answers

    A very interesting probability question: A city is 1-sq. mile by 1-sq. mile, with city hall at the origin. The odd thing about this city is that people can only walk in straight lines and no diagonals. If houses are uniformly distributed throughout the city, what is the expected walking...
  118. APalley

    Would you attend Baruch MFE or Columbia MFE?

    If you have been accepted to both, Baruch's MFE and Columbia's FE programs which one would you attend?: -- Is Columbia's name attractive enough to outweigh the extra tuition costs? -- Is Baruch's education better quality or worse than Columbia's? It would be nice to hear from both...
  119. APalley

    Quantitative Interview questions and answers

    The assumption of how the person lies can have a dramatic impact, however, the question implies that the person is a pathological liar, who statistically lies 1/4 of the time. Therefore, one can solve this problem with some basic reasoning: if he reported a 6, and he lies 1/4 of the time, then...
  120. APalley

    Large Hadron Collider runs on modifed Red Hat Linux

    Chalk up another one for Linux!
  121. APalley

    "MFE program profile evaluation" master thread

    That sounds very interesting. Actually, I met a few actuaries working for the company I interned at, who had a quant background. Speaking to them was how I became truly interested in expanding my horizon and wanting to pursue FE. From what they told me, a solid quant background can be really...
  122. APalley

    C++ quant interview questions

    That would work. I think something like this: class BigInt { public: BigInt() { ints = new int[0]; } ~BigInt() { delete [] ints; } BigInt & operator=(const BigInt &rhs); BigInt & operator+(const BigInt &rhs); BigInt & operator-(const BigInt &rhs); BigInt & operator*(const BigInt &rhs)...
  123. APalley

    "MFE program profile evaluation" master thread

    I am an undergraduate student, graduating this January. My background is as follows -- from a private college (not top-tier) in New York: Major: Mathematics with Finance minor GPA: 4.0 GRE: 800/600/3.5 I have 10 years of self-taught C++ and other programming experience. Moreover, I took...
  124. APalley

    C++ COURSES

    This is so true. I have over 10 years experience of self-taught C++. I am going to be applying to Baruch's MFE, so I decided to take a C++ course in college to satisfy the prerequisite. I found that one can learn more in a month from a book than in an entire semester of introductory or...
  125. APalley

    C++ quant interview questions

    That's on the right track. However, we need it to be 'arbitrarily large' -- we need some type of expandable container. The best way would be to create an object, with the different operations using operator overloading. That way it will actually operate as an int.
  126. APalley

    2010 Columbia University - Pending

    11/23/09
Back
Top Bottom