by ChanGeZi
AVR Programming?
|
|
[no replies]
|
Accessors for char* |
|
[8 replies] Last: I am also trying to come up with syntax that should be blocked by t... (by roberts)
|
by bajaexplorer
Boost - to_iso_extended_string - invalid pointer
|
|
[7 replies] Last: Found it, but really don't know what to do about it. I guess see if I ... (by bajaexplorer)
|
by CIsHard
need help reading xml file
|
|
[2 replies] Last: 1) Scan each string for '<' symbol 2) if it is find first closing sym... (by tfityo)
|
by CIsHard
need help putting my program in functions
|
|
[1 reply] : initialize the 'i' to 0: for(int i = 0; i < ampm.length(); i++) ... (by Vins3Xtreme)
|
by dalydir
820th number in a list messes up
|
|
[9 replies] Last: Sans the error question, this matter appears to be resolved. The list... (by dalydir)
|
by Jikax
Saving process state
|
|
[4 replies] Last: Ok, so just save all local data of the function. But you do you do thi... (by Jikax)
|
by happyjoker
Camera ...For Professional
|
|
[1 reply] : If this is Windows, the API for this is Windows Portable Devices: htt... (by webJose)
|
by hopesfall
What does "* & " mean in a parameter?
|
|
[3 replies] Last: It signifies a reference to a pointer. Wazzak (by closed account zb0S216C)
|
by Perman
Problem with SetTimer() in another cpp file than main.
|
|
[9 replies] Last: I'm 99% sure that the variables you declare as extern in general.h are... (by clanmjc)
|
by DBarzo
Construct an object from its base
|
|
[5 replies] Last: What about just Derived(const Base& obj) : Base(obj) { } this us... (by mik2718)
|
by ado0702
c++ help with rainfall arrays
|
|
[1 reply] : hi First see following instream>>month >>year >>rainfall[… while(... (by therockon7throw)
|
by hentaiw
Create function with name from (Char*) ?
|
|
[4 replies] Last: Try instead dynamicall binding of functions, may be some thing like h... (by therockon7throw)
|
by kwinrow
Resistor Color Code Calculator
|
|
[2 replies] Last: I am trying to assign the individual resistor values of the array to t... (by kwinrow)
|
by MH4
OpenGl and C++ music - How to play 2 music at the same time?
|
|
[1 reply] : Hi, No idea . no experiences with OpenGL (by therockon7throw)
|
by sikuneh
Game inventory. How?
|
|
[4 replies] Last: You pretty much have the idea, an inventory system would just be a lis... (by Computergeek01)
|
by liquidfuzz
ifstream check if empty
|
|
[3 replies] Last: Dude, the ws stunt is even better. The string is supposed to be withou... (by liquidfuzz)
|
by rpgmaster95
create my own basic vector class using realloc
|
|
[5 replies] Last: Thanks JLBorges ... (by bluecoder)
|
by ramus313
searching through massive list of words
|
|
[11 replies] Last: should i use a for loop or something? Definitely use a loop... /... (by clanmjc)
|
Macro for Separating String |
|
[2 replies] Last: Well rather than having to type: 's', 'o', 'm', 'e', 's', 't', 'r',... (by closed account o1vk4iN6)
|