Tagged Questions

4
votes
8answers
230 views

How to explain C++ templates to junior developers?

One could break the question into two: how to read and to write templated code. It is very easy to say, "it you want an array of doubles, write std::vector<double>", but it …
0
votes
1answer
21 views

Loop through MFC Child Dialogs, MDIFrames and etc

Hello, Is there a way to loop through all MFC Child Dialogs, MDI frames and etc? And is there a way to find out which dialog or window I am looping through? Any answer would be ap …
0
votes
4answers
80 views

Is there a tool for Visual Studio to track (or breakpoint) variable value?

Is there is a tool or a setting in the debugger to stop on the break point or if variable is set to a particular value? I mean if I know that value will be set to "HELLO" then the …
0
votes
1answer
15 views

Released/production version got heap corruption. Solution preventing it?

In our company we somehow got code to production which crashed(because Heap got corrupted somehow). Developers developed, after that testers had hands on it and later on it was rel …
0
votes
1answer
38 views

QT drawing without erasing widget

Hello, If I have a derived object of QWidget class and on slot function in it I have an update(). here is some pseudocode: *.h slot: updateNow(); *.cpp constructor() { …
0
votes
0answers
51 views

QT exited with code 0 on release

Hello, Does anyone have stucked on strange problem with QT Creator. When I try to build my simple console app in it with release in output window i see only: Starting C:\Use …
0
votes
2answers
55 views

Compiler compiling external includes

Hello, I have a little problem in my project. I have build static library(e.g. test.lib) . Included it into my binary project linker and included #include "test.h" into stdafx.h. …
1
vote
6answers
169 views

Design with (pure)virtual C++

Hello, First of all I have to mention that I have read many C++ virtual questions in on stackoverflow. I have some knowledge how they work, but when I start the project and try to …
0
votes
1answer
59 views

PHP get from one php to another

Hello, I have a question: How go from one *.php file to another *.php ? In example if I have this in index.php <?php <form method="POST" action="second.php"> <inpu …
12
votes
17answers
709 views

Advice for first-year college student?

As an experienced software developer, what advice would you give to a first-year college/university student for things to do during a software engineering course? I was asked this …
164
votes
132answers
11k views

Perks for new programmers

I intend on hiring 2-3 junior programmers right out of college. Aside from cash, what is the most important perk for a young programmer? Is it games at work? I want to be creativ …
0
votes
5answers
198 views

C++ specialization, type_of or just typeid

Hello, I would like to know what is better to use in my situation and why. First of all I heard that using RTTI (typeid) is bad. Anyone could explain why? If I know exactly types …
1
vote
1answer
63 views

MFC IMPLEMENT_DYNCREATE with template

Hello, Is there any way to use IMPLEMENT_DYNCREATE with an template class? If not maybe someone could explain why?Or maybe there is another solution to this? :) Example: templat …
1
vote
12answers
309 views

Algorithms does(nt) help in real enviroment [closed]

Hello, for a long time I have been thinking: Does it really help to know algorithms in a real programming environment? I ask this because I have many friends who don't know any an …
0
votes
5answers
96 views

Looking for VB and C# Textbooks/Resources

I currently have some time on my hands at work and want to advance my vb/c# skills. I have found that most of the tutorials/resources on the net are fairly basic. I am looking for …

1 2 3 next
15 30 50 per page