by donpeter06
AT commands in C++
|
|
[3 replies] Last: How to open COM port ? With CreateFile in windows, in linux I think ... (by modoran)
|
by LeRoyce
How do i pull data from MYSql and assign it into a variable?
|
|
[no replies]
|
by joshrocks
how?
|
|
[8 replies] Last: Windows (as in graphics context), Input, Audio, etc. are still done by... (by closed account S6k9GNh0)
|
by AsianHaxer01
Problem out of range with stack class
|
|
[no replies]
|
Member Functions!!! |
|
[3 replies] Last: You can use a new class and add Members as needed (with new Members... (by eypros)
|
by AsianHaxer01
Transferring Data between Main and a Function
|
|
[3 replies] Last: I found out the problem in an earlier part of my code. Apparently i wa... (by AsianHaxer01)
|
OpenAL |
|
[no replies]
|
by otomanb
Code is not running plz check
|
|
[6 replies] Last: I use Mingw on Windows and that seems fine too. (by Mats)
|
by suhprod
COPYING TO BOOT SECTOR
|
|
[4 replies] Last: Besides, unless you have malicious intentions you shouldn't make anyt... (by hanst99)
|
by louflow
comparing arrays with a for loop
|
|
[4 replies] Last: Actually, Cubbi was showing the the individual values in each array, n... (by whitenite1)
|
by mahinkhan22
Vector class and Iterator
|
|
[2 replies] Last: alaa :) thanks L B. (by mahinkhan22)
|
by blueKnight
Graphical User Interface
|
|
[7 replies] Last: C++ is great for high level/low level programming and does not even ne... (by LB)
|
by mzimmers
exception handling for int overflow (1,2)
|
|
[21 replies] Last: Then will the following modification to Cubbis function also not work ... (by SIK)
|
by tenaz3
Problem using set<>
|
|
[3 replies] Last: class Habitante{ public: // access specifier, "private" is default ... (by Catfish)
|
by jamac
Raw binary data conversion
|
|
[7 replies] Last: Hi all, Will mark as solved. Use of unsigned char in line 4 of my ori... (by jamac)
|
Unable to input in cin when using sstream |
|
[1 reply] : After cin >> i; you're calling getline (cin,mystr2); . The operat... (by Cubbi)
|
by shdin271
calling function seems dosent work. pls help
|
|
[8 replies] Last: thanks a lot it should be void rate(Movie r) { cout << "... (by shdin271)
|
by TPWT
Checking if a variable exists:
|
|
[1 reply] : Don't do this. AFAIK this is reflection and it's hard to implement in ... (by majidkamali1370)
|
by biplav17
GLUT: Drawing keeps on blinking. Need Urgent help
|
|
[8 replies] Last: ok removing the glclear works!! :D thanks so much (by biplav17)
|
by kayseri
Manipulating a class member outside a class
|
|
[6 replies] Last: Thank you all, @uberwulu, @Aramil of Elixia : the code i gave above wa... (by kayseri)
|