General C++ Programming - November 2010 (Page 14)

by Beju
how to validate boolean array
 
Hello, I have an array of n booleans. I want to make sure that the array consitsts of two continu...
[13 replies] Last: Actually, that's exactly what you did, only your "blockCount" variable... (by Duthomhas)
nested Loop Printing
 
hello i am working on a code snippet that needs to print something like this YXXXX YXXX YXX Y...
[2 replies] Last: // How about user determined lines // Only started learning C++ last ... (by closed account NAUoizwU)
Writing a 2D array to a file
 
Hey guys, im currently working on writing the results of this program to a file, the problems come i...
[2 replies] Last: Alright well i got it working (by halopower67)
C++ to ASM conversion guides?
 
Are there any good C++ to ASM conversion guides? I want to better understand how the guts of C++ wor...
[5 replies] Last: What makes this even more interesting, PiMaster, is that I almost had ... (by fruitloop2222)
plz how I cant programming the calculator?
 
plz if you have a time send me a tutorial or the source for create and complited it...?
[16 replies] Last: well, i guess the OP's asking something like that, neurotrace. (by xephon)
Member boolean inconsistency
 
I have a boolean flag that is being set to one value within the class then when it's being read in a...
[15 replies] Last: The problem with declaring it a const is that I would have to declare ... (by closed account 1yvXoG1T)
by lixo1
Pointers or not pointers?
 
Dear all, I have a curiosity that I never understood correctly. Inside a function, if I need a do...
[6 replies] Last: kbw wrote: int* array = new ; // ask for some memory if (ar... (by closed account 1yR4jE8b)
LibCurl to login (HTTP POST Forms)
 
I am trying to get my program to sign into twitter and then refresh the page and get the HTML for th...
[no replies]
Header File
 
Header File 1 void Fn1(){} void UseFn1_HF1() { Fn1(); } Header File 2 void Fn1()...
[4 replies] Last: And why Inline for the functions? because you have the implementati... (by Bazzy)
printing one and or more complement from binary
 
getting from numbers to binary - i think everyone knows. anyone could help me with binary to achi...
[16 replies] Last: nvm i found a different method already from what you've mentioned. aft... (by nanochan1)
Hide cells in StringGrid
 
Hi Folks, Am working in a project where am using TStringGrid in Borland C++. Everything ...
[no replies]
by raz23
reference problem
 
Hello, I was wondering if I could get some help with this part of my program. I will not provide the...
[4 replies] Last: thanks for correcting me Zhuge. I've never done like this before. I al... (by xephon)
Bank program
 
Hi!! I'm new in C++ programming and I want to know if it's possible to compile a program that regist...
[1 reply] : I'd say of course C++ can do this. There are plenty of simulations lik... (by xephon)
by opsarc
Moving ends of strings...
 
Is there a string function that takes part of a sting and moves the second part over instead of over...
[2 replies] Last: Actually, I figured it out. You can use memmove to do it. But I mea... (by opsarc)
Run Time Exception in ctr0dat.c
 
I have a procedure in my code, that whenever I have defined a class object or a structure object in ...
[7 replies] Last: When it crashes. Visual Studio will give you a stack trace. This is a ... (by Zaita)
extended euclid
 
Im writing a program involving extended euclid. [ include <iostream> //#include<fstream> using na...
[8 replies] Last: Nope. I missed something. (Whanged me upside the head...) (by Duthomhas)
by Bolo83
C++ to UML Diagram?
 
I would like to graphically illustrate my multi-class/struct C++ code as a UML diagram. I have Visua...
[3 replies] Last: thanks for the tip but can Red Koda be used for reverse engineering or... (by Bolo83)
C++ template for a sorted list program?
 
Program Requirements: Let A be an array of n elements. Write a template function that takes an unso...
[2 replies] Last: Duplicate! http://cplusplus.com/forum/beginner/31350/ (by kempofighter)
by xcile
member deque with structs
 
Hi I have a problem using a class member deque <task *> m_queued_tasks that contains pointers to a...
[1 reply] : Ok, I solved it myself.. The problem was that I allocated memory fo... (by xcile)
Errors in template class
 
I am trying to get it to work but I seem to be doing something wrong in the main. Both of my classes...
[4 replies] Last: You could create another template function.. template<typename T> v... (by hamsterman)
November 2010 Pages: 1... 1213141516... 21
  Archived months: [oct2010] [dec2010]

This is an archived page. To post a new message, go to the current page.