Posts
 
Reputation
Loading chart. Please wait.
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~5K People Reached
Favorite Tags

7 Posted Topics

Member Avatar for Raisefamous

Function coinT() tests if two time series are stationary using ADF test and Hurst exponent. Time series are stored in cvs files 1511x6 each, but for testing only a vector of the 5th column is returned by function stock(), there are 50 files in total. It seems that the program …

Member Avatar for Gribouillis
0
841
Member Avatar for Feal456

Try this. int main() start: ... } cout << "Want to buy something else? Yes/No"<< endl; string choice; cin>>choice; if(choice == "Yes"){ goto start; }else{ return 0; }

Member Avatar for CGSMCMLXXV
0
3K
Member Avatar for Raisefamous

Hey, I want to build some form application for Windows and i have tryed usind VS2010 but because IntelliSense is disabled for C++ i'm not able to work normaly as i'm fairly new to programming and i need to see the drop out menus after i use the "->" operator. …

Member Avatar for tinstaafl
0
299
Member Avatar for Raisefamous

Hi, I need to sort a string of symbols and numbers in to two different strings, first one with numbers, second with symbols. I have written the following code, but it only passes the first type into its string and gives random characters for the second type. Example: if i …

Member Avatar for Raisefamous
0
109
Member Avatar for Raisefamous

Hi, Could somebody please advise me how to make this footer inside the red line. I have tride tagging the right part in <span align="right"> but it didn't help. [URL="http://img850.imageshack.us/img850/9480/daniweb.png"]http://img850.imageshack.us/img850/9480/daniweb.png[/URL] The only solution that i came up with is to make two seperate paragraphs and then just set the right …

Member Avatar for Raisefamous
0
109
Member Avatar for Raisefamous

Hi, I'm using Codeblocks as a compiler. So when i'm creating a new class by following File>New>Class it creates two files xxxx.h xxxx.cpp Ok, code is simple. [CODE]#include <iostream> #include "Sally.h" using namespace std; int main(){ Sally so; } [/CODE] Sally.h [CODE]#ifndef SALLY_H #define SALLY_H class Sally { public: Sally(); …

Member Avatar for Raisefamous
0
223
Member Avatar for Raisefamous

[QUOTE]Write a program which finds the factorial of a number entered by the user. (check for all conditions) (Beginner).[/QUOTE] Hi, My knowledge about C++ and programming so far is 27 youtube videos. It took me 1,5 hours to figure out and write this :) [code]int main() { int x = …

Member Avatar for WaltP
0
260