473,772 Members | 2,420 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Hey really need help with this!

http://forum.steelpixel.com/forums/3/topics/58
http://forum.steelpixel.com/forums/3/topics/59
http://forum.steelpixel.com/forums/3/topics/60
http://forum.steelpixel.com/forums/3/topics/61
http://forum.steelpixel.com/forums/3/topics/62
http://forum.steelpixel.com/forums/3/topics/63
http://forum.steelpixel.com/forums/3/topics/64
http://forum.steelpixel.com/forums/3/topics/65
http://forum.steelpixel.com/forums/3/topics/66
http://forum.steelpixel.com/forums/3/topics/67
http://forum.steelpixel.com/forums/3/topics/68
http://forum.steelpixel.com/forums/3/topics/69
http://forum.steelpixel.com/forums/3/topics/70
http://forum.steelpixel.com/forums/3/topics/71
http://forum.steelpixel.com/forums/3/topics/72
http://forum.steelpixel.com/forums/3/topics/73
http://forum.steelpixel.com/forums/3/topics/74
http://forum.steelpixel.com/forums/3/topics/75
http://forum.steelpixel.com/forums/3/topics/76
http://forum.steelpixel.com/forums/3/topics/77
http://forum.steelpixel.com/forums/3/topics/78
http://forum.steelpixel.com/forums/3/topics/79
http://forum.steelpixel.com/forums/3/topics/80
http://forum.steelpixel.com/forums/3/topics/81
http://forum.steelpixel.com/forums/3/topics/82
http://forum.steelpixel.com/forums/3/topics/83
http://forum.steelpixel.com/forums/3/topics/84
http://forum.steelpixel.com/forums/3/topics/85
http://forum.steelpixel.com/forums/3/topics/86
http://forum.steelpixel.com/forums/3/topics/87
http://forum.steelpixel.com/forums/3/topics/88
http://forum.steelpixel.com/forums/3/topics/89
http://forum.steelpixel.com/forums/3/topics/90
http://forum.steelpixel.com/forums/3/topics/91
http://forum.steelpixel.com/forums/3/topics/92
http://forum.steelpixel.com/forums/3/topics/93
http://forum.steelpixel.com/forums/3/topics/94
http://forum.steelpixel.com/forums/3/topics/95

Aug 18 '07 #1
0 1357

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

66
5034
by: Darren Dale | last post by:
Hello, def test(data): i = ? This is the line I have trouble with if i==1: return data else: return data a,b,c,d = test()
72
5443
by: Mel | last post by:
Are we going backwards ? (please excuse my spelling...) In my opinion an absolute YES ! Take a look at what we are doing ! we create TAGS, things like <H1> etc. and although there are tools (dreamweaver and the like), they are all at the lowest level of programming (something like assembly as oposed to C++ etc.). These tools create "brain-dead" developers that constantly have to plough through tons of tags to do the simplest thing. ...
5
1724
by: Rob R. Ainscough | last post by:
This is more of a conceptual question: 1. More and more companies are using VPN's and locking out internet connectivity (for a host of reasons, security, productivity, etc.). 2. ASP.NET requires a web server and has more layers than a .NET Windows application 3. a .NET windows app .DLL's and .EXEs are very small So which is better, offer a Windows .NET component ("managed") that can be downloaded installed from a web site or...
26
1817
by: DeMarcus | last post by:
Let's say we're gonna make a system library and have a class with two prerequisites. * It will be used _a_lot_, and therefore need to be really efficient. * It can have two different implementations. (e.g. Unix/Windows) I feel stuck. The only solution I've seen so far is using the design pattern 'abstract factory' that gives me a pointer to a pure virtual interface (which can have whatever implementation). But that forces me to make a...
15
3213
by: Jeannie | last post by:
Hello group! I'm in Europe, traveling with my laptop, and I don't any compilers other than Borland C++ 5.5. available. I also don't have any manuals or help files available. Sadly, more crippling problems! I never used C++ much, so, I don't remember commands or fuctions well. My questions are simple. I posted the DOS window output so you can see the Borland C++ version I am using: E:\TZ>bcc32 file2
3
3578
by: Chris | last post by:
Wait.. before you flame.. If someone can program in Java, or Javascript, or C, or (insert your language here that uses basically the same syntax as C#), and that person knew how to program in VB.NET (meaning they understand the .NET Framwork, how to use the IDE, the classes and components available, etc.) then would they really need to "learn" C#? I have done some coding in C#, I wrote an entire app in it, but I use VB.NET whe...
131
6226
by: pemo | last post by:
Is C really portable? And, apologies, but this is possibly a little OT? In c.l.c we often see 'not portable' comments, but I wonder just how portable C apps really are. I don't write portable C code - *not only* because, in a 'C sense', I
22
9258
by: SQACSharp | last post by:
I'm trying to get the control name of an editbox in another window. The following code set the value "MyPassword" in the password EditBox but it fail to return the control name of the EditBox. I'm sure the problem is the way i'm using the sendmessage API, the return string and the lParam return 0....is anybody have a clue? any sendmessage api expert here? public static extern Int32 FindWindow(String lpClassName,String
11
1276
by: darrel | last post by:
I played with ASP.net 2.0 last year a bit but got sidtracked and haven't had a chance to dive into it again until recently. I'm now planning on fully going over to 2.0 and VS.2005 Pretty much every tutorial for 2.0 used SQL Express. I really like it. It's slick, integrated well with VS and it's nice to have it 'contained' within my app. Plus, it makes it really easy to work offline without having to pay for a full SQL license. The one...
0
2195
by: raylopez99 | last post by:
I ran afoul of this Compiler error CS1612 recently, when trying to modify a Point, which I had made have a property. It's pointless to do this (initially it will compile, but you'll run into problems later). Apparently Point is a struct, a value type, and it does not behave like a classic structure (in my mind's eye, and see below). Traditionally I think of a classic structure as simply an object where every member is public. But with...
0
10261
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10103
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10038
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8934
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
6713
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5354
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5482
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4007
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2850
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.