by helios
Do NOT use Dev-C++...
|
|
[13 replies] Last: True the point of syntax highlighting is to make code easier to read; ... (by chrisname)
|
by Nature1
C - Problem Bubble sorting linked list
|
|
[4 replies] Last: Aw crap, I feel like a retard... Thx man you helped me out big time. I... (by Nature1)
|
by badwl24
read specific string in C++
|
|
[no replies]
|
by mrb9337
My C++ project.. :-/
|
|
[2 replies] Last: Ahhh perfect. Thank you very much. :) (by mrb9337)
|
by Oromis
RSA encryption
|
|
[2 replies] Last: Thanks! I used your algorithm and it works perfectly. (by Oromis)
|
by chewykb24
array question
|
|
[4 replies] Last: Hi i am not as good as others in c++ but i will try to build a dynam... (by wincry)
|
by Milkyjoe
My C++ Project
|
|
[3 replies] Last: Look at the source of polyworld, perhaps? http://sourceforge.net/proje... (by chrisname)
|
class template variations |
|
[5 replies] Last: You mean template specialization? You can do that like this: templa... (by Bazzy)
|
by ToffeeC
Why does this produce an error? File I/O
|
|
[1 reply] : For some reason, the C++ committee decided that std::fstream::open() o... (by helios)
|
by chewykb24
string function find.
|
|
[2 replies] Last: ok thanks man, i think thats just what i need. Im a little confused i... (by chewykb24)
|
by JRevor
Templates and operator overloading
|
|
[7 replies] Last: 1 is an integer. As a float it is 1.0f . (by Chewbob)
|
by chrisname
Could someone test me?
|
|
[12 replies] Last: I didn't mean static as in the keyword static, I meant static as in "... (by Bazzy)
|
How do I get better at technical design? |
|
[4 replies] Last: I have to agree with helios. Reading books is not the best primary ... (by jsmith)
|
by cheriansonic
C++ Project
|
|
[12 replies] Last: #include <normality> int main() { char norm ; memset(n... (by mcleano)
|
by fares
what dose that mean
|
|
[1 reply] : first line: It is casting x to an integer and then subtracting 48. ... (by jsmith)
|
by blucrosoft
Sorting an object by a member
|
|
[2 replies] Last: Thanks! It works. (by blucrosoft)
|
by blucrosoft
c++ lists with fields
|
|
[14 replies] Last: I just wanted to know other ways. Thanks! I'll use the constructor. (by blucrosoft)
|
Overloading [] |
|
[6 replies] Last: Thanks, loving C::B btw. (by narcissisticcheer)
|
by joshky
Charactar array size overflow
|
|
[8 replies] Last: thank you very much, i can see how setting the array, then performing ... (by joshky)
|
by helios
Comparing Strings
|
|
[1 reply] : O_o, another buggy topic... (by firedraco)
|