Posts
 
Reputation
Joined
Last Seen
Ranked #1K
Strength to Increase Rep
+7
Strength to Decrease Rep
-1
63% Quality Score
Upvotes Received
16
Posts with Upvotes
14
Upvoting Members
12
Downvotes Received
9
Posts with Downvotes
7
Downvoting Members
9
6 Commented Posts
~102.20K People Reached
PC Specs
C, C++, C#XHTML, CSS, Javascript, Asp.Net, XmlWindows 9X/XP/Vista/7MsSQL 2008
Favorite Tags
c++ x 88
c x 42
java x 17
c# x 4

166 Posted Topics

Member Avatar for skorm909

Hey SgtMe; If you know how to install allegro to use with VS2010 can you please explain. I downloaded allegro and looked everywhere in it to read a document about how to install for VS2010 but found nothing.

Member Avatar for BogdanCov
0
2K
Member Avatar for patel28rajendra
Member Avatar for vizz

If we could tell you how to create such websites in a few sentences, everyone would be a web developer, right?

Member Avatar for joopdoop1
0
123
Member Avatar for walas

The most probable error would be pointer errors ofcourse. As the above message says you should print the list after every operation to check if the operation was successful. If you send the error codes we may help better.

Member Avatar for syker111
0
620
Member Avatar for Upoma

Your server program will be installed once/ so distributing a one program with server and client capabilities would be redundant. Design and distribute your client and server applications seperate.

Member Avatar for JamesCherrill
0
806
Member Avatar for Tellalca

Hey guys, I am playing with the .NET 4.0's new class Parallel. I tried to open files in a directory and calculate the total bytes of them. However when I run the code, I get a different result every time. Can you explain me the problem I have? [CODE]using System; …

Member Avatar for Momerath
0
210
Member Avatar for abelLazm

[QUOTE=ddanbe;1530038]Hmmm, I wonder ... So if I have a textfile consisting of 26 characters, the alphabet for example, I could reduce its size by 97% of 26, being 25.22??? So I could zip all the information of the alphabet in less than 1 char?[/QUOTE] It says "nearly upto". So it …

Member Avatar for skatamatic
0
872
Member Avatar for mrnobody

If you do not modify and read a data from memory or hard disk, then you don't need to worry about thread safety, I think. The race condition or concurrent access/modify is important when you have a shared data between threads, in this function you do not have. You are …

Member Avatar for rubberman
0
143
Member Avatar for Srinivas0

Command line arguments are passed to programs automatically when you use them. You just define and use them if you need them, which is almost never done if you are not using a command line based Linux OS. What you do to run a program on command line, you call …

Member Avatar for Srinivas0
0
189
Member Avatar for lxXTaCoXxl

I think you can't do that with the current C#. Maybe if you can edit the CLR and modify the compiler to create appropriate IL when you use your "own" type then you can manage it, which is almost impossible :D You can try C++ though!

Member Avatar for gusano79
0
132
Member Avatar for u.j.chandler

Delegates are not very powerful indeed. As you said, it is a master method that calls other methods when a specific condition happens. What it brings to the table is it has a subscription list. So if you do not know which functions to call while you are writing this …

Member Avatar for skatamatic
0
184
Member Avatar for weeraa
Member Avatar for kamilacbe
0
161
Member Avatar for Tellalca

Hey, I am developing a game in C#. I have some question marks in my mind about properties. -Should I return reference in a get, or should I clone the reference and return a clone? If I return a reference then in another part of the program, it will be …

Member Avatar for Narue
0
173
Member Avatar for happygeek
Member Avatar for vuyiswamb
Member Avatar for tapandesai007

You can save the file to in the file system. When generating URL use HttpRequest.ApplicationPath and add the file name to the add. This will be your URL to the picture.

Member Avatar for Tellalca
0
86
Member Avatar for nakor77
Member Avatar for sergent

Yeah maybe %99 terrorists are Muslim but %100 despot occupiers are Christian. So blaming religions is not a way to describe that.

Member Avatar for Paaat
-5
2K
Member Avatar for riseguim
Member Avatar for riseguim
0
145
Member Avatar for installer

I am just making request with a console application and read the html response. Of course Firefox 4 !!!

Member Avatar for remixedcat
1
651
Member Avatar for kumar500
Member Avatar for peter_budo
0
125
Member Avatar for afaquemanzoor

I thınk we do not always. You wrıte java code. Compıler turns these code into java byte code, which is OS independent code. Then an interpreter, which we call JVM executes thıs code like an operating system. This allows java to be OS independent. Or JVM compiles the code just-in-time …

Member Avatar for JeffGrigg
0
113
Member Avatar for MooGeek
Member Avatar for nishant969
Member Avatar for galhajaj
Member Avatar for Panathinaikos22

