by nismo343
Assignment Calculating Sphere
|
|
[1 reply] : The code you posted doesn't make much sense, you should look at the tu... (by Bazzy)
|
by tifa farouk
quick sort
|
|
[6 replies] Last: looks like a good site: http://www.algolist.net/Algorithms/Sorting/... (by gcampton)
|
by Zyprexa
What does & in front of a function argument mean?
|
|
[3 replies] Last: Thanks (by Zyprexa)
|
by thanhvnn1
[error C2440] cannot convert from 'std::string' to 'char'
|
|
[3 replies] Last: http://www.cplusplus.com/forum/beginner/18454/#msg94246 http://www.... (by thanhvnn1)
|
by kesa09
simple loop
|
|
[5 replies] Last: or before the cout put a conditional [code firstline=32]if (choice ... (by gcampton)
|
by garrett
FTP Client
|
|
[2 replies] Last: #include <wininet.h> #include <windows.h> int main() { H... (by garrett)
|
by amn390
Video into Images
|
|
[1 reply] : Do you have the libraries, skill and knowledge base to even begin this... (by tummychow)
|
by Phazon
Condition seems to be ineffective
|
|
[6 replies] Last: i suggest you add number randomization and tell the user if his input ... (by blackcoder41)
|
strstream problem |
|
[7 replies] Last: If you have <sstream>, you have ostringstream and istringstream. Have... (by kbw)
|
by ripley
divide string into small strings
|
|
[9 replies] Last: I figured that out by myself. Thank you. (by ripley)
|
by PGReviews
How to handle a mouse click? (1,2)
|
|
[27 replies] Last: Keep in mind that JS is designed to work with web integration, like Fl... (by tummychow)
|
by loveless
friend function problem
|
|
[17 replies] Last: Another way to do is to add following lines in hpp file(new_file.hpp):... (by jysonia)
|
by RobertL
Palindrome testing program crashing.
|
|
[12 replies] Last: Diffrint iteration: #include <iostream> #include <string> usin... (by RobertL)
|
by bolo809
Translate string into int type.
|
|
[9 replies] Last: I only know because when I first began coding I used atoi () and ito... (by Duthomhas)
|
by jpez86
Additional Digits after decimal to Octal/hex/char conversions
|
|
[2 replies] Last: You got that far without code tags? You are a better man than me, jsm... (by PanGalactic)
|
by Rox
The most primitive way to send data through a socket
|
|
[1 reply] : [quote=rox]let´s suppose we are going to write a new network library,... (by PanGalactic)
|
by mchattha
Please explain!
|
|
[1 reply] : It repeatedly multiplies "power" by the value of "myFlt1". The loop... (by jsmith)
|
by sebas
free a pointer to pointer variable
|
|
[4 replies] Last: - You can delete NULL pointers without any problem (nothing will happe... (by Disch)
|
by nammae
Bit inversion problem
|
|
[2 replies] Last: Ok, thank you very much. (by nammae)
|
by Rycul
Configuration error when executing .exe
|
|
[3 replies] Last: Then you must install .Net in the target computer to have it running ... (by Bazzy)
|