by teenagegeek
C language basics
|
|
[1 reply] : In Unicode, the following code points are whitespaces: U+0009, U+000A,... (by helios)
|
by OtakuGirl07
Whats a "parameter"?
|
|
[3 replies] Last: According to Wikipedia: "Formal parameter", "formal argument" = "para... (by helios)
|
by aboutjeab
Multiple Definition Error
|
|
[3 replies] Last: If they derive from different classes and have different functions, it... (by helios)
|
by QWERTYman
Fun (pshht) with exceptions
|
|
[1 reply] : You cannot use isdigit() on integral values (a number can't be anythin... (by helios)
|
by Trinity
Hello thar
|
|
[3 replies] Last: Thanks for the replies guys. Duoas; the world of programming, ... (by Trinity)
|
by PeterRod
Whats wrong here !
|
|
[6 replies] Last: There are a number of c runtime functions that take a user supplied p... (by guestgulkan)
|
by kaisin
Possible to convert ansistring to int? urgent! need assistance!!
|
|
[1 reply] : Aim your documentation at SysUtils::StrToInt (). Enjoy! (by Duthomhas)
|
by L Plate
Determining the string length of a command prompt input
|
|
[3 replies] Last: I always just convert them to a std::vector of std::string and for... (by Duthomhas)
|
by paul23
Explaining source code
|
|
[1 reply] : 1) f.read( (char*)(&x), sizeof(x) ) The parameters to the r... (by jsmith)
|
by alberto2000
Winsock tutorial
|
|
[2 replies] Last: thanks, ill check it out! (by alberto2000)
|
by hamsterman
clearing stringstream
|
|
[1 reply] : That should do the trick: std::stringstream ss; // do sth with ss ... (by exception)
|
by PeterRod
Try Catch
|
|
[5 replies] Last: Great. will follow your advice (by PeterRod)
|
by Jello715
What exactly can I use C++ for? (1,2)
|
|
[29 replies] Last: Uhm I strongly recommend against the JASS thing of WC 3: it's full of... (by ShadowTek)
|
by paul23
OO - in need of examples/tutorials
|
|
[1 reply] : I've always liked cplusplus.com for their tutorials and documentation.... (by mahlerfive)
|
by xstabless
how to read hexadecimal data in C++
|
|
[3 replies] Last: Calculator on Windows. Turn on the Scientific option and it can conver... (by Zaita)
|
by benbou
opening a my first program (how) ubuntu :) Eazy ey!
|
|
[2 replies] Last: i think you are asking how to save this & open in an ubuntu(unix) term... (by j0n)
|
by low1988
searching phonebook profile ?
|
|
[no replies]
|
by Reiyn
File IO - writes to out file, then errors...
|
|
[2 replies] Last: O geez!! I've looked at this so many times and not seen that!! Thanks... (by Reiyn)
|
by Han
to draw diamond shape
|
|
[no replies]
|
by man156
function call
|
|
[2 replies] Last: What is this nonsense supposed to be ??? #include <iostream> using... (by guestgulkan)
|