Forum: C++ Apr 18th, 2008 |
| Replies: 2 Views: 432 |
Forum: C++ Apr 18th, 2008 |
| Replies: 2 Views: 432 Hi,
I'm getting seg fault in this
#include <iostream>
int main()
{
char *p; |
Forum: C++ Apr 11th, 2008 |
| Replies: 5 Views: 620 Oh yes, thanks...you found a bug. |
Forum: C++ Apr 11th, 2008 |
| Replies: 5 Views: 620 Hi, This program is supposed to ask the user how many numbers they want to sum up and then take all the numbers one by one to give the final result. Its working but perhaps you all professional... |
Forum: C++ Mar 5th, 2008 |
| Replies: 3 Views: 728 So, is there any problem with the code ?? |
Forum: C++ Feb 29th, 2008 |
| Replies: 9 Views: 1,047 You should declare A,B,C,D,F as int. |
Forum: C++ Feb 29th, 2008 |
| Replies: 9 Views: 1,047 switch (Selection)
{
case (1):
while //while what ??
{
cout << "Enter lab number (1-7): \n";
cin >> Lab;
cout << "Enter current grade for lab: \n"; |
Forum: C++ Feb 25th, 2008 |
| Replies: 3 Views: 475 People here are really very strict about this (http://www.daniweb.com/forums/announcement8-2.html). Post your code please.:) |
Forum: C++ Feb 24th, 2008 |
| Replies: 8 Views: 891 Yep! and I want to know what should be coming next in this list
Hello world>>data types>>conditional execution>>C-style arrays>>C-style strings>>loops>>functions>>structs>>classes
?? |
Forum: C++ Feb 24th, 2008 |
| Replies: 8 Views: 891 That book is very costly, and not available in any library near me :( |
Forum: C++ Feb 24th, 2008 |
| Replies: 8 Views: 891 Hello,
What I've learnt so far is in this order:
Hello world>>data types>>conditional execution>>C-style arrays>>C-style strings>>loops>>functions>>structs>>classes ... |