Click here to Skip to main content
15,891,951 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: A template question Pin
pasztorpisti14-Aug-13 8:29
pasztorpisti14-Aug-13 8:29 
GeneralRe: A template question Pin
EQ Learner14-Aug-13 8:57
EQ Learner14-Aug-13 8:57 
GeneralRe: A template question Pin
pasztorpisti14-Aug-13 9:29
pasztorpisti14-Aug-13 9:29 
Questionhow can i improve my c programming in different ways Pin
Member 985748713-Aug-13 2:18
Member 985748713-Aug-13 2:18 
AnswerRe: how can i improve my c programming in different ways Pin
NotPolitcallyCorrect13-Aug-13 2:29
NotPolitcallyCorrect13-Aug-13 2:29 
AnswerRe: how can i improve my c programming in different ways Pin
CPallini13-Aug-13 2:32
mveCPallini13-Aug-13 2:32 
JokeRe: how can i improve my c programming in different ways Pin
pasztorpisti13-Aug-13 3:29
pasztorpisti13-Aug-13 3:29 
AnswerRe: how can i improve my c programming in different ways Pin
pasztorpisti13-Aug-13 3:15
pasztorpisti13-Aug-13 3:15 
Back in the early years of my programming career I started with asm programming. I still remember how happy I was when I first put together a "for loop" in an assembly program (at home, I wasn't forced by teachers). It was something that read in some input from the keyboard and then printed it the the screen when the enter key was pressed or something similarly stupid stuff. In assembly even this simple program was a challenge for me despite the fact that it was only a stupid for loop (I didn't even knew that it was a for loop, I only knew that I require a few jumps and condition checking). You have to search for a challange that keeps you motivated but isn't too far beyond what you can achieve with your current knowledge. If that knowledge is zero then the first step is reading books and the code of others'. Don't try to skip reading 1-2 books on C programming, you will regret it and you will waste a lot of time by progressing with much slower speed by doing nothing because of being able to do nothing without the necessary basic knowledge. I can easily imagine that you think your biggest problem is the C programming language itself but you should quickly realize that the language itself is only a tool and the real value is the experience you gain by solving problems. Every language of the same paradigm contains the same basic constructs (loops, functions, classes, ...). The sooner you get through the learning of your first language (for example C) the sooner you can start with solving real-world problems and gaining experience in software design that is much more important than being able to produce compilable lines of code in a language. Without experience even the smallest problems seem to be unsolvable, it requires 1-2 years spent with valuable programming to learn the basic patterns (for example how to read in data and parse it, how to manage memory, ...) in order to be able to handle these naturally without effort by concentrating your efforts on solving the real problems built on top of the simple patterns.
GeneralRe: how can i improve my c programming in different ways Pin
Erudite_Eric13-Aug-13 4:33
Erudite_Eric13-Aug-13 4:33 
GeneralRe: how can i improve my c programming in different ways Pin
CPallini13-Aug-13 9:17
mveCPallini13-Aug-13 9:17 
GeneralRe: how can i improve my c programming in different ways Pin
pasztorpisti13-Aug-13 9:22
pasztorpisti13-Aug-13 9:22 
AnswerRe: how can i improve my c programming in different ways Pin
Erudite_Eric13-Aug-13 4:35
Erudite_Eric13-Aug-13 4:35 
GeneralRe: how can i improve my c programming in different ways Pin
CPallini13-Aug-13 9:18
mveCPallini13-Aug-13 9:18 
AnswerRe: how can i improve my c programming in different ways Pin
jschell13-Aug-13 8:46
jschell13-Aug-13 8:46 
Questionc++ with QT exe file error Pin
Mkhitar_Sargsyan12-Aug-13 21:08
Mkhitar_Sargsyan12-Aug-13 21:08 
GeneralRe: c++ with QT exe file error Pin
Richard MacCutchan12-Aug-13 22:05
mveRichard MacCutchan12-Aug-13 22:05 
GeneralRe: c++ with QT exe file error Pin
SoMad12-Aug-13 22:43
professionalSoMad12-Aug-13 22:43 
AnswerRe: c++ with QT exe file error Pin
Erudite_Eric13-Aug-13 0:18
Erudite_Eric13-Aug-13 0:18 
GeneralRe: c++ with QT exe file error Pin
Mkhitar_Sargsyan13-Aug-13 0:58
Mkhitar_Sargsyan13-Aug-13 0:58 
GeneralRe: c++ with QT exe file error Pin
Erudite_Eric13-Aug-13 1:56
Erudite_Eric13-Aug-13 1:56 
GeneralRe: c++ with QT exe file error Pin
jeron113-Aug-13 3:57
jeron113-Aug-13 3:57 
GeneralRe: c++ with QT exe file error Pin
Erudite_Eric13-Aug-13 4:32
Erudite_Eric13-Aug-13 4:32 
Questionc++ with QT exe file error Pin
Mkhitar Sargsyan12-Aug-13 20:59
Mkhitar Sargsyan12-Aug-13 20:59 
AnswerRe: c++ with QT exe file error Pin
Richard MacCutchan12-Aug-13 22:06
mveRichard MacCutchan12-Aug-13 22:06 
AnswerRe: c++ with QT exe file error Pin
CPallini12-Aug-13 22:31
mveCPallini12-Aug-13 22:31 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.