by scottwuzhear
Resizing a Dynamic Memory Array
|
|
[5 replies] Last: Well, you could line.push_back( string() ); getline( file, line... (by jsmith)
|
Error in Prime number program |
|
[4 replies] Last: If you really want sqNum to be an integer, and don't care about los... (by scottwuzhear)
|
by geeare1
Memory leak?
|
|
[2 replies] Last: jsmith, Thanks for your help! -gr (by geeare1)
|
by wheatbread
cant print to screen
|
|
[5 replies] Last: Somewhere at the beginning of your WinMain() call AllocConsole (). ... (by Duthomhas)
|
by Ruben
why memcpy inverts the byte order?
|
|
[3 replies] Last: Thanks to you both for your explanations! I guessed it was a questi... (by Ruben)
|
by guykun
textBox .Text Reference
|
|
[11 replies] Last: It's not the best but you should see where this go. http://msdn.micro... (by closed account z05DSL3A)
|
by shangzung
Problems creating a dll
|
|
[no replies]
|
by kikolani
C++ Hexadecimal Problem
|
|
[2 replies] Last: Thank you very much for the code. It works and I found it really usefu... (by kikolani)
|
by akmal4ik
Problem with file output
|
|
[2 replies] Last: No, there's no other way. The only file operations are clear, append,... (by helios)
|
by dvsConcept
searching an multi array
|
|
[3 replies] Last: thank you so much you just help me get out of a 6 hour problem.... but... (by dvsConcept)
|
by KenSoGCN
shift operation in C++
|
|
[4 replies] Last: As Grey Wolf referenced, when overflowed, the behavior is undefined. H... (by KenSoGCN)
|
how to pause screen |
|
[1 reply] : Read this: http://www.cplusplus.com/forum/beginner/1988/ (by Bazzy)
|
by soulslayer21
Magic square problem C++? ?
|
|
[2 replies] Last: umm if I get what you're asking you can use a simple loop where you mu... (by Malachi)
|
by jwoolsto
Overhead of functions
|
|
[12 replies] Last: For now it is easier to leave everything in the main function. Once I ... (by jwoolsto)
|
by amaba3d
plz answer or belp me in my problem
|
|
[2 replies] Last: First try doing your assignments by yourself, then ask for help if you... (by Bazzy)
|
by xanmas
Global Variables
|
|
[4 replies] Last: What do you mean by using a class? All the variables that I have de... (by xanmas)
|
by xfurrier
best practice - where and how to declare constant multi-hash
|
|
[4 replies] Last: Excellent - thanks for that. That's what I wanted to know. (by xfurrier)
|
by Tracks
Working with a virtual barrier
|
|
[7 replies] Last: I came up with a bit of an odd idea, but I think it might just work. A... (by Tracks)
|
by acedman
stacks in maze
|
|
[4 replies] Last: ok thanks for the idea,I got it all covered right now. (by acedman)
|
by alfalf3
saving 12 bits data
|
|
[5 replies] Last: I would prefer to keep 4 bits of chunk1 as LSB and chunk2's 4 bits as ... (by maxchirag)
|