General C++ Programming - April 2013 (Page 24)

identify end of function code at running time
 
Hello, I have some question. I want to implement some "debugger like" tool (very limited one, just ...
[14 replies] Last: Well you can define it and let the macro call a function that will use... (by chessmaster)
ofstream not writing?
 
Hi, I have code to write to a file: char buffer ; int nDataLength = recv(Socket...
[1 reply] : ah, it was the directory delimiters, open() uses "/", not "\". I was h... (by hansaaa)
What does this mean!!
 
From my book: "A const member function cannot call a non-const member function of the same class, s...
[8 replies] Last: Ok thanks :D (by Anmol444)
Access violation strcmp
 
I'm stuck I'm Using visual studio c++ 2012 when ever i compile a windows appears saying access viola...
[1 reply] : The problem is the assignment on line 19. (by Peter87)
Problems with string length
 
Why won't this work? If the employeeID is "1234567", that's what it returns, not the error message....
[2 replies] Last: Add another message that prints out the employee id, maybe this will h... (by Smac89)
by aruna
C++ program for bit-stuffing..
 
can someone help me with a program that reads in a sequence of binary digits that in a container. Th...
[3 replies] Last: #include <iostream> #include <string> int main() { // read bits ... (by JLBorges)
trying to make 2 recursive functions
 
im having trouble with the code trying to get it to do what i want it to do basically i want to in...
[9 replies] Last: Please use the code tags correctly. And please edit your current posts... (by Catfish3)
by sieg
Compiler doing weird things.
 
In the main file or "application" file I have #include <iostream> #include "general.h" using na...
[1 reply] : this creates an integer but doesn't initialize it (its contents are so... (by Cubbi)
by garbie
command line arguments
 
Your program must not use a menu system. Instead the behaviour of the program will be controlled ...
[4 replies] Last: well its all blank (by garbie)
by garbie
arrays and functions
 
Dynamic 1D Arrays & Function Pointers. • Your transformations must be applied by the transform fu...
[4 replies] Last: let me try and do it then (by garbie)
by wk0109
NEED HELP ASAP!!
 
my text file include id name ic gender dob void searchAdministratorID() { system("CLS"); ...
[3 replies] Last: Anyone can help me? (by wk0109)
Wheir should I begin?
 
I am a 17 years old and am doing game programming at school. Im very lucky to be doing it at school ...
[11 replies] Last: OK, sorry for making you repeat yourselves like that. I will get to do... (by cody mick)
Issue with the SDL IMG_Load() function
 
Hello! First of all, thanks to everyone who's reading my post and wants to help. As the title says, ...
[4 replies] Last: So, I checked and by default it does change the working directory. But... (by freakypanda)
How to change conio.h?
 
/* The use of arrays (in class / in the main program). Arrays in the main program is also known as ...
[6 replies] Last: > how to include that function in my coding? Just write the function ... (by JLBorges)
by jkate
Application container in C++
 
Dear All, I need to design application container in C++. So looking for some suggestions. Exam...
[3 replies] Last: Well, there is no built-in reflection system in C++, which means that ... (by KRAkatau)
I need an extended unsigned integer type.
 
Does anyone of you have an extended unsigned integer class, that has custom lenght? The reason i am...
[4 replies] Last: Thank you for the replies. But i discovered that i don't really need a... (by IndieExe)
by tsvi
delete LinkedList from pointer
 
Sup? let's say I have class LinkedList: class LinkedList { public: class Node { public: Data*...
[5 replies] Last: Yes, (2) calls the destructor of newL and then releases the memory use... (by keskiverto)
by eastw
Editing certain line in File C++
 
Hi guys nid some helps over here. Well,i hav a question requiring me to edit sales achieved by an e...
[4 replies] Last: another side question; any ideas on how to convert every first letter ... (by eastw)
This Pointer Help!!
 
Hey guys. I dont get this coding. Could you please explain? Thanks alot http://i1278.photobucket....
[4 replies] Last: Sorry i suck at this :-/ In order to not suck, you need to learn m... (by doug4)
Strings and const chars.
 
So, I'm working with cocos2d-x and there's a specific function used to print true type fonts to the ...
[3 replies] Last: Also, you're attempting to pass in a float as the third argument, when... (by MikeyBoy)
April 2013 Pages: 1... 2223242526... 53
  Archived months: [mar2013] [may2013]

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