Click here to Skip to main content
15,905,004 members
Home / Discussions / C#
   

C#

 
AnswerRe: Search file remotely C# Pin
#realJSOP30-Dec-18 2:56
professional#realJSOP30-Dec-18 2:56 
AnswerRe: Search file remotely C# Pin
Gerry Schmitz30-Dec-18 8:28
mveGerry Schmitz30-Dec-18 8:28 
QuestionUsing A FileStream As A Texture? Pin
SawmillTurtle26-Dec-18 17:54
SawmillTurtle26-Dec-18 17:54 
AnswerRe: Using A FileStream As A Texture? Pin
Richard MacCutchan26-Dec-18 22:31
mveRichard MacCutchan26-Dec-18 22:31 
Questionhow to extract text from text file and store it in a variable using c# Pin
Syed_Owais24-Dec-18 20:54
professionalSyed_Owais24-Dec-18 20:54 
AnswerRe: how to extract text from text file and store it in a variable using c# Pin
OriginalGriff24-Dec-18 21:04
mveOriginalGriff24-Dec-18 21:04 
GeneralRe: how to extract text from text file and store it in a variable using c# Pin
Dave Kreskowiak25-Dec-18 4:46
mveDave Kreskowiak25-Dec-18 4:46 
GeneralRe: how to extract text from text file and store it in a variable using c# Pin
OriginalGriff25-Dec-18 5:00
mveOriginalGriff25-Dec-18 5:00 
AnswerRe: how to extract text from text file and store it in a variable using c# Pin
Dave Kreskowiak25-Dec-18 4:46
mveDave Kreskowiak25-Dec-18 4:46 
GeneralRe: how to extract text from text file and store it in a variable using c# Pin
BillWoodruff27-Dec-18 16:17
professionalBillWoodruff27-Dec-18 16:17 
GeneralRe: how to extract text from text file and store it in a variable using c# Pin
Dave Kreskowiak27-Dec-18 17:45
mveDave Kreskowiak27-Dec-18 17:45 
AnswerRe: how to extract text from text file and store it in a variable using c# Pin
SawmillTurtle25-Dec-18 22:06
SawmillTurtle25-Dec-18 22:06 
GeneralRe: how to extract text from text file and store it in a variable using c# Pin
BillWoodruff27-Dec-18 16:19
professionalBillWoodruff27-Dec-18 16:19 
GeneralRe: how to extract text from text file and store it in a variable using c# Pin
Richard MacCutchan27-Dec-18 22:25
mveRichard MacCutchan27-Dec-18 22:25 
AnswerRe: how to extract text from text file and store it in a variable using c# Pin
Gerry Schmitz28-Dec-18 9:08
mveGerry Schmitz28-Dec-18 9:08 
QuestionRendering Kleinian group fractals Pin
Member 1157700824-Dec-18 19:19
Member 1157700824-Dec-18 19:19 
AnswerRe: Rendering Kleinian group fractals Pin
Dave Kreskowiak25-Dec-18 4:43
mveDave Kreskowiak25-Dec-18 4:43 
GeneralRe: Rendering Kleinian group fractals Pin
BillWoodruff26-Dec-18 7:43
professionalBillWoodruff26-Dec-18 7:43 
GeneralRe: Rendering Kleinian group fractals Pin
Dave Kreskowiak26-Dec-18 7:58
mveDave Kreskowiak26-Dec-18 7:58 
GeneralRe: Rendering Kleinian group fractals Pin
BillWoodruff27-Dec-18 16:25
professionalBillWoodruff27-Dec-18 16:25 
GeneralRe: Rendering Kleinian group fractals Pin
Member 1157700828-Dec-18 3:07
Member 1157700828-Dec-18 3:07 
GeneralRe: Rendering Kleinian group fractals Pin
Dave Kreskowiak28-Dec-18 3:27
mveDave Kreskowiak28-Dec-18 3:27 
I would highly recommend working through the pain. The symbology of math is no different from any other programming language. It's a specialized language developed over time to describe mathematical modeling concepts.

The languages we use to write code are no different, though they are not specialized for the same purposes. Computer languages, to varying degrees, are more generalized, or more specialized, to describe logical, control, and data modeling. That's how we get stuff like FORTRAN, COBOL, C, the PLC languages.

The language of math is just another "programming" language, most commonly used in writing the papers we all love to hate Smile | :) but are indispensable to conveying the concepts we use every day. If you learn it, you open yourself up to many more sources of information.

After 40 years of doing this, I still hate it, can't remember a lot of it, and have to go back and teach myself parts of the language all over again.

GeneralRe: Rendering Kleinian group fractals Pin
Member 1157700828-Dec-18 3:34
Member 1157700828-Dec-18 3:34 
AnswerRe: Rendering Kleinian group fractals Pin
BillWoodruff25-Dec-18 13:11
professionalBillWoodruff25-Dec-18 13:11 
GeneralRe: Rendering Kleinian group fractals Pin
Member 1157700828-Dec-18 3:31
Member 1157700828-Dec-18 3:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.