You are saying C does not support object oriented and show C# code ?!! This is like showing tasting a cake and saying that the meat is tasty.

Member Avatar for ddanbe
0
278
Member Avatar for Scicluna

If your application is small you can put your usernames and passwords into a encrypted binary file. Do not forget to encrypt usernames and passwords with different algorithms or it would be easier to hack your application by knowing a username and its encrypted version.

Member Avatar for Tellalca
0
446
Member Avatar for emilakia
Member Avatar for triumphost

Just draw the buttons as you like. Draw unpressed button, pressed button and mouse over button as an image. Use events to catch mouse actions and display appropriate image. From the perspective of a game developer .)

Member Avatar for Tellalca
0
147
Member Avatar for Blacksheepjnr

1-Ensure there is room for that and assign it 2-Full is something that you define. If the items in the array is equal to limit, it is full 3-Iterate over each element and check if it equals the name 4-Add index to the array pointer and dereference it

Member Avatar for Tellalca
0
112
Member Avatar for riotburn
Member Avatar for Tellalca
0
231
Member Avatar for galiz05
Member Avatar for yup790
-1
742
Member Avatar for pseudorandom21
Member Avatar for pseudorandom21
0
257
Member Avatar for jacksantho

Is he trying to download excel files from clients? If so, is there a way to exclude the time to download the file from php code running time?

Member Avatar for Hummdis
0
6K
Member Avatar for jay_el_em

Learning C# is not just learning the syntax. After you get the basics learn more about .NET platform. If you know .NET and C# there is no such distinct thing as Asp.NET at all, it is just server side C# code .)

Member Avatar for Rashakil Fol
0
110
Member Avatar for zachf632

Hmm why not test yourself. Write a test application that does the things with standard libraries and primitive constructs. The problem with Java is not running slow but memory usage I think. You can watch and read what Stroustrup explains about Java, C# and C++.

Member Avatar for pseudorandom21
1
208
Member Avatar for Joemeister

[CODE]#include <cstdlib> #include <iostream> #include <cmath> using namespace std; #define Tellalca GOD; double ApproachPI() { static int call = 0; call++; double sum = 0; for(int k = 0; k < call; k++) { sum += 4 * ((pow(-1.0, k)) / (2 * k + 1)); } return sum; } …

Member Avatar for Tellalca
0
185
Member Avatar for Dranip

Well, in order to be a web developer you should know databases, network, web and also desktop development. I think there is not much specializing for a developer because the technology is evolving so fast, the only thing you should specialize in is learning new tech fast and efficiently.

Member Avatar for a.oprea
0
125
Member Avatar for Celtrix
Member Avatar for Riaz Haider
Member Avatar for Sonny101
Member Avatar for Syrne

Yes it is possible. You have to work with your OS api. And it is easy, in Linux just observe running processes and conditionally create a new thread and use execv() to run a specific program.

Member Avatar for Ancient Dragon
0
330
Member Avatar for munitjsr2

[QUOTE=alwaysLearning0;1600688]A class can also have non static constant, it has to be initialized at initialization list. [CODE] class A{ const int a; public: A(int a) : a(a){ } }; [/CODE] You can not do [CODE]int &var=NULL;[/CODE] and there is a reason behind it. any & is reference and once it …

Member Avatar for kanuxy
-2
185
Member Avatar for yobbko

[QUOTE=jackmaverick1;1602989]K... That would be (probably) very difficult, as far as I know, .xls (Excel format) is an XML container. That means that you would have to create an XML reader, then parse it to give you the information you want. I think that's what you want, your question isn't very …

Member Avatar for Tellalca
0
125
Member Avatar for MoNaLiZaOman

Maybe he is asking how to develop a game using C++. You need to manage your graphics and sounds using graphic/sound libraries like OpenGL and OpenAl. The structure of your game may be standard c++ or you can use some game engines. A good library to start may be SDL …

Member Avatar for Tellalca
0
99
Member Avatar for bobytch

There is no loop. So you randomize the color only once, that is why you see only one color.

Member Avatar for Ancient Dragon
-4
3K
Member Avatar for asrockw7

C is really a system programming language. So if you want to learn more about C and its usage, learn some UNIX/Linux programming. Linux kernel and GNU interface will help you about this.

Member Avatar for asrockw7
0
427
Member Avatar for Tellalca

Hey; I am learning some javascript. I tried to write a trivial code to validate email but my code does not seem to work it should. It should turn the background color of text box green when mail contains both '@' and '.' characters and red otherwise. However what the …

Member Avatar for Airshow
0
106
Member Avatar for bangla

Don't worry. It is %99.99 guarantee that no body will copy your html codes if you are asking how to prevent it.

Member Avatar for Tellalca
0
86
Member Avatar for matricol

What about NetBeans, I love its code formation. If using linux you may want to try Geany too.

Member Avatar for Tellalca
0
150

The End.