G+_Sean C (Jamesblonde001) Posted March 4, 2014 Share Posted March 4, 2014 Is this the best place to get help? I'm on ep 1 and cant get the code to work. The line that does the magic wont run. :-( long number = ConvertBinaryToDecimal (binaryNumber); Says ConvertBinaryToDecimal does not exist in current context. Sounds like the IDE SHOULD know what this is or is there a function I'm supposed to write to actually do the conversion? Link to comment Share on other sites More sharing options...
G+_Joe Maruschek Posted March 5, 2014 Share Posted March 5, 2014 Did you copy in all of the Ep001.cs file from https://github.com/PadreSJ/c101? After the closing curly bracket of the Main function there should be another function after a bunch of comments that defines the ConvertBinaryToDecimal() function. Link to comment Share on other sites More sharing options...
G+_Sean C (Jamesblonde001) Posted March 5, 2014 Author Share Posted March 5, 2014 Ohhhh... No I copied it off the screen during the podcast. D'oh! Thanks Joe. Link to comment Share on other sites More sharing options...
Recommended Posts