by soumyaxyz
minus zero
|
|
[5 replies] Last: int row_echelon(n) was a typo i corrected it before handing it in... (by soumyaxyz)
|
by NeoSeeker
Storing values in a dynamic array
|
|
[3 replies] Last: try creating a dynamic array as follows: string *pointer = new str... (by paki programmer)
|
by airerdem
Get out from nested for loops
|
|
[13 replies] Last: Congrats Airedem . :) (by anonymouscoder6)
|
by bcousins
TCHAR has not been declared
|
|
[9 replies] Last: http://tdragon.net/recentgcc/ for latest gcc windows port, the source... (by modoran)
|
by leomifare
How to dump Static Library (.lib) and Header file from a DLL?
|
|
[3 replies] Last: There is no way to generate a header file from an arbitrary DLL. (by modoran)
|
by propohetjohn
accessing a website via console
|
|
[1 reply] : You can use cURL library to do that ( http://curl.haxx.se/ ) or you co... (by modoran)
|
by NeoSeeker
Returning a pointer from initialized constructor?
|
|
[1 reply] : A constructor doesn't return anything. What are you trying to do? (by Zhuge)
|
by GTKnight
Calculation problem
|
|
[11 replies] Last: Your for loop looks strange. It looks like it is trying to loop ten ti... (by Zhuge)
|
by Graphitea
Pointers and References
|
|
[7 replies] Last: KernalSeiden, Thank you very much for your explanation. I was hopin... (by Graphitea)
|
by nchesebro
Beginners Assignment
|
|
[2 replies] Last: You are also using while() loops (incorrectly) in several locations th... (by Zhuge)
|
by nathan1987
Triple Variable Count
|
|
[3 replies] Last: awwwwwwwwwwwwwwwwww god *hangs head in shame* note to self: don't get ... (by quirkyusername)
|
by patrickmh
Question Euclids Lowest Common Demoninator
|
|
[3 replies] Last: 1. One of your IF statements is capitalized 2. Using end1 instead o... (by cppmatt)
|
by plantking6
ELSE PROBLEM!
|
|
[4 replies] Last: Okay. Thanks a lot! ^^ (by plantking6)
|
by pwnedu46
SMFL not working
|
|
[1 reply] : You need to tell your compiler to look in whatever directly you instal... (by Disch)
|
by VvKevin80
Calculator won't compile
|
|
[5 replies] Last: Thank you. It now compiles, but doesnt work quite like I want it to. ... (by Disch)
|
by jarek
I do not get the address of a character when using &. Why?
|
|
[3 replies] Last: A char is a fundamental type. If you are going to blame anything...b... (by firedraco)
|
by rat141312
C2065 vector generic
|
|
[9 replies] Last: Thank you Branflakes! I had a small hunch that it had something to do... (by rat141312)
|
by Cake
Passing and writing an array of strings
|
|
[no replies]
|
by lily2011
static function in a ref class
|
|
[1 reply] : It is because C++/CLI requires that overloaded operators be static.... (by closed account z05DSL3A)
|
by SouShadow
Stack or Queue Question
|
|
[5 replies] Last: These are some of the requirements of my project. 1. 4 distinct dat... (by SouShadow)
|