by tkodabossman
Programming
|
|
[3 replies] Last: I would change binary to an array of 8 bool s. Since bool can onl... (by closed account zb0S216C)
|
by V o i D
Compiling Error!
|
|
[5 replies] Last: Watch your language, please, Void. main( ) could be declared as a ... (by closed account zb0S216C)
|
by Muhasaresa
Writing a Library
|
|
[10 replies] Last: Thanks everyone for your help :D Muhasaresa (by Muhasaresa)
|
by hmmm
reading in a string of a specified length
|
|
[2 replies] Last: You can use something like this: #include <fstream> int main() { s... (by Galik)
|
by endLine
nodes project need help
|
|
[no replies]
|
by thetree
Sockets
|
|
[4 replies] Last: The browser will assume it is part of the same message. The browser wi... (by Galik)
|
by EvanM
Need help with simple conversion code
|
|
[1 reply] : Surely you can figure out a way to turn the recursive call into a loop... (by helios)
|
by thesourcehim
Multidimensional pointers
|
|
[16 replies] Last: @thesourcehim your comparison is false. You're comparing fixed with v... (by coder777)
|
by Helegurbann
With About _gcvt
|
|
[no replies]
|
by BCockerham
Inputting data from txt file into array object
|
|
[no replies]
|
by zawii87
CAN Communication - CAN controller initiallization
|
|
[no replies]
|
by Nisheeth
Encryption Methods
|
|
[4 replies] Last: I assure, I didn't get confused by the terms, but by their implementat... (by Nisheeth)
|
by rez0nat
problem with include file
|
|
[no replies]
|
by mhetto
hello i need help to my lottery number
|
|
[3 replies] Last: dear friensd i fixed my problem first changed place karar variable pos... (by mhetto)
|
by SpecijalkaPP
Problem with listings of lots .txt files
|
|
[4 replies] Last: I'm gonna try another solution to make another text doc that is going ... (by SpecijalkaPP)
|
by death relic0
static const int pointer array(or static array of pointers) in class,help
|
|
[2 replies] Last: This works for me: class Test { private: static const int arr2d ; }... (by hanst99)
|
by sorthon123
Bit wise Minipulation
|
|
[6 replies] Last: n = 0010 1110 (binary) We want the 6th bit of n from the right, 6th l... (by Mathhead200)
|
by imgregduh
alternative way of showing max min definition
|
|
[8 replies] Last: is there a black book somewhere LOL, I don't think so. I only learne... (by Duthomhas)
|
by paulmcco
Switch (enum) ... ?
|
|
[11 replies] Last: enum Color{ RED, GREEN, BLUE, CYAN, MAGENTA, ... (by helios)
|
by cdd
Quicksort Wont Sort first digit?
|
|
[1 reply] : int PivotIndex = left;//FindPivot(List); You're always grabbing t... (by shacktar)
|