by Kieth89
What is a string literal?
|
|
[3 replies] Last: That's right! -Albatross (by Albatross)
|
by Kieth89
Why normally declare variables when you have pointers?
|
|
[9 replies] Last: By changing to which block of memory a pointer points without storing ... (by Albatross)
|
Reading files with \r\n |
|
[2 replies] Last: Thanks! That worked perfectly. So I take it that even though openin... (by helloworld922)
|
by porl123
Question about classes
|
|
[3 replies] Last: +1 to quirkyusername if you want a variable to hold a string, use a... (by Disch)
|
String of Ints? |
|
[2 replies] Last: O.O i <3 u 4ever (by kresentphresh)
|
dos.h |
|
[11 replies] Last: I see. Thanks for the clarifications. (by filipe)
|
by CWB
Quick question about freeing up allocated memory.
|
|
[1 reply] : All memory is freed when a program exits. It is bad to allocate memor... (by kooth)
|
by im abcd
stuck in a simple program :( (area)
|
|
[5 replies] Last: omg!! .. . lolz my bad ..how did i mis looked ..ok problem solved than... (by im abcd)
|
by chathura666
hide local identifiers in C
|
|
[no replies]
|
by PESITdude
conio.h - portability issues
|
|
[5 replies] Last: you also can use this header file for linux systems and conio.h for wi... (by chathura666)
|
by cmccmc
error
|
|
[3 replies] Last: Yeah, but if you put it a decently long string you might overflow the ... (by firedraco)
|
by vlad61
arrays on Pancake Glutton
|
|
[8 replies] Last: Yeah i do like your suggestion. even though mine worked I dont like th... (by vlad61)
|
by ToniAz
Syntax Trouble
|
|
[5 replies] Last: Besides being a pure virtual function, it is also a function call oper... (by sohguanh)
|
UPDATED: Need a little assistance... |
|
[no replies]
|
Soft-Deleted |
|
[2 replies] Last: You are certainly right - I could learn every piece of C++ syntax in a... (by kresentphresh)
|
by nick85
Is C++ here to stay? (1,2)
|
|
[39 replies] Last: As far as fun is concerned, many games from 10 or 20 years ago are st... (by sohguanh)
|
by nick85
What language should I learn next (if any)?
|
|
[10 replies] Last: Focus on algorithms, data structures, and abstract programming concep... (by sohguanh)
|
by clomer
file io
|
|
[1 reply] : struct Foo { int n; std::string s; }; Foo f; std::ofst... (by filipe)
|
by dexterof
what does that means
|
|
[1 reply] : Sets the random seed to the current Unix time See http://www.cplusplu... (by Bazzy)
|
by bosneeda
array solution !?
|
|
[13 replies] Last: I know time is an issue so if you think you can pull it off START A NE... (by Computergeek01)
|