by gantsooj
need advise for coding
|
|
[2 replies] Last: sorry about i copied wrong quistion but now i changed real one (by gantsooj)
|
by js6216
unknown error in basic recursion problem, code included.
|
|
[5 replies] Last: I know this is all about use of recursion, but these bits here seems t... (by guestgulkan)
|
by dealrocker
What does #J stand for in C++
|
|
[1 reply] : Well, I don't really know what it means, but it's most likely a NaN (N... (by helios)
|
by Scubatoad
Simple Arithmateic on a vector
|
|
[6 replies] Last: Just for the record, adding a decimal point to a numeric literal will ... (by seymore15074)
|
by raikenyu
What is % stand for in C++?
|
|
[3 replies] Last: You are welcome. (by MMZJSFMMX10MM)
|
by jaydr
problems using header files.
|
|
[5 replies] Last: Thank you grcunning. in the .h file is should have just the function d... (by jaydr)
|
by yukiti
[problem]pointers and recursive
|
|
[1 reply] : I resolved the problem is not: saida = AddValor( (*t)->esq, strin... (by yukiti)
|
by dman
How to initialize non constants in a header?
|
|
[2 replies] Last: If you want to see what 'professional' header files look like, just lo... (by guestgulkan)
|
by boggle
reading different data values from file
|
|
[1 reply] : When reading strings, the >> formatted input operator stops reading... (by guestgulkan)
|
by bcgould
Randomizing a database
|
|
[no replies]
|
by nolfolk
Hexadecimal in Array
|
|
[3 replies] Last: If you know your program will only run on little endian CPUs, you can ... (by helios)
|
by pjesh
How to identify range
|
|
[2 replies] Last: Why use a switch, I think switch only works with ints or chars. if ... (by grcunning)
|
by andrewt
ask questions until condition met (continued)
|
|
[1 reply] : Right now, both icecream and sauce are being checked against the s... (by jdd)
|
by persevering
Algorithms mergesort
|
|
[1 reply] : look on wikipedia. (by jsmith)
|
by youknowme
Program to identify the closest value from a range of values
|
|
[11 replies] Last: ok - thanks. I have run this and it seems to give correct output. I ne... (by youknowme)
|
by paolopiace
Matrix of Strings
|
|
[5 replies] Last: Thanks to everyone! Very much appreciated. (by paolopiace)
|
by masiht
stringstream question
|
|
[5 replies] Last: Thank you bazzy ! (by masiht)
|
by crinkelite
spaces in char array input
|
|
[7 replies] Last: thank you very much for clearing that up for me, you've all been extre... (by crinkelite)
|
by Prissy
where can i find the source code?
|
|
[1 reply] : For STL the sourcecode should be in the headers, you can also see in t... (by Bazzy)
|
by lightshadow
logic question
|
|
[4 replies] Last: just inline the function. macros are evil. (by jsmith)
|