by grcunning
class working with int or string
|
|
[2 replies] Last: DOH!!!!!! I am so used to using string without specifying the namespa... (by grcunning)
|
by Daniel A
Manipulating packets data within a network
|
|
[no replies]
|
by Mythios
Creating a function like Sleep()
|
|
[11 replies] Last: There is a lot more code than this but heres is the code I'm using. I ... (by Mythios)
|
by VictorH
hash calculation
|
|
[1 reply] : I think your bit shift is wrong. Try (bigval<<16) . (by helios)
|
by ghkdyd
about .. Run time error..
|
|
[4 replies] Last: This sounds like a stack overflow to me. (by helios)
|
by sureshrtp
conversion from string to byte
|
|
[3 replies] Last: There's a member function on std::string that will do step 1. That gi... (by kbw)
|
project for dynamic allocation |
|
[13 replies] Last: I've just seen that you missed one requirement for task 5 "poly::eval"... (by onur)
|
by akmal4ik
problem with cirillic
|
|
[6 replies] Last: ... (by Mythios)
|
sort vectors based on other vectors? |
|
[2 replies] Last: It would be much easier if you had an vector of a struct or class cont... (by onur)
|
by Grimrider
invalid use of member (did you forget the &?)
|
|
[2 replies] Last: Haha - yeah got to admit I've missed that myself a few times from typi... (by Mythios)
|
parsing text file |
|
[1 reply] : getline(file,*ch); Using a string type, not a char . Same for the .... (by Zaita)
|
by jui
Reading files in a vector or list and save these
|
|
[1 reply] : for (int i = 0; i < (int)files.size(); ++i) { FileWvIn tr(files ... (by Zaita)
|
by DangerDave21
Template List class wont display insertEnd.
|
|
[1 reply] : Hi! I guess the first code is list.cpp. This one must #include "list.... (by Smok006)
|
by etrusks
why i cant run program
|
|
[7 replies] Last: =\ errr ok (by Zaita)
|
by sknew
Loading and Saving XML files
|
|
[1 reply] : http://www.cplusplus.com/forum/articles/1295/ (by Zaita)
|
by tition
Calling a template object's member function
|
|
[11 replies] Last: One word of Advice. "ElementOfCommutativeRingWithIdentity" Is very lon... (by Zaita)
|
by sanzilla
space character bug using vectors
|
|
[1 reply] : Some older compilers do not handle the ambiguity of >> correctly. >... (by jsmith)
|
by ddii
Namespaces compile error
|
|
[2 replies] Last: Thank you for your reply, Mr. Helios. (by ddii)
|
by zius oram
lock resources of remote computer
|
|
[4 replies] Last: thank you, got it. (by zius oram)
|
by Mythios
[SOLVED]Can't Figure out whats wrong with sleep?
|
|
[3 replies] Last: Fixed it changed the 5 to 100 and its all good. Was getting minus valu... (by Mythios)
|