Remember
Register
Search With
Seek4Info.com
Programming & Software Q&A | CollectiveSolver
Questions
Tags
Users
Recent
Hot!
Most votes
Most answers
Most views
Welcome to collectivesolver - Programming & Software Q&A with code examples. A website with trusted programming answers. All programs are tested and work.
Contact: aviboots(AT)netvision.net.il
Most popular tags
python
java
c
cpp
c#
javascript
php
vb#
typescript
nodejs
go
rust
scala
swift
kotlin
pascal
html
ruby
dart
r
css
bootstrap
win32
groovy
winapi
sql
mysql
vbnet
jquery
pascal-string
lua
winforms
kotlin-string
bash
c-string
swift-string
cpp-string
go-string
c#-string
php-string
java-string
vbnet-string
cobol
rust-string
python-string
cpp-vector
f#
opengl
scala-string
javascript-string
pascal-array
swift-array
typescript-string
c-array
php-array
javascript-array
rust-vector
typescript-array
python-list
reactjs
scala-array
c-windows
nodejs-string
go-array
kotlin-array
nodejs-array
sdl2
cpp-matrix
cpp-array
c#-list
vbnet-list
c-matrix
pascal-matrix
go-slice
c#-array
java-array
nodejs-express
character-code-ascii-unicode
swift-matrix
c#-matrix
sdl3
angularjs
transpose-matrix
binary-search-algorithm
dot-product-two-arrays
generate-random-floating-point-numbers
all-permutations-combinations
kotlin-matrix
typescript-matrix
vbnet-array
kotlin-list
measure-function-execution-time
sort-words-string
exabyte-constant
petabyte-constant
terabyte-constant
math-functions-constants
string-to-title-case
create-infinite-loop
rust-matrix
Disclosure:
My content contains affiliate links.
Recent questions
41,445
questions
53,992
answers
573
users
Recent questions
2
answers
280
views
How to encode characters into digits in PHP
asked
Sep 25, 2014
by
avibootz
php
1
answer
199
views
How to return a character from ASCII value in PHP
asked
Sep 25, 2014
by
avibootz
php
1
answer
218
views
How to return ASCII value of a character in PHP
asked
Sep 25, 2014
by
avibootz
php
1
answer
216
views
How to use bcpow() BC Math Function in PHP
asked
Sep 25, 2014
by
avibootz
php
1
answer
219
views
How to use bcdiv() BC Math Function in PHP
asked
Sep 25, 2014
by
avibootz
php
1
answer
311
views
How to use bcmod() BC Math Function in PHP
asked
Sep 25, 2014
by
avibootz
php
1
answer
362
views
How to use bcadd() BC Math Function to add two arbitrary precision numbers in PHP
asked
Sep 25, 2014
by
avibootz
php
1
answer
265
views
How to change the base of a number from base 10 to base 2 (binary) in PHP
asked
Sep 25, 2014
by
avibootz
php
1
answer
289
views
How to change the base of a number from base 10 to base 16 (hexadecimal) in PHP
asked
Sep 25, 2014
by
avibootz
php
1
answer
220
views
How to count decimals of a number in PHP
asked
Sep 23, 2014
by
avibootz
php
1
answer
219
views
How to invers print matrix (from [ROW - 1][COL - 1]) in C
asked
Sep 23, 2014
by
avibootz
c
1
answer
210
views
How to print matrix in C
asked
Sep 23, 2014
by
avibootz
c
1
answer
361
views
How to reverse N x N matrix in C
asked
Sep 23, 2014
by
avibootz
c
c-matrix
1
answer
221
views
How to check if all matrix elements are zeros or nonzeros in C
asked
Sep 23, 2014
by
avibootz
c
1
answer
599
views
How to Serialize and Deserialize ArrayList in C#
asked
Sep 22, 2014
by
avibootz
c#
1
answer
306
views
How to sum the diagonal (from right [LEN - 1][0]) of a matrix in C
asked
Sep 22, 2014
by
avibootz
c
1
answer
254
views
How to sum the main diagonal (from left [0][0]) of a matrix in C
asked
Sep 22, 2014
by
avibootz
c
1
answer
1,492
views
How to use the StreamReader.Peek method in C#
asked
Sep 21, 2014
by
avibootz
c#
1
answer
161
views
How to initialize int array to 0 (zero) in C
asked
Sep 21, 2014
by
avibootz
c
2
answers
222
views
How to find the average of int array in C
asked
Sep 21, 2014
by
avibootz
c
1
answer
170
views
How to sum array elements in C
asked
Sep 21, 2014
by
avibootz
c
1
answer
318
views
How to write a function with two int pointers and swap the values without temporaty variable in C
asked
Sep 20, 2014
by
avibootz
c
1
answer
194
views
How to swap two numbers with pointers in C
asked
Sep 20, 2014
by
avibootz
c
1
answer
820
views
How to write a function that get n and return the sum: 1+ 2 + 3 +...+ n in C
asked
Sep 20, 2014
by
avibootz
c
1
answer
221
views
How to count of the total number of digits in a number in C#
asked
Sep 19, 2014
by
avibootz
c#
1
answer
180
views
How to input i and get the left i digit of a variable in C#
asked
Sep 19, 2014
by
avibootz
c#
1
answer
236
views
How to input 14 numbers and find the lengths of the biggest zero sequence in C
asked
Sep 18, 2014
by
avibootz
c
1
answer
239
views
How to find the second biggest number in a set of random numbers in C
asked
Sep 17, 2014
by
avibootz
c
c-second-biggest
1
answer
183
views
How to input i and get the left i digit of a variable in C
asked
Sep 17, 2014
by
avibootz
c
1
answer
344
views
How to find 3 sequential numbers that have the biggest sum form input of 15 numbers in C
asked
Sep 17, 2014
by
avibootz
c
1
answer
194
views
How to calculate sum digits and count digits of a number in C
asked
Sep 17, 2014
by
avibootz
c
1
answer
192
views
How to write a simple guess the number game, input numbers 1-100, guess times 10 in C
asked
Sep 17, 2014
by
avibootz
c
1
answer
296
views
How to calculate time if we have the distance and speed (kilometers per hour) in C#
asked
Sep 17, 2014
by
avibootz
c#
c#-calculate-time-distance-speed
calculate-time-distance-speed
1
answer
353
views
How to calculate time if we have the distance and speed (kilometers per hour) in C
asked
Sep 16, 2014
by
avibootz
c
c-calculate-time-distance-speed
calculate-time-distance-speed
1
answer
209
views
What is the output of x, when x = (y = 7, z = 8); in C
asked
Sep 15, 2014
by
avibootz
c
1
answer
200
views
How to input a sentence and print every word in a seperate line in Java
asked
Sep 14, 2014
by
avibootz
java
1
answer
166
views
How to input a sentence and print every word in a seperate line in C#
asked
Sep 14, 2014
by
avibootz
c#
1
answer
201
views
How to input a sentence and print every word in a seperate line in C
asked
Sep 14, 2014
by
avibootz
c
1
answer
166
views
How to print this series: 1, -2, 3, -4, 5, -6, 7, -8, 9, -10 in C
asked
Sep 14, 2014
by
avibootz
c
1
answer
198
views
How to subtract matrices in C
asked
Sep 14, 2014
by
avibootz
c
1
answer
299
views
How to clear stdin buffer in C
asked
Sep 14, 2014
by
avibootz
c
2
answers
287
views
How to compare two strings using strcmp function in C
asked
Sep 14, 2014
by
avibootz
c
1
answer
208
views
How to implement insertion sort in C
asked
Sep 14, 2014
by
avibootz
c
1
answer
218
views
How to merge two arrays in C
asked
Sep 13, 2014
by
avibootz
c
1
answer
205
views
How to increase the size of dynamic string in C
asked
Sep 13, 2014
by
avibootz
c
1
answer
188
views
How to delete an element from dynamic array in C
asked
Sep 13, 2014
by
avibootz
c
2
answers
390
views
How to insert an element in a dynamic array in C
asked
Sep 13, 2014
by
avibootz
c
c-array
c-malloc
1
answer
268
views
How to use dynamic memory allocation to define int array in C
asked
Sep 12, 2014
by
avibootz
c
2
answers
262
views
How to reverse one dimensional int array in Java
asked
Sep 12, 2014
by
avibootz
java
1
answer
138
views
How to print array directly in C#
asked
Sep 12, 2014
by
avibootz
c#
Page:
« prev
1
...
819
820
821
822
823
824
825
826
827
828
829
next »
...