Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by Dani It's been over a year and no one's replied so I'll go again. 4610 Re: I need counting code php and mysql and bootstrap Programming Web Development by Dani I have no idea what type of counting code you need, nor how that would be related to Bootstrap (the CSS framework). Please take more time to help us to help you. I need counting code php and mysql and bootstrap Programming Web Development by yan336484 i need code Re: I need counting code php and mysql and bootstrap Programming Web Development by rproffitt I suggest https://www.w3schools.com/php/ if you need to learn. Use CHATGPT if you want something quick and dirty. Re: Improve HAVING BY performance Programming Databases by Reverend Jim … and monitoring. The other 5% was single user apps. Not counting the 20% which was pointless meetings. So if you don… Counting tabs, blanks and newline problem Programming Software Development by retchedmonkey … the number of blanks, tabs and newlines in these counting variables*/ i_bl = i_tb = i_nl = 0; /*…Assigns the initial value of the counting variables*/ scanf("%s", sp); printf("…/*For blanks, tabs and new lines this incremements the appropriate counting variable*/ { case ' ': i_bl++; break; case '\t':… Re: Counting tabs, blanks and newline problem Programming Software Development by retchedmonkey …the number of blanks, tabs and newlines in these counting variables*/ i_bl = i_tb = i_nl = 0; …/*Assigns the initial value of the counting variables*/ while ( (c = getchar()) != EOF)/*Traverses the…/*For blanks, tabs and new lines this incremements the appropriate counting variable*/ { case ' ': i_bl++; break; case '\t… Counting sort and Linked list. Programming Software Development by Tecnicrow I'm having problems trying to implement a counting sort for a template linked list. I already coded everything … the correct output. Now I just need to sort using counting sort method. When I run the project, the program crashes… Counting only the first digit in the array. Programming Software Development by surferxo3 … (0); } [/CODE] The problem is that my program is not counting the zero if the number is as follows "01…;00" or "000" the the variable for counting zeros should increase. But in the end my program is… Counting positive and negative... Programming Software Development by chubbyy.putto … can i get this code to show once and it counting all the positive? When i enter a 10 numbers. it… me how to make it show only once and keeping counting the number? if (findNum[i] > 0) { cout <<… Counting sort while taking data from the file Programming Software Development by asia_6969 … guideline... m making a program where i have to apply counting sort on the data which is comma seperated and it… data in an array so that i can apply the counting sort in it.. #include<iostream> #include<cstdlib… Re: counting number (some suggestions needed!) Programming Software Development by VernonDozier …, the summing of the numbers. Don't worry about the counting yet, which is the harder part. Whether you can do… will help tell us where you are. And regarding the counting part, how familiar are you with arrays? Re: counting letters/words Programming Software Development by WaltP [QUOTE=salty11;]that my code, im having trouble with the counting letters and words part, any suggestions?? [/quote] Sure. Explain why …you think it's not counting words and letters. [QUOTE=salty11;]also im not even getting… Re: Counting neighbors game of life. Programming Software Development by Hiroshe … confused as to how to do edges and corner neighbor counting. Do I need an if statement for each corner and…; col-1>=0) neighbors++; You code is already not counting neighbours outside of the grid. Thus, your program should already… counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 lets waste some web space by counting i will start us off 1 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 I love counting with cscgal, you cant even tell she is online its like she is.....god.. 5 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 ok since everybody else is being a lamer i guess its just me and cscgal counting, maybe more people will post tommorow. cscgal you live in NY? I wanna visit there someday, looks like a cool place! 7 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by Dani 11 ... ooh wait! I do have something to say! You failed the counting lesson. You must be slow ... because you said 9 after I said it. :-D I noticed when I saw my last post was post #11 (according to the little white text in the upper right) but I only counted 10. Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by Catweazle I knew Hex once. Took some getting used to counting to base........ 16 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 yea you know you want to count, counting is my favorite :cheesy: . Sorry guys im gonna have to go with regular numbering, i never paid attention in computer science class :) 23 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 lol, yea, if you go through the alphabet and go through a-z, then when you start over on the alphabet and keep counting like 52 would be AAA ;) AG Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by frrossk I wasn't counting so far since I was in school :D And I think 38 is in decimal base... Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 [QUOTE=Catweazle]But there have been several posts which never advanced the count, and this post really makes it only 32. My previous post stated 37, which is octal for decimal 31! In binary, that makes the count now: 00100000[/QUOTE] what?! ok ok this counting thing has gone totally haywire....heh, who would of thought..........1 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by alc6379 If people had kept up with the counting like we were asked to (:p), we'd be at 00100100 by now. Get with it, people! Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by Catweazle They're not codes, simply different counting and numbering systems. Binary = base 2 Octal = base 8 Decimal = … Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by Sphyenx 12-03-2004, 10:47 PM !!!!!!!! #51!!!! Sphyenx's Avatar Title: Techie Whiz Join Date: Aug 2004 Status: Online Posts: 157 Reputation: Sphyenx is an unknown quantity at this point Re: counting lesson(for the slow among us) umm, i dont get it, was i really 42. well then now im numba 4 and 8! 48 or 24 (2). (= Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by Hazumil Might as well get on the bandwagon ........139...... btw, who messed up the counting? my box says about 151 or so :) Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by moderate_rock48 i dont know who messed up the counting, something went horrible wrong on the second page, if ya just want to refer back to there you could possibly figure it out, sometimes people would post but not count 142 Re: counting lesson(for the slow among us) Community Center Geeks' Lounge by bluedos82 151 I don't think that any one could be bored with counting. Yuo can just keep going... and going... and going... and going................ Counting occurences in C Programming Software Development by stabule Hi all. I need some help counting specific numbers in C. The programme should accept two sets …