by Loookster
Capacity of queue
|
|
[8 replies] Last: Try your old account again, it appears to have been restored. Or keep... (by deleted account xyzzy)
|
by firdoshnd
Error in Code when compiling
|
|
[4 replies] Last: Thank you for your reply Salem, May I email you my full code for you ... (by firdoshnd)
|
by salem c
Return value of function when return path not specified
|
|
[14 replies] Last: Sayonara to the OP then. (by deleted account xyzzy)
|
by mpg
Concatenated list and tree
|
|
[2 replies] Last: nodoE* buildT(nodo* T, nodoE* C) { return T ? buildT(T->left, bu... (by dutch)
|
by jakep2701
Credit card validation
|
|
[3 replies] Last: post the full text. did they not tell you what the tests for the ass... (by jonnin)
|
by KareemRj
Object Oriented (1,2)
|
|
[29 replies] Last: While I was writing this many more answers have appeared. It is a try... (by oggin)
|
by BobQuarter
Which subclass process is better?
|
|
[2 replies] Last: Coder777, Thank you. I was studying how to make two text boxes (one ... (by BobQuarter)
|
by BobQuarter
Win32 GUI version of moving cursor in text?
|
|
[2 replies] Last: That did not help me. I am not faulting you or Microsoft. I am saying ... (by BobQuarter)
|
by momoring232
It execute well but not looping
|
|
[2 replies] Last: And near the end, needs braces around the last 3 lines. (by TheIdeasMan)
|
by Flazzey
Its not giving me the proper output. Please help. What is wrong here ?
|
|
[1 reply] : c is of type int so if (c== 1) and the same for the other if sta... (by seeplus)
|
by JLBorges
How to check if a regex is a simple string?
|
|
[3 replies] Last: Yes, put that & on pat parameter for sure. Good catch. JLBorges fixe... (by jonnin)
|
by elypheldia
How to take input from the user with using set and get functions?
|
|
[1 reply] : This just sounds like basic class design. Have you gone over what clas... (by Ganado)
|
by NullByte55
Need help to write a function using Annotations(Microsoft SAL)
|
|
[1 reply] : Did you read this: https://docs.microsoft.com/en-us/cpp/code-quality/... (by coder777)
|
by ynor123
2d dynamic array.
|
|
[10 replies] Last: I was trying to say that this kind of deeply nested code makes softwa... (by seeplus)
|
by daytooner
accessing class in shared object (library)
|
|
[4 replies] Last: If the IDE has a bug, then I'm not quite sure what we can do, but mayb... (by Ganado)
|
binding reference of type 'unsigned long' to value of type 'const unsigned long' drops 'const' qualifier |
|
[11 replies] Last: @dutch exactly I fix some problem another one pops up. Well, if someon... (by neuronphysics)
|
by jpweldon
Localtime_s and strcpy_s
|
|
[3 replies] Last: For the Microsoft implementation of the library (Visual Studio), which... (by JLBorges)
|
return maximum value saved as a series of values turn to bits |
|
[4 replies] Last: @dutch Thanks for the explanation. It was very helpful. :) (by neuronphysics)
|
break inside while loop |
|
[1 reply] : continue should work just fine. Or you could do this: while (... (by dutch)
|
by sanjoyjana
SQL Server connection over socket on listening port issue
|
|
[no replies]
|