by Ch1156
What dos this mean? (question about rand() and time)
|
|
[1 reply] : _In my case typedef long time_t; _& will take the address of the ope... (by ne555)
|
by roketteere
Conio.h Question
|
|
[no replies]
|
by bubbles
Simple Encryption
|
|
[6 replies] Last: Thanks blacksheep! We were given : offset = (KeyLetter - 'A') + 1 ... (by bubbles)
|
by Duckster18
NEED HELP FAST(CRAPS PROGRAM)
|
|
[no replies]
|
by GenericHbomb
Relating information between vectors
|
|
[1 reply] : Took me a few hours but I finally figured it out. Here is the part of ... (by GenericHbomb)
|
by madhatt30
Combine Character Arrays
|
|
[6 replies] Last: new char ... returns an uninitialsed block of memory. A string is nul... (by kbw)
|
by madhatt30
DLL Function returning a string
|
|
[7 replies] Last: ok, so I got it working the following is the code in case anyone else ... (by madhatt30)
|
by jdoka
Sort algorithm for Pancake Glutton
|
|
[2 replies] Last: I all new to this as well and haven't fully gotten the hang of classes... (by AbR)
|
by nnxen
Functions in separate CPP files (again, sorry)
|
|
[6 replies] Last: Excellent! Thank you! This is all starting to make more sense now :) (by nnxen)
|
by EeAA
build linked list from text file
|
|
[3 replies] Last: help:) (by EeAA)
|
by crobertsbmw
Question about header files
|
|
[2 replies] Last: I figured out the problem. I am in visual studio and I had to go to th... (by crobertsbmw)
|
by fernix14
Search for ideas.
|
|
[2 replies] Last: I think it may help, I'm actually reading a beginner's book, and some ... (by fernix14)
|
by dale358z
Some help please
|
|
[3 replies] Last: no problem :) (by oonej)
|
by areachaos
guys i need some help has anyone has the solution?
|
|
[1 reply] : well we are not here to do your homework, but this isn't a hard task ... (by oonej)
|
by oneillh
Converting from one data type to another
|
|
[3 replies] Last: The correct way to do this is using bitshifting, e.g.: typedef unsig... (by Athar)
|
LNK2005 error. |
|
[1 reply] : The declarations may be in every program module but the definitions of... (by vlad from moscow)
|
by NetHacker
Can't read and write the same file?
|
|
[18 replies] Last: You would think so. VC++ and g++ differ here. g++ doesn't require th... (by cire)
|
by tate1
new to program writing
|
|
[1 reply] : Here you are:) inline int sum( int n ) { return ( n * ( n + 1 ) / 2 ... (by vlad from moscow)
|
by RawrDuy
Reading From Different Inputs?
|
|
[5 replies] Last: Yet another easier way could be std::cout << "Input choice"; std::ci... (by Danishx83)
|
When would you use multiple cpp files. |
|
[8 replies] Last: One nice thing about multiple cpp (source) files is that many compiler... (by Stewbond)
|