class does not a name type error (1,2) |
|
[23 replies] Last: Also make sure that .txt file is really .txt not .txt.txt. (by jlb)
|
by stav
Compatibility between compilers
|
|
[5 replies] Last: Correct, I don't do a lot of shared libs so I forgot that the only "po... (by jlb)
|
by stav
Undefined reference when linking with glew
|
|
[2 replies] Last: It worked! Thank you so much (i moved the *.cpp part before my linke... (by stav)
|
by fukuli053
String Turkish character problem
|
|
[10 replies] Last: arf, thank you. :) (by fukuli053)
|
Need help with nested lambda exptression |
|
[2 replies] Last: Thank you Repeater! (I got a knot at my cerebral gyri ;) (by nuderobmonkey)
|
by sean4fsu777
How Can I Write This Program to Create Arrays Using Pointers for Exam Scores?
|
|
[6 replies] Last: You're welcome - glad it helped. (by MikeyBoy)
|
by stav
Opengl only sending vertex buffer once?
|
|
[3 replies] Last: It confuses me, too (present tense, I still really only know the basic... (by Ganado)
|
by michaelD
queue of structure with template argument
|
|
[6 replies] Last: The simplest approach is usually the best. (by coder777)
|
by Forgetful
working with pixels
|
|
[8 replies] Last: Maybe something like this. #include <algorithm> #include <iostream>... (by tpb)
|
by Presm0
Books for HQ Video Streaming?
|
|
[1 reply] : these services are most likely using off the shelf code to do it. Th... (by jonnin)
|
by timjam27
String Help
|
|
[3 replies] Last: Thank you guys for the speedy responses. I realize now that the proble... (by timjam27)
|
by mgraham186
Recursion Questions
|
|
[6 replies] Last: thanks coder777, appreciate it (by mgraham186)
|
by jj090304
The code is not working. The trigonometric doesnt go in.
|
|
[2 replies] Last: you are confusing printf and cout. printf is a C function and I often... (by jonnin)
|
by solbin
I want to receive input.
|
|
[2 replies] Last: You might find this tutorial helpful: http://www.cplusplus.com/doc/tu... (by MikeyBoy)
|
solve the linear equation |
|
[1 reply] : I see no matrix. If you try to input all elements of an nxn matrix wi... (by lastchance)
|
by alexsav
Function: int findText(const string toFind, string usrStr) always returns 0
|
|
[3 replies] Last: Here is my full assignment Assignment: Text Editor (1) Prompt the use... (by alexsav)
|
by xari2
Function does not return string
|
|
[3 replies] Last: Thank you tpb and gandadu...okay i got it tpb.. (by xari2)
|
by volang
Call the same function, before the first call to it is completed
|
|
[17 replies] Last: A remarkably restrained finish to this thread, I think. Thanks all. (by Repeater)
|
by Yany
How to synchronize Half Duplex in Serial Port COM using ReadFile and WriteFile?
|
|
[7 replies] Last: Could you please provide me a link about "user mode"?, so I can under... (by helios)
|
by yasminesana
create table
|
|
[1 reply] : #include <iostream> #include <map> int& t( int index ) { static ... (by JLBorges)
|