User Profile

Collapse

Profile Sidebar

Collapse
Angle
Angle
Last Activity: Oct 14 '10, 06:20 PM
Joined: Oct 4 '10
Location: San Francisco,CA,US
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Hi,

    Before restart, I can run both Server in WAMP5 but after restart no more service in both server. It's strange. Please help me out.

    Thanks
    See more | Go to post

    Leave a comment:


  • Hi Jay,
    Thank you very much for answering me. Now, I have installed WAMP5. After I install it, I changed this Listen 80 to Listen 70 in httpd.conf.(C:\ wamp\Apache2\co nf\httpd.conf). then, I hover in Wamp icon, I choice the Restart all services. I run php file in any browser like (http://localhost:70/)
    I could run both server (Apache and IIS) in window 7.
    Before that my version is 5.3.3. Now I use wamp5_1.6.1.
    ...
    See more | Go to post

    Leave a comment:


  • Angle
    started a topic Not able to view Local host or phpMyAdmin in WAMPServer
    in PHP

    Not able to view Local host or phpMyAdmin in WAMPServer

    Hi,


    I have installed Wamp server. it couldn't connect to the server and error message (server Offline) and also started all services but I cant open the localhost page. I run on Window7 and IIS. I have unchecked in Control Panel for IIS. Please help me out. Thank you in advance

    Just in case my question sounds really silly, I have no idea how this works as it's the first one and first time I'm trying it. ...
    See more | Go to post

  • Hi Gary,
    I am confusing about ( I was hoping you'd consider the case where you allocated say, 7 objects, then deallocated 5 of then, then allocated 4 more.)

    Would you tell me more? Thanks
    See more | Go to post

    Leave a comment:


  • I am sorry Gary. I am not mean to delete it. I was posted same questions. Thanks for remind and helping me. I hope that I got a right answers.
    See more | Go to post

    Leave a comment:


  • Hi, I am very thankful to you and your Forum. This is my right answer. It has run in VS 2008. I hope that no more syntax error in my code. Thanks for helping me
    Code:
    namespace Employeer
    {
          public class employee
          {
          		string name;int salary;public static int count=0;
                public employee()
                {
                    name = "Gretchen";
                    salary = 5000;
    ...
    See more | Go to post
    Last edited by Frinavale; Oct 6 '10, 01:56 PM. Reason: In the future, please post code in [code] ... [/code] tags. Added code tags

    Leave a comment:


  • Hi ,
    Thank Frinny. I write back but Does it make sense?
    Code:
    namespace Employeer
    {
          public class employee
          {      		string name;               int salary;		public static int count=0;
    		           
    	     public employee()
    		{   try
    			{              name="Gretchen";
    				salary=5000;
    				count++;
    				if(count>10)
    				{
    				throw new Exception(""can't
    ...
    See more | Go to post
    Last edited by Niheel; Oct 4 '10, 08:43 PM.

    Leave a comment:


  • C# class that can't be instantiated more than 10 times

    Hi,

    I have static variable in my class.
    I use get and set properties.
    I do like below.

    Does it make sense for this question?

    My problem is object call in main(). Please help me out.
    Code:
    namespace Employeer
    {
      public class employee
      {  		
        string name;       
        int salary; 
        public static int count=0;	
        public int stopcount=0;
    ...
    See more | Go to post
    Last edited by Frinavale; Oct 4 '10, 08:11 PM. Reason: Please post code in [code] ... [/code] tags. Fixed formatting and some syntax issues.
No activity results to display
Show More
Working...