getnewpacket |
|
[4 replies] Last: Line 57 is the problem. You got memmove wrong. Look at this: http://w... (by coder777)
|
by STTrife
Problem with operator overloading
|
|
[10 replies] Last: Thanks a lot! I'll try to learn more about it so I can use it properly... (by STTrife)
|
by tw3tye
Delta time calculation problem
|
|
[no replies]
|
by boaz
Please need ur help
|
|
[2 replies] Last: anyone??? (by boaz)
|
2 or more |
|
[6 replies] Last: You question is a bit unclear. Are you wanting to strip out all repea... (by andywestken)
|
by hopesfall
Help organizing these strings?
|
|
[1 reply] : Use a map. std::map <string, int> container; container["Job Steve"] ... (by Telion)
|
General Code modifying |
|
[1 reply] : I have no idea what your actual question is, and unless we have a psyc... (by hanst99)
|
by ahveros
header files problem
|
|
[6 replies] Last: What viliml said is correct, I overlooked that (answering from my phon... (by clanmjc)
|
Lightweight Pixel Library c/c++ |
|
[no replies]
|
by thewarrior2
c++ linked list class
|
|
[2 replies] Last: look bro thats my code my problem in find ""compare serchedname with n... (by thewarrior2)
|
by ben1996123
Something about global/local variables and stuff.
|
|
[4 replies] Last: Thanks, that worked. (by ben1996123)
|
by maskanio
Undefined reference to a class? Why wont it compile
|
|
[1 reply] : You didn't implement ShortSword(void) . (by closed account zvRX92yv)
|
by chechondo
HELP WITH SWAP FUNTION
|
|
[2 replies] Last: template <typename T> void swap(T*& a, T*&b) { T* temp=a; ... (by viliml)
|
by even821
"->" and "."?
|
|
[4 replies] Last: yes, i already understood that part from the first reply. i simply ask... (by even821)
|
input file not opening? |
|
[1 reply] : I don't know if it's a problem but you could try using a path without ... (by Peter87)
|
by incognito
Huge flaw in quickSort implementation of mine. Please help!
|
|
[4 replies] Last: Thanks cire. That helps :) You are right. I wasn't actually keeping tr... (by incognito)
|
by incognito
queries about find_first_not_of and find_first_of member functions
|
|
[no replies]
|
by Cylab
bits of all types of files(txt,mp3,gpn etc)
|
|
[1 reply] : #include <iostream> #include <fstream> #include <iterator> #include <... (by JLBorges)
|
by doddolfur
Twitter Console App
|
|
[1 reply] : for the username I'd advice MySQL, it's simple to use abd does what yo... (by tofiffe)
|
by hexduhax
C function pointers vs C++ templates
|
|
[1 reply] : The polymorphic call wrapper std::function<> gives the maximum amoun... (by JLBorges)
|