CTphpnwb's Profile
Reputation: 2505
Guru
- Group:
- Mentors
- Active Posts:
- 8,572 (4.83 per day)
- Joined:
- 08-August 08
- Profile Views:
- 47,741
- Last Active:
Today, 03:24 PM- Currently:
- Offline
Previous Fields
- Country:
- US
- OS Preference:
- Mac
- Favorite Browser:
- Safari
- Favorite Processor:
- Who Cares
- Favorite Gaming Platform:
- Who Cares
- Your Car:
- Toyota
- Dream Kudos:
- 300
- Expert In:
- PHP
Latest Visitors
-
Savicava 
21 May 2013 - 05:27 -
Java Student 
20 May 2013 - 08:53 -
nick2price 
25 Apr 2013 - 14:54 -
mitzicm 
22 Apr 2013 - 18:41 -
Zereo 
15 Apr 2013 - 12:40
Posts I've Made
-
In Topic: Memory Leaks
Posted 19 Jun 2013
PHP arrays are not declared as a fixed size in advance, so they can grow to fill all available memory. Maybe you've got an infinite loop adding elements to an array? -
In Topic: How to embed or integrate php page into html in dreamweaver?
Posted 16 Jun 2013
vikkydonlad, on 16 June 2013 - 07:41 AM, said:What I want to do is to somehow integrate the contact form into the html page to make it fit into the whole website.
This is a horrible idea. PHP and HTML are processed by different computers and at different times: Server, then client. Mixing the two languages in one file will only reinforce your misconception and that will cause many problems for you. -
In Topic: fseek()-printf // wrong output
Posted 12 Jun 2013
#include <stdio.h> struct info { float mo; int age; }m; int main() { FILE *fp; fp=fopen("sx.txt","rb"); if (fp==NULL){ printf("Problem!!!\n"); exit(0); } //fseek(fp,4,0); fread(&m,sizeof(struct info),1,fp); printf("Age:%d\n",m.age); rewind(fp); fread(&m,sizeof(struct info),1,fp); printf("Age:%d\n",m.age); fclose(fp); return 0; } -
In Topic: fseek()-printf // wrong output
Posted 12 Jun 2013
Try commenting out fseek. -
In Topic: Possible rand # generator issue; first black jack hand always same
Posted 12 Jun 2013
And since you're using C++ and Black Jack can be played with various numbers of decks you might use a vector to hold your cards.
My Information
- Member Title:
- D.I.C Lover
- Age:
- Age Unknown
- Birthday:
- Birthday Unknown
- Gender:
-
- Interests:
- Looking for php programming work.
- Years Programming:
- 29
- Programming Languages:
- Experience is important, yet at the same time it's over-rated.
Contact Information
- E-mail:
- Click here to e-mail me
- Website URL:
-
http://
Friends
|
|


Find Topics
Find Posts
View Reputation Given






|
Comments
mamelove25
19 Feb 2013 - 10:53love Miss Mame.
bangis
09 Sep 2012 - 18:09CTphpnwb
31 Mar 2010 - 18:50