by jzone3
Open program on different computer
|
|
[3 replies] Last: i said mac because the program I made was an .exec not .exe what are ... (by jzone3)
|
by piotr5
can a compiler figure out the correct type?
|
|
[6 replies] Last: Previously I wrote: [quote=guestgulkan]By the way the two functions c... (by guestgulkan)
|
byte-swapping - is this efficient? |
|
[8 replies] Last: Are you sure the builtin swap is actually used? My tests show that it ... (by Athar)
|
by Skillless
Chatbot AI
|
|
[3 replies] Last: Here is one to begin with http://en.wikipedia.org/wiki/Boolean_algebr... (by EverBeginner)
|
by eye51
Passing vector to Constructor by Reference
|
|
[5 replies] Last: Hi J Smith, Thanks for your reply. Your suggestion solved my prob... (by eye51)
|
by adam42
Unusall decleartion
|
|
[5 replies] Last: Thanks. I think I understand it now (by adam42)
|
by onako
RAM memory consumpion
|
|
[1 reply] : C++ does not provide anything like that. If anything does, consult yo... (by jsmith)
|
by Melander
Networking with SFML
|
|
[3 replies] Last: Anyone? (by Melander)
|
by Alumian
Picking up objects in games
|
|
[5 replies] Last: any time. (by Seraphimsan)
|
by studentICT
a sort function
|
|
[2 replies] Last: Hi, What you're doing is the first step of block sorting (i.e., w... (by rwan)
|
by vicky1711
How to create background timer?
|
|
[1 reply] : http://www.cplusplus.com/reference/clibrary/ctime/time/ you can als... (by wenqiang)
|
by akramlive
Making Real password
|
|
[3 replies] Last: Your problem is you're adding the backspace character, '\b', to the pa... (by xabnu)
|
how to find mode from a vector of ints |
|
[15 replies] Last: No problem! Thanks for the post onto the mp3 project lol it seems a LO... (by jackson)
|
by D Technodude
Classes
|
|
[2 replies] Last: ...Yes? void *object=malloc(n); There you go: n bytes to work with... (by helios)
|
by shenh
What is the meaning of such an constructor?
|
|
[3 replies] Last: Thanks R0mai, and Kyon for your excellent example. I understand now. (by shenh)
|
by D Technodude
#include <string> ??????
|
|
[1 reply] : Google is your friend. http://www.cplusplus.com/forum/general/4202/... (by DaSpirit)
|
by CodeBugs
How do I use a template in a class NOT the main() method?
|
|
[5 replies] Last: I probably not making myself clear, but I have found the answer. this ... (by CodeBugs)
|
by chrisben
a queue of references
|
|
[1 reply] : you can't store references, references are just a way of passing data ... (by quirkyusername)
|
by Gianks
Safe Dynamic Library Execution and unload
|
|
[4 replies] Last: Hello Gianks, No, it is not unless to look through all the code com... (by EverBeginner)
|
by chrisname
Escape sequences
|
|
[6 replies] Last: That doesn't work, though. How can the program know what characters ar... (by chrisname)
|