by jimctu
vector desalocation error
|
|
[2 replies] Last: !!! stuppid one here... ¬¬ I am on this problem for 2 hours and j... (by jimctu)
|
by chrisname
File I/O problem.
|
|
[11 replies] Last: LOL, sorry. See the other thread for more. (by Duthomhas)
|
by GameOn
fastest method to find all divisors
|
|
[7 replies] Last: whoooa!!!! how stupid i am ^^ thanks and sorry for makink u post suc... (by GameOn)
|
by Bv202
Pointer to char question
|
|
[7 replies] Last: Actually, both syntaxes are not equivalent. The former makes a pointe... (by helios)
|
by Return 0
Preprocessor Directives
|
|
[4 replies] Last: Thank you both. It makes more sense now. I most likely will not find... (by Return 0)
|
by Cyanz
fighting simulator
|
|
[6 replies] Last: Ali vs Gandhi ! (by Hammurabi)
|
by tition
How do you create/open a file (windows)
|
|
[6 replies] Last: fstream is apart of std i think. std::fstream dump("c:\\VP.txt... (by jloundy)
|
by Bv202
Class questions
|
|
[4 replies] Last: Thank you Disch, I'll read that tutorial this evening :) (by Bv202)
|
by Bv202
Switch structure not working
|
|
[4 replies] Last: That works fine, thank you Bazzy :) (by Bv202)
|
by axim
Linked list experts - URGENT CALL
|
|
[1 reply] : Your code: #include <stdio.h> #include <stdlib.h> //it would be be... (by hamsterman)
|
C++ and the scripts languages |
|
[1 reply] : Read this thread: http://www.cplusplus.com/forum/general/11061/ (by Bazzy)
|
by k2sickness
Noob fstream question
|
|
[4 replies] Last: oh nice :O ..handy lol (by k2sickness)
|
by now
Noob 'if' statement problem
|
|
[6 replies] Last: Ah, fair enough than. Thanks for clearing that up ^.^ Should be fine ... (by now)
|
by trojan1987
can't seem to get the value-returning function right...
|
|
[3 replies] Last: You have some newbie mistakes...read: http://www.cplusplus.com/doc/... (by firedraco)
|
by budzbox
Operator Overloading
|
|
[6 replies] Last: Ahhhh, much better, thanks. File Name: Driver_7.cpp #include <... (by budzbox)
|
by bossross
generating random numbers in an array
|
|
[1 reply] : Your class is named ArrayClass1 but your constructor is named Array... (by Hammurabi)
|
by linus9
combining numerical arrays with pointers
|
|
[2 replies] Last: Thanks so much for your help; I really appreciate it. I'll have to ... (by linus9)
|
by VictorH
using oct
|
|
[2 replies] Last: You can represent floating point numbers in other radices, but it is u... (by Duthomhas)
|
by comac
How to go to develop applications
|
|
[2 replies] Last: If you don't know, then either don't post or ask him to try to be more... (by Duthomhas)
|
by Timbo1
cin >>
|
|
[12 replies] Last: your trying to fit a string into a pre intialized char. you need to ch... (by jloundy)
|