by JQP
C++ Primer 5th Edition code (1.4.4)
|
|
[4 replies] Last: How much is "enough"? Can you post example of series allowing to repro... (by MiiNiPaa)
|
by ephraimr
Need help with functions!
|
|
[6 replies] Last: For underlying mechanism you can read information on function pointers... (by MiiNiPaa)
|
by banksters
Error check results in an infinite loop
|
|
[no replies]
|
by Tess
rgb2ntsc matlab code in c++
|
|
[1 reply] : That there snippet converts from YIQ to RGB. It is usually a good idea... (by Duthomhas)
|
by besurk
How do I repeat my loop?
|
|
[1 reply] : Did you check your other thread you posted? A repeat from that thread... (by closed account E0p9LyTq)
|
by besurk
How do i stop my loop from repeating?
|
|
[3 replies] Last: #include <iostream> #include <cmath> int main() { char function ... (by closed account E0p9LyTq)
|
by h4ever
structs declaration and definition
|
|
[5 replies] Last: Actually there is a single definition in .h file and that is one of th... (by MiiNiPaa)
|
by susa1012
Visual studio for c++
|
|
[12 replies] Last: The console is not staying open because you are most likely running i... (by closed account E0p9LyTq)
|
by junfan
Creating Excel Add-on
|
|
[1 reply] : Office add-ins are developed in .NET. You might want to check out Add-... (by helios)
|
by avade
Checking bits
|
|
[4 replies] Last: Yes, you want k=1, so a function do do this is: void checkBit(int val... (by dhayden)
|
by SSteven
Vector-based GUI Widget library for Biz apps
|
|
[2 replies] Last: OK, The apps will be typical biz apps. The widgets should be typical w... (by SSteven)
|
by npate211
Monthly Interest
|
|
[5 replies] Last: You guys are right it is correct I dont know what I was thinking thank... (by npate211)
|
by Zanzibar
Need Help in Explaining Pointers Please
|
|
[4 replies] Last: Speaking of damage control: 1) When is the best time to use them? Whe... (by dhayden)
|
by newbieprog
Merge Sort Linked List
|
|
[no replies]
|
by LASims
Searching for substring that has quotes in it
|
|
[1 reply] : """two dogs""" is exactly the same string as "" "two dogs" "" (not... (by helios)
|
login and register |
|
[2 replies] Last: im soo sorry fr this post...i posted this without checking my program ... (by Demonfromheaven)
|
by fguy
weird compilation errors
|
|
[3 replies] Last: Thanks that did the trick. btw I should have googled this first there'... (by fguy)
|
by h4ever
How to use resizable frame in Windows
|
|
[2 replies] Last: Thanks. I have found some example https://msdn.microsoft.com/en-us/lib... (by h4ever)
|
Visual Studio 2013 - LNK1104: cannot open file 'kernel32.lib' |
|
[5 replies] Last: It's okay, thanks for the help, but I'll probably just end up bringing... (by Garrett Bryan)
|
by suzuka
why console box is used to learn computer language
|
|
[15 replies] Last: Thank you, thank you all, you all have cleared me. Now i have set my m... (by suzuka)
|