by zeak
scanf problem....
|
|
[3 replies] Last: The exact equivalent would be scanf("%*1000[^\n]%*1[\n]%*c"); but th... (by Cubbi)
|
by Livingdreams
c++ program to read html code.
|
|
[17 replies] Last: Thank you so very much Yes i knw this is not my strong side!! i am d... (by Livingdreams)
|
by bobbyray
Can anyone give me a hand with this code!? any help would be greatly apreciated!!!
|
|
[7 replies] Last: As long as your function prototypes exactly match your function declar... (by ajh32)
|
by rahuliitb
opening file
|
|
[1 reply] : read this: http://www.cplusplus.com/doc/tutorial/files/ (by Darkmaster)
|
by nhat nguyen
To mark both smallest and largest element
|
|
[9 replies] Last: #include <iostream> int main() { const int CAPACITY = 1000; doubl... (by Darkmaster)
|
by DrakeMagi
I can't get opengl 2.1 vbo to draw
|
|
[1 reply] : I was trying to draw a flat triangle . oops! fixed now. (by DrakeMagi)
|
by danny280279
Tables in C++
|
|
[5 replies] Last: > I'm a beginner in C++ but I would like to know how to make tables in... (by JLBorges)
|
by jaywalls
How to display any zeros in front?
|
|
[1 reply] : You may want to look into some of the stream output manipulators such ... (by jlb)
|
by bestmaster99
Anyone smart enough?
|
|
[1 reply] : If you guys don't get it maybe a preview of the book might be helpful ... (by bestmaster99)
|
by zeak
What's this?
|
|
[7 replies] Last: look up a page on printf. idk what the conversion rate between setw an... (by closed account Dy7SLyTq)
|
by yelnatz
What does "^" mean for variables?
|
|
[2 replies] Last: ^ is to * as % is to & (I'm assuming managed C++ not WinRT) ^ = manag... (by binarybob350)
|
by hopesfall
void pointer as a parameter
|
|
[1 reply] : Since the parameter is a void * you need to pass in the address of som... (by binarybob350)
|
by geezle86
Can You Tell Me What Is It For?
|
|
[1 reply] : your code cout << "Enter next sequence: " << endl; acc... (by greenleaf800073)
|
by IWishIKnew
OOP- CLASSES
|
|
[4 replies] Last: May be you find answers onyour questions at http://www.cplusplus.com/d... (by tcs)
|
by unoo
Program from a .dat and histogram
|
|
[1 reply] : 1. Line 9: you're dereferencing an uninitialzed pointer. This could c... (by tcs)
|
by colbra
Loop causes "not responding"
|
|
[no replies]
|
by Rooster
Problem in Tree, help!!
|
|
[no replies]
|
c++ triangle in a nested while loop, simple ways, using counters |
|
[5 replies] Last: sorry for the mistake, thanks again :) (by closed account 41U4izwU)
|
Can anyone help me figure out how to write this program? |
|
[3 replies] Last: I dont have a compiler handy. But based on http://www.cplusplus.com/... (by emcege)
|
by sis007
Link list Iterator.
|
|
[no replies]
|