by orimastaka
Problems with "searching a list"
|
|
[1 reply] : In return ptr->dados; , should you not be returning the address of ... (by Duthomhas)
|
by advaitvit
How to covert an array of strings into a integer double array
|
|
[2 replies] Last: Are your strings always just 0 and 1s (are they binary?) And not sure... (by andywestken)
|
Color |
|
[3 replies] Last: OK! Awesome. I think I understand now. Thanks guys! (by ForTheReallys)
|
by RDelPorto
How cin interprets a .
|
|
[3 replies] Last: . I just don't understand why the . would be interpreted as whitespac... (by jlb)
|
by User12 3
C3861 : 'identifier not found
|
|
[12 replies] Last: Yes, do the same as before. Introduce two template types: template <... (by coder777)
|
by beginner20
concatenate two list
|
|
[8 replies] Last: I've managed the problem. Thanks you. (by beginner20)
|
by guolisen
How to solve the Template compile error
|
|
[2 replies] Last: Thanks, it works! :) and 'static const' intger value can be initial... (by guolisen)
|
by csstudent123
Catch character input in type number
|
|
[5 replies] Last: Welcome :) @andywestken The stuff you wrote were very cool, learnt a ... (by shadder)
|
by JackieCho
Question about Time & Date
|
|
[5 replies] Last: If you want multiple functions to use the same time then what you wrot... (by SamuelAdams)
|
by iamlearner
C++ - File is not Fully arrived
|
|
[2 replies] Last: thanks for the reply .. yes i change char *rbuffer to char rbuffe... (by iamlearner)
|
by hyugan123
Implement a simple password that takes two
|
|
[2 replies] Last: Every "test" in an if statement has to be able to stand on its own. T... (by Ganado)
|
by mjamesball9
Quick Help :)
|
|
[6 replies] Last: ohh I was just thinking too deep into it, thanks a lot MiiNiPaa. I gu... (by mjamesball9)
|
by hav206
B+ tree
|
|
[1 reply] : ¿what's vector? (by ne555)
|
by mehti
where has been saved the output?
|
|
[2 replies] Last: tank you MiiNiPaa so i should run again. (by mehti)
|
by Sam1994
STL Vector C++
|
|
[19 replies] Last: If you're talking about this: a) Create a third vector, which contai... (by andywestken)
|
by BuCKetBoss
How to save a QRCode struct in libqrencode as an image c++
|
|
[1 reply] : A simple solution if linking an image library is overkill, is to write... (by helios)
|
Can someone help me out? |
|
[7 replies] Last: Welcome :D (by shadder)
|
by pyrophoenix
How to add objects to a program with class?
|
|
[11 replies] Last: This is because you did not made your functions const-correct: double... (by MiiNiPaa)
|
by pyrophoenix
How to add objects to a program with class?
|
|
[11 replies] Last: The A is const . Only const member functions of such object may ca... (by keskiverto)
|
by iamlearner
send the file periodically through socket in windows
|
|
[6 replies] Last: here is my client code : // client.cpp : Defines the entry point for... (by iamlearner)
|