by bvteja
find mistakes in following c program
|
|
[4 replies] Last: size of operator when used for arrays gives the size of the array. I t... (by kulkarnisr)
|
by hsprogrammer
Help with Templates
|
|
[2 replies] Last: ^ 1. You don't assure the invariant (the client may modify the values ... (by ne555)
|
by Newlance
Accessing VirtualStore??
|
|
[2 replies] Last: UPDATE: Not sure if this is the easiest way, but I got it working usi... (by Newlance)
|
by langtor
s
|
|
[1 reply] : That teacher must have given or explained some other material too, so ... (by keskiverto)
|
Storing static class members of dynamic variable type in a dll |
|
[5 replies] Last: THANK YOOOUUSS... Just to clarify, now that the variable has been defi... (by TheBeardedQuack)
|
by gyneisler
Math menu driven program problem.
|
|
[1 reply] : Can not seem to get the program to perform the calculations within th... (by MikeyBoy)
|
by fercasti
Login system and simple menu
|
|
[1 reply] : you dont need to do everything That's very generous of you... :rolle... (by MikeyBoy)
|
by seurer
throw nullptr
|
|
[4 replies] Last: > This is from the draft C++14 standard but C++11 is basically the sam... (by JLBorges)
|
by Skynet
passing classes as parameters
|
|
[11 replies] Last: const int TABLE_SIZE = 7; speedTable myTable(TABLE_SIZE); ... (by MikeyBoy)
|
by jorgen
Reading and writing to file using the same fstream
|
|
[3 replies] Last: Ok, thanks for the replies! I changed the code in the way you suggeste... (by jorgen)
|
by rayryan2011
Switch Statment Programming Errors
|
|
[1 reply] : code tags. you need to do case 'D', ie with single quotes, you can onl... (by closed account Dy7SLyTq)
|
GUI library |
|
[9 replies] Last: You can make GUI quite easy with this framework http://www.ultimatepp.... (by andreicpp)
|
by tommylej
ethernet comunication
|
|
[1 reply] : It's not a programming problem. 1. Create a shared directoryon the re... (by kbw)
|
by Ceset
initializing
|
|
[6 replies] Last: ohhh. thx @JLBorges. that was hell helpful (by Ceset)
|
by FatalSleep
DLL Help
|
|
[4 replies] Last: s for the stdcall I am not 100% if it should be cdecl or stdcall. I or... (by FatalSleep)
|
by exdatis
Chart lib
|
|
[1 reply] : Ok, solved using Canvas, draw-rect, easy to create bar-chart. Regards! (by exdatis)
|
by m0mathur
Starting to Learn API hooking
|
|
[3 replies] Last: Sorry I can't help with this as I haven't looked into it much. I just ... (by knn9)
|
by pronesti
A Class declaration question
|
|
[3 replies] Last: Note that by default anything declared for a class is private data, i... (by TheBeardedQuack)
|
Function Compiling Errors |
|
[6 replies] Last: No, it won't work. Neither will returning a pointer to a local array ... (by TheBeardedQuack)
|
by Grigor92
Inventory Class
|
|
[1 reply] : Your overloaded constructor is wrong. Inventory(int itemNumber, int q... (by abhishekm71)
|