by nyaeggy
menu driven program
|
|
[3 replies] Last: Sorry, nyaeggy. The include stdafx.h, is used with Visual C++ 2008 Ex... (by whitenite1)
|
by Kelevra
Virtual Devices for emu8086
|
|
[no replies]
|
by GuyWithAHat
How do you clear screens?
|
|
[2 replies] Last: Ive heard that people can replace the "CLS" command with something ma... (by Moschops)
|
by sito72
trouble with the very basics of ANSI C
|
|
[1 reply] : Post the code you have done and ask specific questions about it. You ... (by closed account 1vRz3TCk)
|
by moot1
ceasers cipher (1,2)
|
|
[25 replies] Last: Never mind I get it So I guess it's a "moot" point! 8^D Yes, criti... (by cnoeval)
|
by georgina
Simpson rule problem
|
|
[1 reply] : for(int k=2; k<(n-1); k+2) { double y = a+h*(k); s=s+2.0*function(y);... (by Breadman)
|
by vgaur25
switch
|
|
[3 replies] Last: Then you would have to declare the variable prior to entering the swit... (by closed account 1vRz3TCk)
|
by Ramzi89
Returning from function
|
|
[6 replies] Last: i see i see. Thanks. (by Ramzi89)
|
by phoenix14
arrays and functions
|
|
[no replies]
|
by archiedogue
Issue with linked list and file IO
|
|
[1 reply] : Hi, I'm having a lot of trouble understanding the very basics of a li... (by codekiddy)
|
by Tampopo
Help with network game - socket programming /w c++
|
|
[1 reply] : needed some divine guidance... (by Tampopo)
|
by award982
Date input
|
|
[3 replies] Last: ifstream in("input.txt"); int d ; char s; for(int i... (by award982)
|
by basedmod
Help with swap/pointers
|
|
[4 replies] Last: bump, any other input? (by basedmod)
|
by hentaiw
Reverse Linked List...
|
|
[3 replies] Last: hi hentaiw, I've found my old liked list in my Recycle Bin, you may fi... (by codekiddy)
|
by velcro
How to create an array with string of characters?
|
|
[2 replies] Last: @computerkazi Thanks for your help. Your code works perfectly. It'll ... (by velcro)
|
by realfuzzhead
help figuring out if I wrote a good program
|
|
[12 replies] Last: ok so i compiled a huge page of different problems testing every diffe... (by realfuzzhead)
|
by riptyde
Problem with password code! Help!
|
|
[11 replies] Last: Is there a benefit to doing this besides making the program more orga... (by Alrededor)
|
by nomdaweb
Need help combining 2 lists into 1 new list. Almost there
|
|
[1 reply] : try creating list 3 based on the total size of list 1 and 2. then inse... (by computerkazi)
|
by kbpud8
Assignment Help
|
|
[14 replies] Last: here you go... #include <iostream> using namespace std; main(){ ... (by computerkazi)
|
by Tampopo
How to add a sum of the total amount of pay in an array?
|
|
[7 replies] Last: I solved it already. I just need to code this in my main.cpp int tota... (by Tampopo)
|