5 Topics

Member Avatar for
Member Avatar for grh1107

currently I'm rewriting old euler solutions into classes so i can store them in a library. I wrote a program that digitizes a number so it can check to see if it a pallindrome, The base class digitize dynamically allocates memory for the size of a number and stores each …

Member Avatar for mike_2000_17
0
247
Member Avatar for eoop.org

Hi, i am getting a lot of dirty questions on formspring i want to find out who he is, he is sending me questions with an anonymos user. How do i found out his IP adress ?

Member Avatar for rubberman
0
127
Member Avatar for TrustyTony

Sometimes, before optimizing your code, you may end up to have very slow running code in list comprehension statement. Because you have not yet tested the code fully, it easy to loose patience and just interrupt the code. If you are making function, you can insert print statements for verification. …

Member Avatar for Gribouillis
1
1K
Member Avatar for Tipples

Okay I am pretty knew to c# and I am struggling to learn it. However back to my question how do I record a trace table for example this is the code I have:- [CODE]using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConsoleApplication4 { class Program { static void …

Member Avatar for skatamatic
0
214
Member Avatar for ahmedams

Introduction How to capture the errors from application and write it in a log file. We have to mention the directory path in Webconfig file. Background This code is to capture the error log in log file with all information. The code Code: CSharp [CODE] public class LogError { private …

Member Avatar for C#Jaap
0
769

The End.