User Profile
Collapse
-
Alright well thanks for the help. I'll be learning on my own then. Maybe someday in the future, I can help the community out.... -
Area for LaTex?
Hi, I was wondering where discussions on LaTex would be located ? -
-
-
For C++
Here's a list
For C
Here's a list
On the c++ side, I started off with the green " c++ without fear " by brian overland. It was very basic, and easy to understand, so there's my insight of how accurate the list is ?...Leave a comment:
-
It's extremely overwhelming. And yeah, I haven't seen COM before.
How do I get more experience with COM ? Online tutorials ? Books ?...Leave a comment:
-
Arghh.
I still can't get it to work.
I reading an online DirectX tutorial, but nothing makes sense or works when I type it in.
WHY is DirectX sooo complicated ?!Leave a comment:
-
Sorry I don't know much about that, but I found this for you:
http://www.cplusplus.com/reference/c...o/sprintf.html
If this doesn't help, I'm sure someone will come and give you better advice....Leave a comment:
-
WinMain()
Hey guys. I'm trying to learn some windows programming, but i'm getting some errors with the code:
[CODE=cpp]#include <windows.h> // include the basic windows header file
// the entry point for any Windows program
int WINAPI WinMain(HINSTAN CE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
int nShowCmd)
{... -
Wow I really appreciate your explanation of functions !
You were exactly correct. I just had to erase string from the function call !
All that time ! bah !
Thank you so much, things are starting to roll faster now....Leave a comment:
-
Well I think it's not being called because when I call the function by doing:
[CODE=cpp]
if (choice == 1){
cout << " it sHOULD work";
string option_one();
}
else{
cout <<" Pardon Me ? " << endl << endl;
goto Menu;...Leave a comment:
-
Bah, I'm sorry. I just don't know what's going wrong here.
I made a new program with a simple function with getlines and couts.
It did the same thing. I used cin.ignore( ) incase a newline was making act funny. .
I tried changing all class string types, to char* strings, and using atof(s) and atoi(s). . .
I tried using the debugger from my compiler but I dont seem to know how to get it to work properly....Leave a comment:
-
Contact List pt. 2
I've been working on that "contact list" on and off now, and now I'm really trying to get it complete.
I'm trying to reduce the clutter right now, and make it more readable. All the braces and if, else statements are getting pretty big, so I tried putting them in functions.
I declared it, called it and defined it properly ( I hope) but it doesn't seem to be working. The program Compiles fine, no errors or... -
Hunderpanzer replied to *** stack smashing detected *** How to identify the corresponding line of codein CI'm still new at all of this, but isn't there a new type of string, using #include <string> (no .h) that calculates the amount of space needed, or am I totally on the wrong subject here ?
By the way, Great job both you and Banfa, I'm glad everything worked out well....Leave a comment:
-
I may be a bit confused. It said killer42 at the top ?
I'll just let it go :P...Leave a comment:
-
Haha?
Crazyfire the answer you need is already been said here. Just read slower, and think harder : )...Leave a comment:
-
-
I see your problem here. You are multiplying the breaking 0 with the total. Anything multiplied by 0 is 0. But anything multiplied by 1 , is the same thing. so try doing a bit of manipulation to the code : )...Leave a comment:
-
Hello
I have a C++ function that I use to make my colors, and I've mapped them out until the pattern is noticeable.
I must admit, it's not MY own creation, I found it off a program a long time ago, and I've forgotten where and what.
C++ Text colors I can help you with, though I'm not sure you would understand it. . .Do you have any programming experience ?
Sorry your other questions are beyond...Leave a comment:
No activity results to display
Show More
Leave a comment: