by cyclist
searching a file
|
|
[1 reply] : Ok, so you've told us what your assignment is. How much progress hav... (by Faldrax)
|
by yanhe0116
Urgent- C++ classes
|
|
[1 reply] : The questions you have look to be ones you should direct at your tutor... (by Faldrax)
|
by kryptonite
Calling and editing a function in an exe
|
|
[no replies]
|
by jrohde
Iterating through a vector of pointers to class objects
|
|
[3 replies] Last: yes. But you're better off using a while loop while (vPtr != vecto... (by Zaita)
|
by shyn04
convert c++ to c
|
|
[1 reply] : i do it this way but the computation was not able to display.. i need... (by shyn04)
|
by Zeke
trying to learn enum
|
|
[2 replies] Last: Alright I guess that helps a bit, I'll try it that way. (by Zeke)
|
by narfman0
Dynamically increase array
|
|
[9 replies] Last: vector isn't the only STL container. A list, stack, queue all work equ... (by Zaita)
|
by lipune
c++
|
|
[1 reply] : No such thing as an "interface" in C++, This is a java term. An abstra... (by Zaita)
|
by mkralovic
Function with const parameter...
|
|
[2 replies] Last: thanks Faldrax, that's it, works now... (by mkralovic)
|
Fn. Called With Same Arguments' Values Many Time (Hw 2 reduce computation time) |
|
[3 replies] Last: One option would be to create a struct to hold a set parameters and an... (by Faldrax)
|
by amnahh
shifting in a 2d array
|
|
[2 replies] Last: This can be done it two simple steps: 1.) Do it 2.) You are done! (by firedraco)
|
by sunilkeshava
Overloading assignment operator
|
|
[1 reply] : Hi. I have written a working example in my blog which explains what... (by maheshd13)
|
by ramishama
Nice Programe to print out numbers
|
|
[2 replies] Last: its by borland C++ not Visual C++ (by ramishama)
|
by freedomhua
Skinfeature GUI Development Toolkit source code
|
|
[no replies]
|
by LeLorrain
Error C2662 and C2664
|
|
[1 reply] : OK, I corrected the first error (C2662). I found the explication on... (by LeLorrain)
|
by bnbertha
C to C++ arrays and back again
|
|
[no replies]
|
fatal error LNK1104: cannot open file 'libboost_filesystem-vc80-mt-gd-1_35.lib' |
|
[2 replies] Last: thanks for the reply ,yes i hav linked the correct library folder in ... (by munibsiddiqui)
|
by chosen1
Hangman Game
|
|
[1 reply] : First, include: #include <string> Try to create another string... (by psault)
|
by CPlusplusdna
Optimizing I/O when writing text file
|
|
[3 replies] Last: Thank you both for your insight. Minimizing the frequency of the << o... (by CPlusplusdna)
|
by Duthomhas
[solved-ish] How do I convert to base type?
|
|
[no replies]
|