by MCJamaica
several Header and C++ datafiles
|
|
[15 replies] Last: Perfect! Many thanks to both of you!!! No it works and I can keep that... (by MCJamaica)
|
by metulburr
computer science degree question
|
|
[10 replies] Last: 1. Imagine a spreadsheet. In a spreadsheet, columns have letters and r... (by helios)
|
by tajendra
malloc vs new, where to use malloc ?
|
|
[2 replies] Last: The short answer is nowhere; use new . One could argue that using ... (by Moschops)
|
by truszko1
main.cpp using sphere library
|
|
[1 reply] : which compiler are you using? if(MSVC) ensure all these 3 files list... (by aj3423)
|
by DSTR3A
Change Registry Value
|
|
[7 replies] Last: Huh?? Why do you need that? I mean, you can verify if the value chan... (by webJose)
|
by rangola1
symbol '$' at x,y co-ordinates
|
|
[no replies]
|
by Danielc
Class public members alternatives..
|
|
[2 replies] Last: Thanks for the answer webJose.. I think I will use the second option ... (by Danielc)
|
by mekkatorqu
[win32 API] Animation + custom buttons
|
|
[14 replies] Last: I beg to differ: Code become messy when you combine with UI code. No... (by webJose)
|
by paulmcco
visual c++ *.exe - Unable to locate Component
|
|
[1 reply] : Windows looks for DLLs first in the working directory, next in each of... (by helios)
|
by pcaraglio
strcat()
|
|
[2 replies] Last: What do you mean by "fails"? The strcat () function always succeeds. ... (by Duthomhas)
|
by johnhuge
Pointers and Dynamic Memory Allocation
|
|
[9 replies] Last: This is almost what you are looking for: #include <stdio.h> #in... (by bandicoot360)
|
by bmckinn8
Accessing an array outside of a For loop
|
|
[7 replies] Last: If you want to print the numbers, you do that with another loop. There... (by hanst99)
|
by paulmcco
cURL LNK2019 error: linking error
|
|
[2 replies] Last: I fixed anumber of things forget the errors above...the problem now, t... (by paulmcco)
|
by nguyentrang
iterator for binary tree
|
|
[1 reply] : Traversing it recursively: void iterate(Node* node) { if(node==NULL) ... (by hanst99)
|
by tition
Advice on doing graphics in software
|
|
[1 reply] : Hi, This can be done using openGL. For a framework use freeglut or S... (by mik2718)
|
by dspartan
Error with Exit Value 1
|
|
[3 replies] Last: Declare "scoreArray" as static . This tells the compiler that the dat... (by Computergeek01)
|
by DrakeMagi
Created my own string class but having couple of problems
|
|
[4 replies] Last: with vectors i don't have to delete them and can have any non fix size... (by DrakeMagi)
|
by rizwanul
Please help me with this C Project!
|
|
[1 reply] : Sorry to say but you are nowhere near done. :-( You barely started. ... (by webJose)
|
by AleaIactaEst
template instantiation depth
|
|
[4 replies] Last: compile time assert http://www.boost.org/doc/libs/1_47_0/doc/html/boos... (by ne555)
|
by RedTheGreen
Assigning the value of one string to the name of an int
|
|
[6 replies] Last: *begins googling stuff you're talking about* (by RedTheGreen)
|